This document is a step by step guide for how to add translations to this application. Translations are currently only available for the upcomming public release.
- Fork and checkout the repository
- Change to the develop branch
- Copy one of the already existing locale files in
src/locales
- Edit the name of the file to the language's name
- Edit the language code inside that file
- Finally, add your language's name inside the
languages.info
file - Commit your updated files
- Submit a pull request back to the LL1_Compiler repository
Before completing and submiting your pull request, please make sure everything works as intended, by running the actual application and testing it.