eabc8534b0018ac163394fdf6253a41c0fbadacb
Introduce a BASIC_CATEGORIES variable at the top of python3-flightgear/flightgear/meta/i18n.py that lists all categories handled by BasicL10NResourceManager. Since currently all of our translation files can be handled this way (the XML master files all have a flat structure), we only need to say BASIC_CATEGORIES = CATEGORIES. With this change, adding a new basic category such as 'weather-scenarios' only requires one to add it to CATEGORIES.
Description
No description provided
Languages
Python
55.2%
Shell
30.7%
Batchfile
5.9%
Inno Setup
4.3%
Ruby
2.2%
Other
1.7%