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