Update Multi-Language Support

This commit is contained in:
nearbyplayer
2017-09-03 15:22:30 -04:00
parent 573f24c8c9
commit 4668ee6772
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ function OpenBankActionsMenu()
}
if PlayerData.job.grade_name == 'boss' then
table.insert(elements, {label = 'Action Patron', value = 'boss_actions'})
table.insert(elements, {label = _U('boss_actions'), value = 'boss_actions'})
end
ESX.UI.Menu.CloseAll()
+1
View File
@@ -19,4 +19,5 @@ Locales['en'] = {
['withdraw_amount'] = 'withdraw amount',
['withdraw_society_money'] = 'withdraw society money',
['bank_customer'] = 'bank Customer',
['boss_actions'] = 'boss Actions',
}
+1
View File
@@ -19,4 +19,5 @@ Locales['fr'] = {
['withdraw_amount'] = 'montant du retrait',
['withdraw_society_money'] = 'retirer argent société',
['bank_customer'] = 'client Banque',
['boss_actions'] = 'action Patron',
}