diff options
author | Eike Rathke <erack@redhat.com> | 2012-04-24 11:49:45 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-04-24 11:49:45 +0200 |
commit | c5d1f72f0c8c07736ba675c807698bed0e0c4d28 (patch) | |
tree | 0638c7ac778b56391faa2e53610eeddd1110387a | |
parent | 49907807572a23c30db3ae02b6f3254dc44e393c (diff) |
it's Erzya, not Eryza
-rw-r--r-- | i18npool/inc/i18npool/lang.h | 2 | ||||
-rw-r--r-- | i18npool/source/isolang/isolang.cxx | 2 | ||||
-rw-r--r-- | svtools/source/misc/langtab.src | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h index 311db27fd4ae..a74b3ef70106 100644 --- a/i18npool/inc/i18npool/lang.h +++ b/i18npool/inc/i18npool/lang.h @@ -542,7 +542,7 @@ typedef unsigned short LanguageType; #define LANGUAGE_USER_KOMI_PERMYAK 0x066A #define LANGUAGE_USER_PITJANTJATJARA 0x066B #define LANGUAGE_USER_ENGLISH_MALAWI 0x8809 /* makeLangID( 0x22, getPrimaryLanguage( LANGUAGE_ENGLISH_UK)) */ -#define LANGUAGE_USER_ERYZA 0x066C +#define LANGUAGE_USER_ERZYA 0x066C #define LANGUAGE_USER_MARI_MEADOW 0x066D #endif /* INCLUDED_I18NPOOL_LANG_H */ diff --git a/i18npool/source/isolang/isolang.cxx b/i18npool/source/isolang/isolang.cxx index c24df3bc765b..05090796510a 100644 --- a/i18npool/source/isolang/isolang.cxx +++ b/i18npool/source/isolang/isolang.cxx @@ -487,7 +487,7 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] = { LANGUAGE_USER_KOMI_ZYRIAN, "kpv", "RU" }, { LANGUAGE_USER_KOMI_PERMYAK, "koi", "RU" }, { LANGUAGE_USER_PITJANTJATJARA, "pjt", "AU" }, - { LANGUAGE_USER_ERYZA, "myv", "RU" }, + { LANGUAGE_USER_ERZYA, "myv", "RU" }, { LANGUAGE_USER_MARI_MEADOW, "mhr", "RU" }, { LANGUAGE_NONE, "zxx", "" }, // added to ISO 639-2 on 2006-01-11: Used to declare the absence of linguistic information { LANGUAGE_DONTKNOW, "", "" } // marks end of table diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src index b1d83de71477..6ddac9eb418d 100644 --- a/svtools/source/misc/langtab.src +++ b/svtools/source/misc/langtab.src @@ -348,7 +348,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE < "Komi-Permyak" ; LANGUAGE_USER_KOMI_PERMYAK ; > ; < "Pitjantjatjara" ; LANGUAGE_USER_PITJANTJATJARA ; > ; < "English (Malawi)" ; LANGUAGE_USER_ENGLISH_MALAWI ; > ; - < "Eryza" ; LANGUAGE_USER_ERYZA ; > ; + < "Erzya" ; LANGUAGE_USER_ERZYA ; > ; < "Mari, Meadow" ; LANGUAGE_USER_MARI_MEADOW ; > ; }; }; |