Conversation
There was a problem hiding this comment.
Pull request overview
This PR fills in missing non-English translations for several existing UI strings (update prompt, Wi‑Fi/VPN/network warnings, subscription requirement, and related status labels) across multiple supported locales, bringing them in line with the English template.
Changes:
- Added the missing translation keys/values to multiple locale
.arbfiles (e.g.,updateAvailable,needSameWifi,vpnActive,noServerYet,stop, etc.). - Updated the corresponding per-locale
AppLocalizationsXXDart getters so the runtime strings match the.arbtranslations (instead of falling back to English).
Reviewed changes
Copilot reviewed 30 out of 30 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| lib/l10n/app_zh.arb | Adds missing Chinese translations for update/network/subscription/status strings. |
| lib/l10n/app_ur.arb | Adds missing Urdu translations for update/network/subscription/status strings. |
| lib/l10n/app_tr.arb | Adds missing Turkish translations for update/network/subscription/status strings. |
| lib/l10n/app_sw.arb | Adds missing Swahili translations for update/network/subscription/status strings. |
| lib/l10n/app_ru.arb | Adds missing Russian translations for update/network/subscription/status strings. |
| lib/l10n/app_pt.arb | Adds missing Portuguese translations for update/network/subscription/status strings. |
| lib/l10n/app_nl.arb | Adds missing Dutch translations for update/network/subscription/status strings. |
| lib/l10n/app_ja.arb | Adds missing Japanese translations for update/network/subscription/status strings. |
| lib/l10n/app_id.arb | Adds missing Indonesian translations for update/network/subscription/status strings. |
| lib/l10n/app_hi.arb | Adds missing Hindi translations for update/network/subscription/status strings. |
| lib/l10n/app_fr.arb | Adds missing French translations for update/network/subscription/status strings. |
| lib/l10n/app_es.arb | Adds missing Spanish translations for update/network/subscription/status strings. |
| lib/l10n/app_de.arb | Adds missing German translations for update/network/subscription/status strings. |
| lib/l10n/app_bn.arb | Adds missing Bengali translations for update/network/subscription/status strings. |
| lib/l10n/app_ar.arb | Adds missing Arabic translations for update/network/subscription/status strings. |
| lib/l10n/app_localizations_zh.dart | Updates Chinese getters to return localized strings (removes English fallbacks). |
| lib/l10n/app_localizations_ur.dart | Updates Urdu getters to return localized strings (removes English fallbacks). |
| lib/l10n/app_localizations_tr.dart | Updates Turkish getters to return localized strings (removes English fallbacks). |
| lib/l10n/app_localizations_sw.dart | Updates Swahili getters to return localized strings (removes English fallbacks). |
| lib/l10n/app_localizations_ru.dart | Updates Russian getters to return localized strings (removes English fallbacks). |
| lib/l10n/app_localizations_pt.dart | Updates Portuguese getters to return localized strings (removes English fallbacks). |
| lib/l10n/app_localizations_nl.dart | Updates Dutch getters to return localized strings (removes English fallbacks). |
| lib/l10n/app_localizations_ja.dart | Updates Japanese getters to return localized strings (removes English fallbacks). |
| lib/l10n/app_localizations_id.dart | Updates Indonesian getters to return localized strings (removes English fallbacks). |
| lib/l10n/app_localizations_hi.dart | Updates Hindi getters to return localized strings (removes English fallbacks). |
| lib/l10n/app_localizations_fr.dart | Updates French getters to return localized strings (removes English fallbacks). |
| lib/l10n/app_localizations_es.dart | Updates Spanish getters to return localized strings (removes English fallbacks). |
| lib/l10n/app_localizations_de.dart | Updates German getters to return localized strings (removes English fallbacks). |
| lib/l10n/app_localizations_bn.dart | Updates Bengali getters to return localized strings (removes English fallbacks). |
| lib/l10n/app_localizations_ar.dart | Updates Arabic getters to return localized strings (removes English fallbacks). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
Author
Jens-Co
approved these changes
May 15, 2026
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.
No description provided.