From d502afa171d2ad68f7844087b0e61e4a1a4f6477 Mon Sep 17 00:00:00 2001 From: Automatic Release Builder Date: Wed, 17 Jun 2020 17:08:50 +0100 Subject: [PATCH] Add weather-scenarios to i18n list --- python3-flightgear/flightgear/meta/i18n.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3-flightgear/flightgear/meta/i18n.py b/python3-flightgear/flightgear/meta/i18n.py index 2998009..4d7998e 100644 --- a/python3-flightgear/flightgear/meta/i18n.py +++ b/python3-flightgear/flightgear/meta/i18n.py @@ -65,7 +65,7 @@ from .exceptions import FGPyException dummyLogger = DummyLogger() # 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. # The corresponding master files must have a flat structure where each # translatable string is found in a direct child of the element.