From 46fc1924a0e6e2ac2624710c2e846513a456f2f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ege=20T=C3=BCrker?= <66169371+EgeTurker@users.noreply.github.com> Date: Mon, 5 Oct 2020 02:08:44 +0300 Subject: [PATCH] Added Turkish Language Support to esx_skin (#84) --- locales/tr.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 locales/tr.lua diff --git a/locales/tr.lua b/locales/tr.lua new file mode 100644 index 00000000..63c213b9 --- /dev/null +++ b/locales/tr.lua @@ -0,0 +1,6 @@ +Locales['tr'] = { + ['skin_menu'] = 'Karakter Menüsü', + ['use_rotate_view'] = '~INPUT_VEH_FLY_ROLL_LEFT_ONLY~ ve ~INPUT_VEH_FLY_ROLL_RIGHT_ONLY~ ile kamera açısını değiştirebilirsiniz.', + ['skin'] = 'Karakter Değiştir', + ['saveskin'] = 'Karakteri bir dosyaya kaydet', +} \ No newline at end of file