Add weather-scenarios to i18n list
This commit is contained in:
parent
14b3950d44
commit
d502afa171
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ from .exceptions import FGPyException
|
||||||
dummyLogger = DummyLogger()
|
dummyLogger = DummyLogger()
|
||||||
|
|
||||||
# Not including "atc", because it has no translation. Please keep this sorted.
|
# Not including "atc", because it has no translation. Please keep this sorted.
|
||||||
CATEGORIES = ("menu", "options", "sys", "tips")
|
CATEGORIES = ("menu", "options", "sys", "tips", "weather-scenarios")
|
||||||
# BASIC_CATEGORIES lists all categories handled by BasicL10NResourceManager.
|
# BASIC_CATEGORIES lists all categories handled by BasicL10NResourceManager.
|
||||||
# The corresponding master files must have a flat structure where each
|
# The corresponding master files must have a flat structure where each
|
||||||
# translatable string is found in a direct child of the <PropertyList> element.
|
# translatable string is found in a direct child of the <PropertyList> element.
|
||||||
|
|
Loading…
Reference in a new issue