Skip to content

Commit

Permalink
Merge pull request #22 from TitanHaxz/main
Browse files Browse the repository at this point in the history
Create tr.lua and sql
  • Loading branch information
Gellipapa authored Jan 18, 2024
2 parents 9b7d543 + c76b19b commit 7884ac5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions locales/tr.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Locales['tr'] = {
['used_food'] = '%s adet yemek yediniz',
['used_drink'] = '%s adet içecek içtiniz',
['got_healed'] = 'İyileştirildiniz.'
}

4 changes: 4 additions & 0 deletions localization/tr_esx_basicneeds.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
('bread', 'Ekmek', 1),
('water', 'Su', 1)
;

0 comments on commit 7884ac5

Please sign in to comment.