|
@@ -211,16 +211,16 @@ const char* lang_get_name_by_code(uint16_t code)
|
|
|
case LANG_CODE_FR: return _n("Francais");
|
|
|
case LANG_CODE_IT: return _n("Italiano");
|
|
|
case LANG_CODE_PL: return _n("Polski");
|
|
|
-#ifdef COMMUNITY_LANG_SUPPORT //Community language support
|
|
|
-#ifdef COMMUNITY_LANG_NL
|
|
|
- case LANG_CODE_NL: return _n("Nederlands"); //community contribution
|
|
|
-#endif // COMMUNITY_LANG_NL
|
|
|
+#ifdef COMMUNITY_LANGUAGE_SUPPORT //Community language support
|
|
|
+#ifdef COMMUNITY_LANG_GROUP1_NL
|
|
|
+ case LANG_CODE_NL: return _n("Nederlands"); //community Dutch contribution
|
|
|
+#endif // COMMUNITY_LANG_GROUP1_NL
|
|
|
|
|
|
//Use the 3 lines below as a template and replace 'QR' and 'New language'
|
|
|
-//#ifdef COMMUNITY_LANG_QR
|
|
|
+//#ifdef COMMUNITY_LANG_GROUP1_QR
|
|
|
// case LANG_CODE_QR: return _n("New language"); //community contribution
|
|
|
-//#endif // COMMUNITY_LANG_QR
|
|
|
-#endif // COMMUNITY_LANG_SUPPORT
|
|
|
+//#endif // COMMUNITY_LANG_GROUP1_QR
|
|
|
+#endif // COMMUNITY_LANGUAGE_SUPPORT
|
|
|
}
|
|
|
return _n("??");
|
|
|
}
|