mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +00:00
Update Multi-Language Support
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
@@ -19,4 +19,5 @@ Locales['en'] = {
|
||||
['withdraw_amount'] = 'withdraw amount',
|
||||
['withdraw_society_money'] = 'withdraw society money',
|
||||
['bank_customer'] = 'bank Customer',
|
||||
['boss_actions'] = 'boss Actions',
|
||||
}
|
||||
@@ -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',
|
||||
}
|
||||
Reference in New Issue
Block a user