-
-
Notifications
You must be signed in to change notification settings - Fork 553
German translation #608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
German translation #608
Conversation
German translation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #608 +/- ##
===========================================
+ Coverage 37.67% 59.26% +21.58%
===========================================
Files 150 100 -50
Lines 6306 3039 -3267
Branches 457 457
===========================================
- Hits 2376 1801 -575
+ Misses 3817 1125 -2692
Partials 113 113
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jely2002
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the contribution! Finally a language I speak and can review haha.
Just one small comment about the JSON formatting and then it should be good to go!
Removed tabs in german translation
* docs: remove todo from readme * feat: focus URL input on app start Closes #341 * fix(docs): properly assemble version tag * ci(pages): use docs from main branch with manifest from release branch * Add Italian language (#580) * Add Italian language * Update it.json * Update en.json * feat(locale): add support for italian * docs: add translation info to CONTRIBUTING.md * docs: fix incorrect locale paths * feat(i18n): include app languages into installer * Feature/windows portable (#588) * feat: add support for portable file paths * feat: add support for creating a portable bundle for windows * fix: automatically retrieve version for zip filename * fix: only download videos that are in configuring state Closes #589 * i18n: add pt-BR localization (#586) * translation: add pt-BR localization Add Portuguese - Brazil to OVD * Fix typos in pt-BR localization strings * Link to authentication and subtitle pages from settings (#591) * chore(npm): update packages * feat(settings): link to auth and sub setting pages * refactor(router): always use named routes in router links * i18n: enable pt-BR language add expanded codes list for languages missing from ISO6391 * fix: replace synchronous wording with parallel * docs(pages): replace youtube-dl-gui mentions with open-video-downloader * Resolve binary path when binaries are included (#593) * ci(publish): resolve portable build issues * fix: properly resolve bin paths when binaries are included * refactor(paths): add path manager for runtime mode detection * chore(i18n): add pt-BR to installer * build(publish): add workflow for msix revisions * chore: bump msix to 3.0.0.1 for revision * fix: disable auto-updater when portable or msstore * fix: use GITHUB_TOKEN to prevent rate limiting in CI * fix: set msstore version to 3.0.1.0 * fix: use audio sample rate (asr) instead of audio bitrate (abr) * fix: sort formats on language preference to prevent downloading auto dubs Fixes #592 * build: add rpm target * build: include debug symbols * build: build linux aarch64 artifacts Fixes #334 * docs: update available artifacts * ci: create sentry release and upload symbols * fix: incorrect light theme used when system option selected * docs: remove faulty coverage badge * fix: preserve playlist order (#597) * fix: preserve playlist order when splitting a group * fix: allow devtools event to open devtools * Italian language update (#598) * Add French translation (#600) Co-authored-by: Exosys <[email protected]> * feat: improve output selection with example and preserve playlist templating (#601) * feat: improve output selection with example and preserve playlist templating * i18n: translate missing fields * fix: show fatal errors in the UI * i18n: enable French language * fix: fatal error when downloading videos from X Fixes #599 * chore: bump version for release 3.0.1 Fixes #599 * ci: use gh release upload to prevent creating a double release that is automatically published * docs: update 'what file do I download' section * Feature/add flac wav audio (#605) * feat: add support for flac/wav lossless file formats * feat: embed thumbnails on more formats * feat: nudge towards certain codecs based on the preferred output format * chore: remove leftover println statements * Feature/add settings reset button (#606) * feat: add settings reset button * fix: incorrect default audio name template * fix: audio output path not used when track type is audio * fix: impersonation options not updating after locale switch * ci: support notarization for macOS * ci: remove macos cert verification step * docs: update mockup image to v3 * docs: add ms-store download and update colors * fix: restart the app after installing an update * German translation (#608) * Create de.json German translation * Update de.json Removed tabs in german translation * feat(settings): toggle for restricted filenames (#609) Closes #152 * feat(i18n): enable the German locale * feat: add clear button to file picker * feat: add recent selections to file/folder picker * fix: the authentication tab no longer always enables the save button * fix: properly handle empty template context items Fixes #610 * feat: add option to embed the subtitle instead of writing it to a separate file * feat: add back global shortcuts and icon progress/badges (#613) * feat: add back global shortcuts and icon progress/badges * feat: add setting to toggle global shortcuts * fix: use abr instead of asr Fixes #614 * feat: register/unregister global shortcuts based on the setting * Feature/remember track type (#615) * refactor: abstract common store logic * feat: remember the last used track type * Feature/improved download location (#616) * feat: hydrate the recent selection based on data from the preferences store * style: use inline formatting * feat: add a debug log for debugging the current app environment and paths * feat: add improved download location selection * fix: restructure recent path data to fix saving/state issues * fix: support ytdlp template field chains properly * chore: revert async imports of routes * fix: only enable download button if > 0 groups are ready * chore: update deps and bump version to 3.1.0 * fix: downgrade libwebkitgtk version to attempt a fix for #603 * fix: authentication route no longer working --------- Co-authored-by: bovirus <[email protected]> Co-authored-by: Francisco Pires Negromonte <[email protected]> Co-authored-by: Exosys <[email protected]> Co-authored-by: Exosys <[email protected]> Co-authored-by: Marc <[email protected]> Co-authored-by: Levi <[email protected]>
German translation