mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Multi-Language support
Added multi-language support
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
Locales['en'] = {
|
||||
['invalid_amount'] = '~r~invalid amount',
|
||||
['deposit_money'] = 'you have deposited ~g~$',
|
||||
['withdraw_money'] = 'you withdrawn ~g~$',
|
||||
['press_e_atm'] = 'press sure ~INPUT_PICKUP~ for deposit or withdraw from ~g~ATM~s~.',
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
Locales['fr'] = {
|
||||
['invalid_amount'] = '~r~montant invalide',
|
||||
['deposit_money'] = 'vous avez déposé ~g~$',
|
||||
['withdraw_money'] = 'vous avez retiré ~g~$',
|
||||
['press_e_atm'] = 'appuyez sur ~INPUT_PICKUP~ pour déposer ou retirer du ~g~cash~s~.',
|
||||
}
|
||||
Reference in New Issue
Block a user