i18n(de): add the two missing German IPTV VOD strings - #631
Merged
ProdigyV21 merged 1 commit intoSep 3, 2026
Conversation
Adds the German values for settings_iptv_vod_search and settings_iptv_vod_search_desc, which were added upstream after the German translation batches landed. Inserted in their matching position inside the IPTV section so values-de keeps mirroring the order of values/strings.xml. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017f6j7PfVyeAVWCigq9HCXC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds the two German values that were missing after the new IPTV VOD search
setting landed in #628.
settings_iptv_vod_search→ "IPTV-VOD-Streams"settings_iptv_vod_search_desc→ "IPTV-Filme und -Serien beim Abrufen von Streams einbeziehen"Both are inserted in their matching position inside the IPTV section of
values-de/strings.xml, next tosettings_iptv_channel_order_description,so the file keeps mirroring the order of
values/strings.xml.Why
values-dewas completed in #615–#618, but two keys have been added upstreamsince then, so the German settings screen currently falls back to English for
this one row. This closes that gap.
app_nameis intentionally left untranslated — it is the product name.With this change
values-decovers every translatable key invalues.Notes
testSideloadDebugUnitTest).created by Claude (Anthropic) on behalf of @ReichiMD