Translations update from Weblate (#384)

* Added translation using Weblate (German)

* Added translation using Weblate (Norwegian Bokmål)

* Added translation using Weblate (Chinese (Traditional))

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 82.5% (33 of 40 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/nb_NO/

* Added translation using Weblate (Malayalam)

* Translated using Weblate (French)

Currently translated at 100.0% (40 of 40 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/fr/

* Translated using Weblate (French)

Currently translated at 100.0% (40 of 40 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/fr/

* Translated using Weblate (German)

Currently translated at 100.0% (40 of 40 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/de/

* Translated using Weblate (Chinese (Traditional))

Currently translated at 42.5% (17 of 40 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/zh_Hant/

* Translated using Weblate (Malayalam)

Currently translated at 90.0% (36 of 40 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/ml/

* Add support for 4 new languages.

Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: Jamugha <hackdown@necord.com>
Co-authored-by: vachan-maker <vachan2014carmel@gmail.com>
Co-authored-by: FireMasterK <20838718+FireMasterK@users.noreply.github.com>
This commit is contained in:
Weblate (bot)
2021-08-26 13:48:23 +02:00
committed by FireMasterK
parent 5cbe60aaaf
commit 71e68bfb8c
6 changed files with 203 additions and 4 deletions

View File

@@ -160,9 +160,13 @@ export default {
watchHistory: false,
selectedLanguage: "en",
languages: [
{ code: "zh_Hant", name: "Chinese (Traditional)" },
{ code: "en", name: "English" },
{ code: "fr", name: "French" },
{ code: "de", name: "German" },
{ code: "lt", name: "Lithuanian" },
{ code: "ml", name: "Malayalam" },
{ code: "nb_NO", name: "Norwegian Bokmål" },
],
};
},