Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nethermindeth/voyager-translations
https://github.com/nethermindeth/voyager-translations
nubia
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nethermindeth/voyager-translations
- Owner: NethermindEth
- License: apache-2.0
- Created: 2023-04-06T11:25:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-15T17:44:31.000Z (3 months ago)
- Last Synced: 2024-10-17T01:10:38.311Z (3 months ago)
- Topics: nubia
- Language: JavaScript
- Size: 1.24 MB
- Stars: 3
- Watchers: 9
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Voyager Translations
## Simple How to translate
- Checkout to a new branch for your locale say `git checkout -b hi`
- Make a copy of folder `en` and rename it as new locale e.g `hi`
- Translate all or keys which are required in file `translation.json` which should be inside `YOUR_LOCALE/translation.json`
- Once done, commit you changes push to the branch and make a PR to `main` branch.## Guidelines for creating new keys:
- Keys should be always lowercase and snake cased
- Keys should atmost have 4 words## Locales naming
- You can take help and name folder as country code [link](https://www.w3.org/International/O-charset-lang.html)
- In case country is present in above link, use respective country code from any other source.## Current languages (Languages which are translated)
- English (en)
- French (fr)
- Korean (ko)
- Spanish (es)