Commit Graph

26 Commits

Author SHA1 Message Date
KAZI MMT 8073a1a7f5
add: `bengali` language (#603)
* add: `bengali` language

* fix: wording
2023-02-14 11:34:19 +13:00
Tomas Štefe 8fd7ea2c98
Add Slovenian translation (#600)
* Added slovenian translation

* Added slovenian to language.js
2023-02-14 03:02:34 +13:00
唐澤 克幸 859d51c9b9
Add Japanese (#566)
* add japanese.js and translate

* I forgot to add Japanese to languages.js!
2022-10-19 18:14:22 +13:00
anjannair f501542f02
Added the Marathi language to language.js 2022-08-20 15:36:43 +05:30
gayolGate | Dev Studio 47fa82eac8
Update language.js (#511) 2022-08-13 14:44:30 +12:00
ferivoq f6be793b7f
Adding hungarian.js
Just adding the new languages i just created.
2022-08-10 13:20:35 +02:00
Kenny 407348a7e0 feat: translation fallback 1/2 2022-08-08 20:23:00 -04:00
Kenny e32addf665 chore: Add missing language packs from plugins/language.js 2022-08-08 19:58:40 -04:00
griffi-gh 07f7f15caa
Add missing lang import (#442)
* Add import

* Oops, "VueTube" appears twice on the same screen!
2022-07-06 10:57:20 +12:00
Alex 964d986df5 feat:🌐added estonian translation 2022-07-01 18:27:34 +12:00
Kenny 93f297df85 refactor: Sort Language Pack Object + Include ALL Languages
Sorted `obj/packs` in `~/NUXT/plugins/language.js` and included all language packs because they weren't up to date
2022-06-28 12:01:47 -04:00
Chico ca789323d4
add korean translation (#410)
* add korean

* add korean

* after watched video

Bravo Six, Going Dark - CALL OF DUTY: MODERN WARFARE

* Update korean.js
2022-06-25 18:01:00 +12:00
deepsource-autofix[bot] b252fa79c0
Format code with prettier
This commit fixes the style issues introduced in 38b0de7 according to the output
from prettier.

Details: https://deepsource.io/gh/VueTubeApp/VueTube/transform/9d827cbf-455d-44d1-b340-8f6b1836b896/
2022-06-22 05:24:06 +00:00
Kenny b99b7f63a0 fix: 🚑 Fix Language Pack Memory Leak
Since language packs were added, there was a memory leak where each time you load a page containing a translated language, the active language pack would be loaded into memory (RAM) each time, after the initial load. For example, starting the app loads the memory pack into memory first, then if you open settings, it would load the pack twice. Language packs are only a few mb or kb so it wasn't major but it is fixed now.
2022-06-17 20:04:33 -04:00
Kenny fb208936c3
Update language.js 2022-06-17 09:38:00 -04:00
QuickValve ef9359642d added indonesian language to language.js 2022-06-17 13:32:42 +08:00
FAKlR 76284b0c87 Adding French Translation
Added french to usable language in the language.js file

Juste changed a line in french.js for ui tweaker entry to reflect its meant to customise the Ui .
2022-06-17 01:47:52 +02:00
Robotition 864422c990 Add bulgarian translation by samihamchev 2022-06-16 13:56:24 -04:00
Robotition b25232a5c9 Add german translation by jojo200508 2022-06-16 12:56:19 -04:00
Robotition 81e0a6a256 Add Macedonian language pack 2022-06-15 23:26:46 -04:00
Kenny 38d67fbf97 feat: Major Language Overhaul
Performance Optimisations, Fix Plugin Loader Bugs, Add More Translations, Fix Translation Related Bugs
2022-06-15 15:00:26 -04:00
Kenny 12974f402b
revert langpack handler 2022-06-15 09:53:48 -04:00
Kenny 5d07070a52
possibly fix build issues 2022-06-15 09:40:13 -04:00
Kenny c73687ff93
this build MAY fail. it's a feature test (VERY UNSTABLE) 2022-06-15 09:25:51 -04:00
Kenny a6a817f3a9 docs: Basic Italian Language Translation
Add a language translation for Italian - only supports some parts of the app; can be added via the registry editor with key:"language" value:"italian"
2022-06-14 20:55:45 -04:00
Kenny 06c2737694 feat: Start on Language Packs 2022-05-05 23:11:28 -04:00