Fix Indent For Locales

This commit is contained in:
ArkSeyonet
2020-04-06 10:14:55 -05:00
parent fb3f248276
commit 6c1bcd330b
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -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
View File
@@ -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.'
}