Skip to content

reedroux/locales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

locales of Reedroux bot

Discord Issues Pull Requests License

This directory contains all the locales that are available for the bot

available locales

Locale Flag Language Translated By Status Progress
id 🇮🇩 Indonesian 80%
en-US 🇺🇸 English (US) 100%
en-GB 🇬🇧 English (GB) 100%
bg 🇧🇬 Bulgarian 80%
zh-CN 🇨🇳 Chinese (Simplified) 80%
zh-TW 🇹🇼 Chinese (Traditional) 80%
hr 🇭🇷 Croatian 80%
cs 🇨🇿 Czech 80%
da 🇩🇰 Danish 80%
nl 🇳🇱 Dutch 80%
fi 🇫🇮 Finnish 80%
fr 🇫🇷 French 80%
de 🇩🇪 German 80%
el 🇬🇷 Greek 80%
hi 🇮🇳 Hindi 80%
hu 🇭🇺 Hungarian 80%
it 🇮🇹 Italian 80%
ja 🇯🇵 Japanese 80%
ko 🇰🇷 Korean 80%
lt 🇱🇹 Lithuanian 80%
no 🇳🇴 Norwegian 80%
pl 🇵🇱 Polish 80%
pt-BR 🇧🇷 Portuguese (Brazil) 80%
ro 🇷🇴 Romanian 80%
ru 🇷🇺 Russian 80%
es-ES 🇪🇸 Spanish (Spain) 80%
sv-SE 🇸🇪 Swedish 80%
th 🇹🇭 Thai 80%
tr 🇹🇷 Turkish 80%
uk 🇺🇦 Ukrainian 80%
vi 🇻🇳 Vietnamese trương duy khải 100%

how to add a new locale

  1. Create a new file in the locales directory with the name of the locale (e.g. English (US) would be EnglishUS.json).
  2. Copy the contents of EnglishUS.json into the new file.
  3. Translate the values of the strings into the new language.
Note: Do not change the keys of the strings. Only translate the values.

e.g. "hello": "Hello" should be "hello": "Hola". Do not change "hello" to "hola". Also, do not change the keys of the strings. Only change the values. e.g. "hello": "{{{object}}} Hello" should be "hello": "{{{object}}} Hola". Do not change {{{object}}} this object.

Note: If you are using a text editor that does not support Unicode characters, you can use the Unicode code point instead. For example, 🇺🇸 would be \uD83C\uDDFA\uD83C\uDDF8.

how to edit

  1. Fork this repository.
  2. Edit the file. (Use Visual Studio Code or Notepad++ for better editing experience.)
  3. Create a pull request.
  4. Wait for the pull request to be merged.
  5. Done!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published