summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorEike Rathke <erAck@openoffice.org>2010-03-01 18:40:29 +0100
committerEike Rathke <erAck@openoffice.org>2010-03-01 18:40:29 +0100
commit48c79177a1a29420b3d8adfa8e00703ab62789a1 (patch)
tree94ecb6778b69162803529342f46a7f817bd303de /i18npool
parente7dfeb601ace259eba7a2bc4685224acd1748ecf (diff)
locales33: #i109687# added Bafia_Cameroon [ksf-CM] to language list
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/inc/i18npool/lang.h1
-rw-r--r--i18npool/source/isolang/isolang.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h
index 0b9e1e6c54d4..0b393cdfb5a9 100644
--- a/i18npool/inc/i18npool/lang.h
+++ b/i18npool/inc/i18npool/lang.h
@@ -514,5 +514,6 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_SARDINIAN_GALLURESE 0x0651
#define LANGUAGE_USER_SARDINIAN_LOGUDORESE 0x0652
#define LANGUAGE_USER_SARDINIAN_SASSARESE 0x0653
+#define LANGUAGE_USER_BAFIA 0x0654
#endif /* INCLUDED_I18NPOOL_LANG_H */
diff --git a/i18npool/source/isolang/isolang.cxx b/i18npool/source/isolang/isolang.cxx
index b93001584236..3aaab05617bf 100644
--- a/i18npool/source/isolang/isolang.cxx
+++ b/i18npool/source/isolang/isolang.cxx
@@ -458,6 +458,7 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_BUSHI, "buc", "YT" },
{ LANGUAGE_USER_TAHITIAN, "ty", "PF" },
{ LANGUAGE_USER_MALAGASY_PLATEAU, "plt", "MG" },
+ { LANGUAGE_USER_BAFIA, "ksf", "CM" },
{ 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
};