Adds your custom path to localization files directory,
to make adding new vanilla translations more convenient than
creating the texts/
directory in an addon.
All files in the given directory must be with .lang
extension,
have the in format languagecode_REGIONCODE.lang
(like en_US.lang
, ru_RU.lang
etc.),
and be of key-value type:
## Comment
key1=translation1
key2=translation2
...
absolute path to your custom translations directory
the given key translated to the current game language, or this key itself, if the translation for it was not found
Generated using TypeDoc
Module to get or create vanilla localizations.
3.0