X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Adding a new language

  • Simply make a new folder here with the two-letter language code of your language. For example, German is de, Korean is ko. 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.yaml file which contains the mappings of the language. You can take this one as a base template.

Editing an existing language

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.

X Tutup