Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abheekda1/w3strings-action
- Owner: abheekda1
- Created: 2022-03-03T20:14:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T00:53:33.000Z (about 1 year ago)
- Last Synced: 2024-10-19T16:56:26.143Z (30 days ago)
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```