Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abheekda1/w3strings-action

This action encodes CSV files to W3Strings
https://github.com/abheekda1/w3strings-action

Last synced: 6 days ago
JSON representation

This action encodes CSV files to W3Strings

Awesome Lists containing this project

README

        

# W3Strings encoding action

This action encodes CSV files to W3Strings.

## Inputs

## `csv-path`

**Required** The CSV file to encode.

## `id-space`

**Required** The ID space for the localization strings.

## `out-dir`

**Optional** The output directory for the encoded strings

## `language`

**Optional** The language for the CSV to be encoded to

## Example usage

```yml
uses: abheekda1/[email protected]
with:
csv-path: 'en.w3strings.csv'
id-space: 1111
out-dir: 'w3strings'
language: 'en'
```