Commit Graph

650 Commits

Author SHA1 Message Date
Alex 2487d6c321
docs: Remove inverted exclamation mark
This is not a valid punctuation mark in english
2022-06-18 16:24:41 +12:00
Kenny a7f0081e58 feat: player displays channel icon while loading (work in progress to display the video thumbnail) 2022-06-17 20:58:36 -04:00
Kenny 6a3e9f2e39 feat: Move watch page loading image to local (not discord link) 2022-06-17 20:14:35 -04: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
gayolGate 4af167d667
Update readme.md 2022-06-17 15:49:40 +02:00
Kenny fb208936c3
Update language.js 2022-06-17 09:38:00 -04:00
Kenny fb8ba3e397
Merge pull request #341 from gayolGate/main
Add translations guide (an Readme file in Language folder explaining how to translate)
2022-06-17 09:32:33 -04:00
JordanBleu24 6bf092b6c8
Update and rename french.js to french-fr.js 2022-06-17 09:18:53 -04:00
gayolGate cf35e5198c
Create readme.md 2022-06-17 14:08:49 +02:00
AdamIskandarAI c30cfe2ac7
VueTube Malay translation fix #2 2022-06-17 18:27:31 +08:00
QuickValve ef9359642d added indonesian language to language.js 2022-06-17 13:32:42 +08:00
QuickValve e7636676d4
Merge branch 'VueTubeApp:main' into main 2022-06-17 12:40:00 +08:00
Luka a61ee52fd4
Merge pull request #336 from FAKlR/main
Add support for French Localization
2022-06-16 20:57:26 -04:00
Robotition ca63276075 Update Bulgarian by samihamchev 2022-06-16 20:54:41 -04: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
Spiryt7 f7eb0ea353
Update polish.js translation
Update of Polish translation of the application
2022-06-16 21:31:35 +02:00
Robotition 0ece6522f8 Fix Macedonian typos 2022-06-16 14:01:16 -04:00
Robotition 864422c990 Add bulgarian translation by samihamchev 2022-06-16 13:56:24 -04:00
Luka 5973f68be4
Merge branch 'main' into main 2022-06-16 12:59:56 -04:00
Robotition b25232a5c9 Add german translation by jojo200508 2022-06-16 12:56:19 -04:00
Luka 0feee67a89
Revert "Add german translation" 2022-06-16 12:37:39 -04:00
Luka 48686403a1
Merge pull request #326 from jojo200508/main
Add german translation
2022-06-16 12:30:31 -04:00
Luka c745dbe294
Merge pull request #327 from Stenafo/main
Correct translations
2022-06-16 12:21:00 -04:00
Johan le stickman 7697570f5b
Create french.js 2022-06-16 18:07:21 +02:00
Stefano 5700d294f7
Correct translations 2022-06-16 17:55:39 +02:00
jojo200508 c806980b03
Add german language 2022-06-16 16:28:11 +02:00
AdamIskandarAI 7967c1fcab
Improved Malay translation for VueTube 2022-06-16 21:43:53 +08:00
Alex b8596debb2 feat🌐: add zn-hans and pt-br to language list 2022-06-16 22:22:39 +12:00
QuickValve ee00e7d538 Added indonesian translation 2022-06-16 18:08:33 +08:00
nokanol45 48be093682
Merge branch 'VueTubeApp:main' into main 2022-06-16 17:45:51 +08:00
nokanol45 355196d39b Docs: Chinese translations
- Added Simplified Chinese
- Modified Traditional Chinese
2022-06-16 17:44:51 +08:00
Rick Slierendregt 28b03581f0
Merge branch 'main' into main 2022-06-16 11:18:45 +02:00
Rick Slierendregt bcbf47e239
Improved the Dutch Language more 2022-06-16 10:44:08 +02:00
DDG 4eed75e909
Improve Dutch translations
Improved translation (uppercase where it shouldn't be used, grammar, use of existing Dutch words instead of an anglicism)
2022-06-16 10:17:29 +02:00
LuanRT 4e38750588 feat: add pt-br translation file
Signed-off-by: LuanRT <luan.lrt4@gmail.com>
2022-06-16 04:56:34 -03:00
Rick Slierendregt 6ce0b78bc5
Added dutch.js 2022-06-16 09:17:29 +02:00
AdamIskandarAI 21a7ae697f
Add Malay language pack 2022-06-16 15:06:11 +08:00
nokanol45 28eb204cba
Merge branch 'VueTubeApp:main' into main 2022-06-16 12:53:33 +08:00
nokanol45 fcb8d5a1b8 Update chinese-traditional.js
will think of a way to translate "brave six, going dark" later (tm)
2022-06-16 12:52:38 +08:00
Robotition 42a873b8f6 bruh forgor to add the file 💀 2022-06-15 23:46:35 -04:00
Robotition 81e0a6a256 Add Macedonian language pack 2022-06-15 23:26:46 -04:00
Dominik 271f02b5e4
Polish - PR no.2 (still not fully ironed out)
To be continued..🌑🌘
2022-06-16 00:12:23 +02:00
Kenny ae630678a9 fix: 🚑 Fix app launcher
fix app not launching if the user didn't define a startup page
2022-06-15 17:16:23 -04:00
Kenny c9275571c5 fix: 🚑 Fix Theme Loader
The theme loader was resetting on app start; fixed.

fixed #308
2022-06-15 15:43:54 -04:00
Kenny 89243e5b60 refactor: ♻️ remove references to "BetterTube" 2022-06-15 15:37:35 -04:00
Kenny d143938b34
Merge pull request #311 from gayolGate/patch-1
Update Spanish app
2022-06-15 15:30:14 -04:00
Kenny 0301c982db feat: support translations on more pages 2022-06-15 15:29:52 -04:00
gayolGate 88dc388347
Update spanish.js 2022-06-15 21:14:06 +02:00
Kenny e5c2054dfa feat: additional italian language translations 2022-06-15 15:09:13 -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