add locale for cash

This commit is contained in:
AdrineX
2018-06-12 16:51:10 +03:00
parent f4f9d13893
commit dcb4fbdaa0
6 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1084,7 +1084,7 @@ ESX.ShowInventory = function()
if ESX.PlayerData.money > 0 then
table.insert(elements, {
label = '[Cash] $' .. ESX.PlayerData.money,
label = _U('cash') .. ESX.PlayerData.money,
count = ESX.PlayerData.money,
type = 'item_money',
value = 'money',
+1
View File
@@ -1,4 +1,5 @@
Locales['br'] = {
['cash'] = 'efectivo $ ',
['inventory'] = 'inventario',
['use'] = 'usar',
['give'] = 'dar',
+1
View File
@@ -1,4 +1,5 @@
Locales['de'] = {
['cash'] = 'kontanter $ ',
['inventory'] = 'Inventar',
['use'] = 'benutzen',
['give'] = 'geben',
+1
View File
@@ -1,4 +1,5 @@
Locales['en'] = {
['cash'] = 'cash $ ',
['inventory'] = 'inventory',
['use'] = 'use',
['give'] = 'give',
+1
View File
@@ -1,4 +1,5 @@
Locales['fr'] = {
['cash'] = 'espèces $ ',
['inventory'] = 'inventaire',
['use'] = 'utiliser',
['give'] = 'donner',
+1
View File
@@ -1,4 +1,5 @@
Locales['sv'] = {
['cash'] = 'kontanter $ ',
['inventory'] = 'Mitt förråd',
['use'] = 'använd',
['give'] = 'ge',