diff --git a/locales/tr.lua b/locales/tr.lua new file mode 100644 index 0000000..048ab81 --- /dev/null +++ b/locales/tr.lua @@ -0,0 +1,6 @@ +Locales['tr'] = { + ['used_food'] = '%s adet yemek yediniz', + ['used_drink'] = '%s adet içecek içtiniz', + ['got_healed'] = 'İyileştirildiniz.' +} + \ No newline at end of file diff --git a/localization/tr_esx_basicneeds.sql b/localization/tr_esx_basicneeds.sql new file mode 100644 index 0000000..49acb06 --- /dev/null +++ b/localization/tr_esx_basicneeds.sql @@ -0,0 +1,4 @@ +INSERT INTO `items` (`name`, `label`, `weight`) VALUES + ('bread', 'Ekmek', 1), + ('water', 'Su', 1) +;