[WINLOGON] Add Portuguese (neutral) translation. (#1656)
[reactos.git] / base / system / winlogon / winlogon.rc
index 2386402..8879484 100644 (file)
@@ -54,6 +54,9 @@ IDI_WINLOGON ICON "res/winlogon.ico"
 #ifdef LANGUAGE_LT_LT
     #include "lang/lt-LT.rc"
 #endif
+#ifdef LANGUAGE_MS_MY
+    #include "lang/ms-MY.rc"
+#endif
 #ifdef LANGUAGE_NB_NO
     #include "lang/no-NO.rc"
 #endif
@@ -66,6 +69,9 @@ IDI_WINLOGON ICON "res/winlogon.ico"
 #ifdef LANGUAGE_PT_BR
     #include "lang/pt-BR.rc"
 #endif
+#ifdef LANGUAGE_PT_PT
+    #include "lang/pt-PT.rc"
+#endif
 #ifdef LANGUAGE_RO_RO
     #include "lang/ro-RO.rc"
 #endif
@@ -90,3 +96,6 @@ IDI_WINLOGON ICON "res/winlogon.ico"
 #ifdef LANGUAGE_ZH_CN
     #include "lang/zh-CN.rc"
 #endif
+#ifdef LANGUAGE_ZH_TW
+    #include "lang/zh-TW.rc"
+#endif