Skip to content

New Crowdin updates#555

Merged
kasnder merged 37 commits intomasterfrom
l10n_master
Apr 27, 2026
Merged

New Crowdin updates#555
kasnder merged 37 commits intomasterfrom
l10n_master

Conversation

@kasnder
Copy link
Copy Markdown
Member

@kasnder kasnder commented Apr 5, 2026

No description provided.

@kasnder
Copy link
Copy Markdown
Member Author

kasnder commented Apr 17, 2026

@copilot why does the test fail?

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 17, 2026

@copilot why does the test fail?

The test failed because the Ukrainian translation file (values-uk-rUA/strings.xml) had incorrectly translated the Android resource reference names inside the blockingModeNames string-array to Cyrillic (@string/режим_блокування_мінімальний, etc.). Android resource IDs must be ASCII — those Cyrillic-named resources don't exist, causing an AAPT linking error.

Fixed in 79daba3 by replacing the Cyrillic references with the correct resource IDs: @string/blocking_mode_minimal, @string/blocking_mode_standard, and @string/blocking_mode_strict.

@kasnder kasnder merged commit 244e5d3 into master Apr 27, 2026
1 check passed
@kasnder kasnder deleted the l10n_master branch April 27, 2026 18:57
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.

2 participants