chore(coding-style): correct indentation

This commit is contained in:
Romain Lanz
2017-09-14 16:52:50 +02:00
parent f9936dc41d
commit 39bd6a80f0
7 changed files with 230 additions and 231 deletions
+4 -6
View File
@@ -1,8 +1,6 @@
Locales['br'] = {
['left_instance'] = 'Você deixou a instância',
['invite_expired'] = 'Convite expirado',
['press_to_enter'] = 'Pressione ~INPUT_CONTEXT~ para entrar na instância',
['entered_instance'] = 'Você entrou na instância',
['left_instance'] = 'Você deixou a instância',
['invite_expired'] = 'Convite expirado',
['press_to_enter'] = 'Pressione ~INPUT_CONTEXT~ para entrar na instância',
['entered_instance'] = 'Você entrou na instância',
}
+6 -8
View File
@@ -1,10 +1,8 @@
Locales['en'] = {
['left_instance'] = 'you have left the instance',
['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',
['left_instance'] = 'you have left the instance',
['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',
}
+6 -8
View File
@@ -1,10 +1,8 @@
Locales['fr'] = {
['left_instance'] = 'vous avez quitté l\'instance',
['invite_expired'] = 'invitation expirée',
['press_to_enter'] = 'appuyez sur ~INPUT_CONTEXT~ pour entrer dans l\'instance',
['entered_instance'] = 'vous êtes entré dans l\'instance',
['entered_into'] = ' est entré dans l\'instance',
['left_out'] = ' est sorti dans l\'instance',
['left_instance'] = 'vous avez quitté l\'instance',
['invite_expired'] = 'invitation expirée',
['press_to_enter'] = 'appuyez sur ~INPUT_CONTEXT~ pour entrer dans l\'instance',
['entered_instance'] = 'vous êtes entré dans l\'instance',
['entered_into'] = ' est entré dans l\'instance',
['left_out'] = ' est sorti dans l\'instance',
}