diff options
author | Eike Rathke <erack@redhat.com> | 2012-06-20 10:40:43 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-06-20 10:53:04 +0200 |
commit | bb6fec1bd39be9f6d660623abd2b25400a34b9ac (patch) | |
tree | e78d56c7c63f0242a3928900e0e854eaac25ee06 /i18npool/inc | |
parent | 197d1c2dfc562dbfb9ad746244ffa7276dd4c1f7 (diff) |
fdo#38731 added Papiamento (Curaçao) [pap-CW] and (Bonaire) [pap-BQ]
Added Papiamento (Curaçao) [pap-CW] and Papiamento (Bonaire) [pap-BQ] to
language list. The locales are selectable for character attribution and
spell-checking.
Change-Id: I300029e2e60e196c989596f3a7d4f4a888e17af3
Diffstat (limited to 'i18npool/inc')
-rw-r--r-- | i18npool/inc/i18npool/lang.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h index a74b3ef70106..2bc80201aeb6 100644 --- a/i18npool/inc/i18npool/lang.h +++ b/i18npool/inc/i18npool/lang.h @@ -544,6 +544,8 @@ typedef unsigned short LanguageType; #define LANGUAGE_USER_ENGLISH_MALAWI 0x8809 /* makeLangID( 0x22, getPrimaryLanguage( LANGUAGE_ENGLISH_UK)) */ #define LANGUAGE_USER_ERZYA 0x066C #define LANGUAGE_USER_MARI_MEADOW 0x066D +#define LANGUAGE_USER_PAPIAMENTU_CURACAO 0x8479 /* makeLangID( 0x21, getPrimaryLanguage( LANGUAGE_PAPIAMENTU)) */ +#define LANGUAGE_USER_PAPIAMENTU_BONAIRE 0x8879 /* makeLangID( 0x22, getPrimaryLanguage( LANGUAGE_PAPIAMENTU)) */ #endif /* INCLUDED_I18NPOOL_LANG_H */ |