summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/linguist/shared/numerus.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/linguist/shared/numerus.cpp b/src/linguist/shared/numerus.cpp
index 71ba1cc07..6a1ca8130 100644
--- a/src/linguist/shared/numerus.cpp
+++ b/src/linguist/shared/numerus.cpp
@@ -124,7 +124,6 @@ static const char * const tagalogForms[] =
#define EOL QLocale::C
static const QLocale::Language japaneseStyleLanguages[] = {
- QLocale::Armenian,
QLocale::Bislama,
QLocale::Burmese,
QLocale::Chinese,
@@ -246,6 +245,7 @@ static const QLocale::Language englishStyleLanguages[] = {
};
static const QLocale::Language frenchStyleLanguages[] = {
// keep synchronized with frenchStyleCountries
+ QLocale::Armenian,
QLocale::Breton,
QLocale::French,
QLocale::Portuguese,
@@ -298,6 +298,7 @@ static const QLocale::Country frenchStyleCountries[] = {
// keep synchronized with frenchStyleLanguages
QLocale::AnyCountry,
QLocale::AnyCountry,
+ QLocale::AnyCountry,
QLocale::Brazil,
QLocale::AnyCountry,
QLocale::AnyCountry,