mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-10-15 11:58:19 +00:00
Translations update from Weblate (#389)
* Added translation using Weblate (Italian) * Translated using Weblate (Greek) Currently translated at 100.0% (40 of 40 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/el/ * Translated using Weblate (Italian) Currently translated at 100.0% (40 of 40 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/it/ * Translated using Weblate (Lithuanian) Currently translated at 100.0% (41 of 41 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/lt/ * Translated using Weblate (Turkish) Currently translated at 100.0% (41 of 41 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/tr/ * Translated using Weblate (Italian) Currently translated at 100.0% (41 of 41 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/it/ * Added translation using Weblate (Persian) * Translated using Weblate (French) Currently translated at 100.0% (41 of 41 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/fr/ * Translated using Weblate (German) Currently translated at 100.0% (41 of 41 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/de/ * Translated using Weblate (Persian) Currently translated at 75.6% (31 of 41 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/fa/ * Add support for Persian. Co-authored-by: J. Lavoie <j.lavoie@net-c.ca> Co-authored-by: IceDBorn <weblate.tain@dralias.com> Co-authored-by: Gediminas Murauskas <muziejusinfo@gmail.com> Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com> Co-authored-by: alefvanoon <alefvanoon@tuta.io> Co-authored-by: FireMasterK <20838718+FireMasterK@users.noreply.github.com>
This commit is contained in:

committed by
FireMasterK

parent
8cca38838b
commit
f575e1dc8b
@@ -168,6 +168,7 @@ export default {
|
||||
watchHistory: false,
|
||||
selectedLanguage: "en",
|
||||
languages: [
|
||||
{ code: "bn", name: "Bengali" },
|
||||
{ code: "zh_Hant", name: "Chinese (Traditional)" },
|
||||
{ code: "en", name: "English" },
|
||||
{ code: "fr", name: "French" },
|
||||
@@ -176,8 +177,8 @@ export default {
|
||||
{ code: "lt", name: "Lithuanian" },
|
||||
{ code: "ml", name: "Malayalam" },
|
||||
{ code: "nb_NO", name: "Norwegian Bokmål" },
|
||||
{ code: "fa", name: "Persian" },
|
||||
{ code: "tr", name: "Turkish" },
|
||||
{ code: "bn", name: "Bengali" },
|
||||
],
|
||||
enabledCodecs: ["av1", "vp9", "avc"],
|
||||
};
|
||||
|
Reference in New Issue
Block a user