17 static std::map<int, QLocale::Country> _numericCountry;
18 static std::map<QString, QLocale::Country> _alpha2Country;
19 static std::map<QString, QLocale::Country> _alpha3Country;
20 static std::map<QLocale::Country, int> _countryTranslation;
22 static void _register(QLocale::Country country,
int numeric, QString alpha2, QString alpha3,
int translatorId = -1);