From 440c5d5aa49d894d0a82e1e6cc2bbae6f0166f1e Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 19 Dec 2006 17:03:57 +0000 Subject: INTEGRATION: CWS caloc (1.6.16); FILE MERGED 2006/11/17 15:38:06 er 1.6.16.1: #i71636# add Catalan Valencian --- i18npool/inc/i18npool/lang.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'i18npool/inc') 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 */ -- cgit