Skip to content

Conversation

@Hamza417
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings January 16, 2026 17:02
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates localization files from Crowdin for Traditional Chinese (Taiwan), Indonesian, and German translations. The changes include removing license headers and comments from the Traditional Chinese terminal strings file, and updating string resources in Indonesian and German files.

Changes:

  • Removed Apache 2.0 license header and section comments from Traditional Chinese terminal strings
  • Updated string resources in Indonesian strings file
  • Updated string resources in German strings file

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
app/src/main/res/values-zh-rTW/term_strings.xml Removed license header and section marker comments
app/src/main/res/values-in-rID/strings.xml Modified activity_status string to empty value
app/src/main/res/values-de-rDE/strings.xml Modified gles_version and single_dex strings to empty values

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

<string name="multi_dex">Multi Dex, %1$s</string>
<string name="single_dex">Dex Tunggal, %1$s</string>
<string name="activity_status">%1$s | %2$s</string>
<string name="activity_status"></string>
Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The activity_status string has been changed to an empty value, but the default English version expects two format parameters: %1$s | %2$s. All other language files maintain this format with proper translations. This will cause formatting issues or display bugs when this string is used in the application. The Indonesian translation should be restored or properly translated.

Suggested change
<string name="activity_status"></string>
<string name="activity_status">Aktivitas: %1$s | %2$s</string>

Copilot uses AI. Check for mistakes.
<string name="method_count">Methodenanzahl</string>
<string name="multi_dex">%1$s</string>
<string name="single_dex">Single Dex, %1$s</string>
<string name="single_dex"></string>
Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The single_dex string has been changed to an empty value, but the default English version expects one format parameter: Single Dex, %1$s. All other language files maintain this format with proper translations. This will cause formatting issues or display bugs when this string is used in the application. The German translation should be restored to 'Single Dex, %1$s' or properly translated.

Suggested change
<string name="single_dex"></string>
<string name="single_dex">Single Dex, %1$s</string>

Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Hamza417 Hamza417 merged commit 1ce0b3b into master Jan 16, 2026
@Hamza417 Hamza417 deleted the l10n_master branch January 16, 2026 17:12
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