Dutch translation (from #72) + build fix — v2.5.8 - #73
Merged
Conversation
On top of @ruditimmermans's Dutch translation: fix the build-breaking resConfigs line ("en, "nl" -> "en", "nl") so Gradle parses it, and correct "woordanvullingen" -> "woordaanvullingen" in the suggestions string. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Unbc3zuLA7kfCnaBL4pCHF
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.
Takes @ruditimmermans's Dutch translation (PR #72) and fixes the one build blocker so it's mergeable.
From #72 (credit: @ruditimmermans)
Full Dutch localization done the right way — a
res/values-nl/strings.xmlplus extracting the previously-hardcoded English literals intoR.string.*resources and updating the Kotlin to usegetString(...). English is unaffected.Fixes added on top
app/build.gradle:resConfigs "en, "nl"→resConfigs "en", "nl"(the mismatched-quote syntax error that broke the Gradle build).woordanvullingen→woordaanvullingen.Verified
strings.xmlfiles parse as valid XML.R.string.*referenced in Kotlin resolves to a defined string (no missing resources).Version → 2.5.8 (as set in #72).
Closes #72.
🤖 Generated with Claude Code
https://claude.ai/code/session_01Unbc3zuLA7kfCnaBL4pCHF
Generated by Claude Code