|
@@ -94,15 +94,15 @@ typedef struct
|
|
|
#define LANG_CODE_FR 0x6672 //!<'fr'
|
|
|
#define LANG_CODE_IT 0x6974 //!<'it'
|
|
|
#define LANG_CODE_PL 0x706c //!<'pl'
|
|
|
-#ifdef COMMUNITY_LANG_SUPPORT //Community language support
|
|
|
-#ifdef COMMUNITY_LANG_NL
|
|
|
+#ifdef COMMUNITY_LANGUAGE_SUPPORT //Community language support
|
|
|
+#ifdef COMMUNITY_LANG_GROUP1_NL
|
|
|
#define LANG_CODE_NL 0x6e6c //!<'nl'
|
|
|
-#endif // COMMUNITY_LANG_NL
|
|
|
+#endif // COMMUNITY_LANG_GROUP1_NL
|
|
|
//Use the 3 lines below as a template and replace 'QR', '0X7172' and 'qr'
|
|
|
-//#ifdef COMMUNITY_LANG_QR
|
|
|
+//#ifdef COMMUNITY_LANG_GROUP1_QR
|
|
|
//#define LANG_CODE_QR 0x7172 //!<'qr'
|
|
|
-//#endif // COMMUNITY_LANG_QR
|
|
|
-#endif // COMMUNITY_LANG_SUPPORT
|
|
|
+//#endif // COMMUNITY_LANG_GROUP1_QR
|
|
|
+#endif // COMMUNITY_LANGUAGE_SUPPORT
|
|
|
///@}
|
|
|
|
|
|
#if defined(__cplusplus)
|