diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-19 17:03:57 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-19 17:03:57 +0000 |
commit | 440c5d5aa49d894d0a82e1e6cc2bbae6f0166f1e (patch) | |
tree | db9a4430b6ad01dd53622793164fcce68d314af9 /i18npool/inc | |
parent | 37592ba98a364b14b6de9a7e52a491faadf4ac96 (diff) |
INTEGRATION: CWS caloc (1.6.16); FILE MERGED
2006/11/17 15:38:06 er 1.6.16.1: #i71636# add Catalan Valencian
Diffstat (limited to 'i18npool/inc')
-rw-r--r-- | i18npool/inc/i18npool/lang.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h index 25ed95908369..068ff733e97c 100644 --- a/i18npool/inc/i18npool/lang.h +++ b/i18npool/inc/i18npool/lang.h @@ -4,9 +4,9 @@ * * $RCSfile: lang.h,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: kz $ $Date: 2006-10-06 09:44:18 $ + * last change: $Author: ihi $ $Date: 2006-12-19 18:03:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -472,8 +472,9 @@ typedef unsigned short LanguageType; #define LANGUAGE_USER_ENGLISH_NAMIBIA 0x8009 /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_ENGLISH_US)) */ #define LANGUAGE_USER_WALLOON 0x0633 #define LANGUAGE_USER_COPTIC 0x0634 -#define LANGUAGE_USER_GASCON 0x0636 /* gascon France gsc-FR */ #define LANGUAGE_USER_CHUVASH 0x0635 +#define LANGUAGE_USER_GASCON 0x0636 /* Gascon France */ #define LANGUAGE_USER_GERMAN_BELGIUM 0x8007 /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_GERMAN)) */ +#define LANGUAGE_USER_CATALAN_VALENCIAN 0x8003 /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_CATALAN)) */ #endif /* INCLUDED_I18NPOOL_LANG_H */ |