timothyAgevi / voyager-translations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Locales naming

  • You can take help and name folder as country code link
  • 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)

About

License:Apache License 2.0


Languages

Language:JavaScript 100.0%