mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[FONTEXT] Translate to Turkish.
Change fontext.rc file and add lang/tr-TR.rc file
This commit is contained in:
parent
4035f79ac6
commit
a1870cf427
2 changed files with 14 additions and 0 deletions
|
@ -8,6 +8,12 @@
|
|||
#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_TR_TR
|
||||
#include "lang/tr-TR.rc"
|
||||
#endif
|
||||
|
|
8
dll/shellext/fontext/lang/tr-TR.rc
Normal file
8
dll/shellext/fontext/lang/tr-TR.rc
Normal file
|
@ -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
|
Loading…
Reference in a new issue