feat(l10n): add Urdu language support #593
Merged
Merged
Conversation
Collaborator
|
@aburiro , discard files that are generated only push the files you changed or required to change for this and force push |
0140fde to
7651a55
Compare
Contributor
Author
|
Hi @SGI-CAPP-AT2, I have followed your instructions. I performed a soft reset to discard the auto-generated files and force-pushed a clean commit. The PR now only contains the 4 source files required for the Urdu translation. Ready for your review! |
SGI-CAPP-AT2
approved these changes
Mar 8, 2026
rohansen856
pushed a commit
to rohansen856/taskwarrior-flutter
that referenced
this pull request
Mar 30, 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.
Overview
This PR introduces Urdu (ur) localization to the Taskwarrior-Flutter application, improving accessibility for Urdu-speaking users. It also addresses minor UI inconsistencies regarding whitespace handling in task entries.
Changes Made
Localization: Added urdu_sentences.dart and integrated it into the sentence_manager.dart and supported_language.dart logic.
UI Integration: Updated the language selection trailing widget to include the Urdu option.
Code Quality: Fixed common whitespace issues in task inputs to ensure cleaner data entry (addressing Issue #567).
Testing & Verification
Tested on a physical Android device to ensure Right-to-Left (RTL) layout rendering is correct.
Verified that the language toggle correctly switches the UI strings to Urdu without app crashes.
About the Contributor
I am a Mobile App Development Instructor from Pakistan. I am contributing this as part of my engagement with the GSoC 2026 pre-selection phase. I am looking forward to mentor feedback to align this further with the project's architecture (GetX).