[NOTEPAD] ReactOS Notepad Hindi Translation (#938)
[reactos.git] / base / applications / notepad / rsrc.rc
index 2c1b5b4..3ae6931 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <windef.h>
 #include <winuser.h>
+#include <dlgs.h>
 
 #include "notepad_res.h"
 
@@ -55,6 +56,9 @@ IDI_NPICON ICON "res/notepad.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
@@ -67,6 +71,9 @@ IDI_NPICON ICON "res/notepad.ico"
 #ifdef LANGUAGE_HE_IL
     #include "lang/he-IL.rc"
 #endif
+#ifdef LANGUAGE_HI_IN
+    #include "lang/hi-IN.rc"
+#endif
 #ifdef LANGUAGE_HU_HU
     #include "lang/hu-HU.rc"
 #endif
@@ -85,6 +92,9 @@ IDI_NPICON ICON "res/notepad.ico"
 #ifdef LANGUAGE_LT_LT
     #include "lang/lt-LT.rc"
 #endif
+#ifdef LANGUAGE_MS_MY
+    #include "lang/ms-MY.rc"
+#endif
 #ifdef LANGUAGE_NL_NL
     #include "lang/nl-NL.rc"
 #endif
@@ -109,6 +119,9 @@ IDI_NPICON ICON "res/notepad.ico"
 #ifdef LANGUAGE_UK_UA
     #include "lang/uk-UA.rc"
 #endif
+#ifdef LANGUAGE_UZ_UZ
+    #include "lang/uz-UZ.rc"
+#endif
 #ifdef LANGUAGE_SK_SK
     #include "lang/sk-SK.rc"
 #endif
@@ -130,3 +143,6 @@ IDI_NPICON ICON "res/notepad.ico"
 #ifdef LANGUAGE_ZH_CN
     #include "lang/zh-CN.rc"
 #endif
+#ifdef LANGUAGE_ZH_TW
+    #include "lang/zh-TW.rc"
+#endif