Provide alternative translations for the user interface.
Because I don't speak any other language besides English (and my English ain't exactly great) the available translations have been created by Google Translate. I decided that having some default, poor translations is better than no translations at all.
The translations are stored in PHP files, each containing a single $L
array containing
all the language strings. They're found at the following locations:
/resources/lang/
- the translations for the Core script./plugins/dataTypes/[data type folder]/lang/
- this folder contains the translations for the
Data Type./plugins/exportTypes/[export type folder]/lang/
- this folder contains the translations for the
Export Type.So, when you make a new translation, ideally you'd make translations for all locations: the Core, all current Data Types and all current Export Types.
If you'd like to help translate, you can do one of two things depending on the scenario.
Please Note: I don't manually input translations sent to me in other formats, like Excel or via email. Sorry to sound mean, but having accomodated this in the past I know what a total pain it can be. Apologies.
Thanks for your help!