[MSPAINT] Add Indonesian translation. (#1598)
[reactos.git] / base / applications / mspaint / rsrc.rc
index cece630..99c6941 100644 (file)
@@ -5,7 +5,7 @@
  * PURPOSE:     Managing the resources
  * PROGRAMMERS: Benedikt Freisen
  */
+
 /* INCLUDES *********************************************************/
 
 #include <windef.h>
@@ -62,6 +62,9 @@ IDI_VERTSKEW ICON "icons/vertskew.ico"
 #ifdef LANGUAGE_ES_ES
     #include "lang/es-ES.rc"
 #endif
+#ifdef LANGUAGE_ET_EE
+    #include "lang/et-EE.rc"
+#endif
 #ifdef LANGUAGE_EU_ES
     #include "lang/eu-ES.rc"
 #endif
@@ -74,6 +77,9 @@ IDI_VERTSKEW ICON "icons/vertskew.ico"
 #ifdef LANGUAGE_HU_HU
     #include "lang/hu-HU.rc"
 #endif
+#ifdef LANGUAGE_ID_ID
+    #include "lang/id-ID.rc"
+#endif
 #ifdef LANGUAGE_IT_IT
     #include "lang/it-IT.rc"
 #endif
@@ -116,6 +122,9 @@ IDI_VERTSKEW ICON "icons/vertskew.ico"
 #ifdef LANGUAGE_UK_UA
     #include "lang/uk-UA.rc"
 #endif
+#ifdef LANGUAGE_VI_VN
+    #include "lang/vi-VN.rc"
+#endif
 #ifdef LANGUAGE_ZH_CN
     #include "lang/zh-CN.rc"
 #endif