[FONTEXT] Translate to Turkish.
authorErcan Ersoy <ercanersoy@ercanersoy.net>
Sun, 14 Jan 2018 14:43:04 +0000 (17:43 +0300)
committerMark Jansen <mark.jansen@reactos.org>
Sat, 27 Jan 2018 13:40:54 +0000 (14:40 +0100)
Change fontext.rc file and add lang/tr-TR.rc file

dll/shellext/fontext/fontext.rc
dll/shellext/fontext/lang/tr-TR.rc [new file with mode: 0644]

index 8f6e322..67d6d4a 100644 (file)
@@ -8,6 +8,12 @@
 #define REACTOS_STR_ORIGINAL_FILENAME "fontext.dll"
 #include <reactos/version.rc>
 
 #define REACTOS_STR_ORIGINAL_FILENAME "fontext.dll"
 #include <reactos/version.rc>
 
+/* UTF-8 */
+#pragma code_page(65001)
+
 #ifdef LANGUAGE_EN_US
     #include "lang/en-US.rc"
 #endif
 #ifdef LANGUAGE_EN_US
     #include "lang/en-US.rc"
 #endif
+#ifdef LANGUAGE_TR_TR
+    #include "lang/tr-TR.rc"
+#endif
diff --git a/dll/shellext/fontext/lang/tr-TR.rc b/dll/shellext/fontext/lang/tr-TR.rc
new file mode 100644 (file)
index 0000000..7f6ec65
--- /dev/null
@@ -0,0 +1,8 @@
+/* TRANSLATOR: 2018 Ercan Ersoy (ercanersoy) (ercanersoy [at] ercanersoy [dot] net) */
+
+LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+    IDS_REACTOS_FONTS_FOLDER "ReactOS Yazı Tipi Klasörü"
+END