Fix locale folder names

There seems to be some differences between the folder name and the locale name used in the files themselves.

For example: the folder might have been called "de-DE", for German, but the files use one "de"

And thus translations where not being displayed

Using the locale key in the files and modifying the folder name if neccesary, let's see what happens in the next Crowdin pull, might need to review more thoroughly why this is happening (maybe due to custom settings in Crowdin)
This commit is contained in:
voodoorai2000
2018-10-09 22:08:25 +02:00
parent 4765f7a9f7
commit cd22c440bf
130 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
de:
i18n:
language:
name: 'Deutsch'

View File

@@ -0,0 +1,4 @@
fa:
i18n:
language:
name: 'فارسى'

View File

@@ -257,7 +257,6 @@ pl:
text_sign_in: zaloguj się text_sign_in: zaloguj się
text_sign_up: zarejestruj się text_sign_up: zarejestruj się
title: Jak mogę skomentować ten dokument? title: Jak mogę skomentować ten dokument?
locale: angielski
notifications: notifications:
index: index:
empty_notifications: Nie masz nowych powiadomień. empty_notifications: Nie masz nowych powiadomień.

View File

@@ -0,0 +1,4 @@
pl:
i18n:
language:
name: 'Polski'

View File

@@ -249,7 +249,6 @@ sq:
text_sign_in: Kycu text_sign_in: Kycu
text_sign_up: Rregjistrohu text_sign_up: Rregjistrohu
title: Si mund ta komentoj këtë dokument? title: Si mund ta komentoj këtë dokument?
locale: Anglisht
notifications: notifications:
index: index:
empty_notifications: Ju nuk keni njoftime të reja empty_notifications: Ju nuk keni njoftime të reja

View File

@@ -0,0 +1,4 @@
sq:
i18n:
language:
name: 'Shqiptar'

Some files were not shown because too many files have changed in this diff Show More