Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nethermindeth/voyager-translations


https://github.com/nethermindeth/voyager-translations

nubia

Last synced: about 2 months ago
JSON representation

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)