Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 440 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 440 Bytes

Coffee Languages!

Want to translate Coffee Engine into your native language?
You can fork this repo, and follow these steps.
in Languages.json add an entry for your language

{
    "Name":"My language",
    "File":"LANGUAGE-ID"
}

Then within the LANG folder add a JSON file corresponding to the Language ID or File tag you put in the JSON
Your best bet is to start by copying ENGLISH.json and going from there.