Skip to content

Dutch translation (from #72) + build fix — v2.5.8 - #73

Merged
KEZO555 merged 2 commits into
mainfrom
claude/light-keyboard-project-ZsCx2
Aug 10, 2026
Merged

Dutch translation (from #72) + build fix — v2.5.8#73
KEZO555 merged 2 commits into
mainfrom
claude/light-keyboard-project-ZsCx2

Conversation

@KEZO555

@KEZO555 KEZO555 commented Aug 10, 2026

Copy link
Copy Markdown
Owner

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.xml plus extracting the previously-hardcoded English literals into R.string.* resources and updating the Kotlin to use getString(...). 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).
  • Dutch typo: woordanvullingenwoordaanvullingen.

Verified

  • Both strings.xml files parse as valid XML.
  • Every R.string.* referenced in Kotlin resolves to a defined string (no missing resources).
  • Rudi's commit is preserved (merge with rebase to keep his authorship).

Version → 2.5.8 (as set in #72).

Closes #72.

🤖 Generated with Claude Code

https://claude.ai/code/session_01Unbc3zuLA7kfCnaBL4pCHF


Generated by Claude Code

ruditimmermans and others added 2 commits July 29, 2026 20:02
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
@KEZO555
KEZO555 merged commit 1110887 into main Aug 10, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants