- Simply make a new folder here with the two-letter language code of your language.
For example, German is
de, Korean isko. You can find yours here.
Make sure it's in lowercase!
- In that folder, add two files:
- An empty
__init__.py(this makes it packageable with the rest of the languages). You don't need to add anything inside! - A
default.yamlfile which contains the mappings of the language. You can take this one as a base template.
- An empty
Simply edit the default.yaml of your preferred language. We currently don't have versioning or automated-human-testing involved, so it's more of an honor system.