- Corrected spelling and grammar
- Improved wording and sentence structures
- make it sound more natural
(Hint: "Rate limit" stays in English as an anglicism → you do not translate the technical term imho)
Multiple fixes, including:
- uniform way of saying "you" (changed it to informal)
- changing "Creator" to "Youtuber" (idk the accusative of creator)
- capitalizing nouns
- general translation errors
* Add German Website Translation
New additions:
+ Added the 'de.ts' file
Changes:
- added language support for German to 'default.vue'
- added my name to the Translator list in 'links.vue'
- added German translation file to the imports and lang list in 'nuxt.config.js'
* Added name of the Korean Translator
Changes:
- added a comment with the name of the Translator to 'ko.ts'
- added the name of the Translator to the translator list in 'links.vue'
---------
Co-authored-by: Jörn <74071544+tubyoub@users.noreply.github.com>
Co-authored-by: Jörn <github@tubyoub.de>
* Translate readme to Hungarian
* Translate extension description to Hungarian
* Add Hungarian localization for website
* Add Hungarian locale to the extension
* Fixes after merge conflicts
---------
Co-authored-by: Gergely Pap <pgege42@gmail.com>
Co-authored-by: Anarios <selivano.d@gmail.com>
* add jest and rewire for testing
* wrap loose code for initMutationObserver() in function and call it instead of just executing it
Otherwise this code is executed everytime state.js is imported somewhere in a file.
This leads to not being able to test properly, since state.js is imported in a lot
of the src files and fails when running the tests since we are missing global environment
settings such as document, window etc in the jest environment.
* export roundDown and getNumberformatter to make them testable as well
* add basic acceptance tests for utils.js, create snapshots and add jest config
* add failing test for buggy behaviour in a separate test case and skip it until fixed
* Fixes after merge conflicts
---------
Co-authored-by: Dmitrii Selivanov <selivano.d@gmail.com>
* Added Option to Disable Logging By Default
* Added Userscript Support to Disable Logging
* Formatting and Fixed Compiling
* Updated Description of Setting Option
* Whitespace 😅
* Dot in Description of Setting option
* Typo in JAVASCRIPT
* Extension - new (spring 2024) UI support
Add new player selector for isVideoLoaded() (fixes#1043)
* Githook tasks for fd45f86f (in a separate commit for readability)
* Userscript - new (spring 2024) UI support
Add new player selector for isVideoLoaded() (fixes#1043)
* Githook tasks for 17f5bdf0 (in a separate commit for readability)
* Add german FAQ translation
* Add german Security-FAQ translation
* Add missing german messages translation
* Add german Contributing translation
* Fix german README translation
* Add german extension description translation
* Add german README translation
* Add german README store translation
* Add german as language