Proper string formatting

This commit is contained in:
ElPumpo
2018-06-16 10:24:02 +02:00
parent eb356f2cb4
commit 93d2263003
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1084,7 +1084,7 @@ ESX.ShowInventory = function()
if ESX.PlayerData.money > 0 then
table.insert(elements, {
label = _U('cash') .. ESX.PlayerData.money,
label = _U('cash', ESX.PlayerData.money),
count = ESX.PlayerData.money,
type = 'item_money',
value = 'money',
+1 -1
View File
@@ -1,5 +1,5 @@
Locales['br'] = {
['cash'] = 'efectivo $ ',
['cash'] = 'efectivo $%s',
['inventory'] = 'inventario',
['use'] = 'usar',
['give'] = 'dar',
+1 -1
View File
@@ -1,5 +1,5 @@
Locales['de'] = {
['cash'] = 'kontanter $ ',
['cash'] = 'kontanter $%s',
['inventory'] = 'Inventar',
['use'] = 'benutzen',
['give'] = 'geben',
+1 -1
View File
@@ -1,5 +1,5 @@
Locales['en'] = {
['cash'] = 'cash $ ',
['cash'] = 'cash $%s',
['inventory'] = 'inventory',
['use'] = 'use',
['give'] = 'give',
+1 -1
View File
@@ -1,5 +1,5 @@
Locales['fi'] = {
['cash'] = 'käteinen $ ',
['cash'] = 'käteinen $%s',
['inventory'] = 'reppu',
['use'] = 'käytä',
['give'] = 'anna',
+1 -1
View File
@@ -1,5 +1,5 @@
Locales['fr'] = {
['cash'] = 'espèces $ ',
['cash'] = 'espèces $%s',
['inventory'] = 'inventaire',
['use'] = 'utiliser',
['give'] = 'donner',
+1 -1
View File
@@ -1,5 +1,5 @@
Locales['sv'] = {
['cash'] = 'kontanter $ ',
['cash'] = 'kontanter $%s',
['inventory'] = 'Mitt förråd',
['use'] = 'använd',
['give'] = 'ge',