Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

backmeupplz/voicy-localizations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voicybot

Warning: this repository is deprecated. Please, submit your pull requests directly to the main repository. Thank you!

@voicybot localization files

This repository contains all the strings used in this bot with an instrument to localize them to different languages. If you want add your language to @voicybot, please fork, edit strings.js file and submit new pull request. If you are looking for any other @voicybot repositories, please proceed to the main repository.

Please follow the same strings.js file internal format:

{
  "potato": {
    "en": "potato",
    "ru": "картошка",
    "fr": "pomme de terre"
  },
  "tomato": {
    "en": "tomato",
    "ru": "помидор",
    "fr": "tomate"
  },
}

Alernatively, you can fetch strings.txt, translate all phrases from there to your language, and send the resulting file to @borodutch. In this case, please, make sure that your language haven't already been translated in strings.js.

License

MIT — use for any purpose. Would be great if you could leave a note about the original developers. Thanks!

Releases

No releases published

Packages

No packages published