The language files need some cleaning up: remove syntax-specific strings from main.nlng and create a new language file for those strings, e.g. numere.nlng (indicating that this is the language-specific file).
This needs an extension of void Language::loadStrings(bool bloadUserFiles) in kernel/core/ui/language.cpp. Here, the list of files, which shall be read, are hardcoded. The new file has to be referenced in this file (E.g. by calling loadAndInsert("<>/lang/numere.nlng") and loadAndInsert("<>/lang/numere.nlng") for the user files).
The following tokens shall at least be moved:
PARSERFUNCS_LISTFUNC_* (and the four DEFINED_FOR_*)PARSERFUNCS_LISTCMD_*PARSERFUNCS_LISTUNITS_*GUI_EDITOR_CALLTIP_*Change was already tested during development. No deviations detected.
Anonymous
Diff:
Diff:
Diff:
Diff:
Related
Commit: [r1034]
Diff: