mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
Update menu locales.
Credits go to @usermacieg Co-Authored-By: userMacieG <palatim3@gmail.com>
This commit is contained in:
+3
-3
@@ -242,7 +242,7 @@ function OpenTaxiActionsMenu()
|
||||
ESX.UI.Menu.CloseAll()
|
||||
|
||||
ESX.UI.Menu.Open('default', GetCurrentResourceName(), 'taxi_actions', {
|
||||
title = 'Taxi',
|
||||
title = _U('taxi'),
|
||||
align = 'top-left',
|
||||
elements = elements
|
||||
}, function(data, menu)
|
||||
@@ -270,7 +270,7 @@ function OpenMobileTaxiActionsMenu()
|
||||
ESX.UI.Menu.CloseAll()
|
||||
|
||||
ESX.UI.Menu.Open('default', GetCurrentResourceName(), 'mobile_taxi_actions', {
|
||||
title = 'Taxi',
|
||||
title = _U('taxi'),
|
||||
align = 'top-left',
|
||||
elements = {
|
||||
{label = _U('billing'), value = 'billing'},
|
||||
@@ -359,7 +359,7 @@ function OpenGetStocksMenu()
|
||||
end
|
||||
|
||||
ESX.UI.Menu.Open('default', GetCurrentResourceName(), 'stocks_menu', {
|
||||
title = 'Taxi Stock',
|
||||
title = _U('taxi_stock'),
|
||||
align = 'top-left',
|
||||
elements = elements
|
||||
}, function(data, menu)
|
||||
|
||||
Reference in New Issue
Block a user