mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
Fix Indent For Locales
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
Locales['cs'] = {
|
||||
['data_incorrect'] = 'Data byla zadána nesprávně. Prosím zkuste to znovu.',
|
||||
['invalid_format'] = 'Data byla nesprávně naformátována. Prosím zkuste to znovu.',
|
||||
['no_identifiers'] = '[Chyba] Nelze najít identifikátory.'
|
||||
['data_incorrect'] = 'Data byla zadána nesprávně. Prosím zkuste to znovu.',
|
||||
['invalid_format'] = 'Data byla nesprávně naformátována. Prosím zkuste to znovu.',
|
||||
['no_identifiers'] = '[Chyba] Nelze najít identifikátory.'
|
||||
}
|
||||
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
Locales['en'] = {
|
||||
['data_incorrect'] = 'Data entered incorrectly. Please try again.',
|
||||
['invalid_format'] = 'Data formatted incorrectly. Please try again.',
|
||||
['no_identifiers'] = '[Error] Could not find identifiers.'
|
||||
['data_incorrect'] = 'Data entered incorrectly. Please try again.',
|
||||
['invalid_format'] = 'Data formatted incorrectly. Please try again.',
|
||||
['no_identifiers'] = '[Error] Could not find identifiers.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user