Locale formatting, 4 tab indent

This commit is contained in:
ElPumpo
2018-08-21 20:22:50 +02:00
parent 39c03cb0b6
commit 9db250359a
6 changed files with 199 additions and 220 deletions
+2 -2
View File
@@ -3,6 +3,6 @@ Locales['en'] = {
['invite_expired'] = 'invite expired',
['press_to_enter'] = 'press ~INPUT_CONTEXT~ to enter the instance',
['entered_instance'] = 'you entered the instance',
['entered_into'] = ' entered the instance',
['left_out'] = ' left the instance',
['entered_into'] = '%s entered the instance',
['left_out'] = '%s left the instance',
}