-
-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Traditional Chinese localization #667
Add Traditional Chinese localization #667
Conversation
f86b4d6
to
9ad3d36
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase on the latest changes, and also provide a screen recording using TalkBack or VoiceOver to ensure the accessibility feature works well with the delegate.
9ad3d36
to
96310ae
Compare
96310ae
to
e6e1a2f
Compare
I saw the video with the VoiceOver but it doesn't show the actual grid. Please attach a video that walks through actual assets. If the video needs to be no public sharing, send it to fluttercandies@googlegroups.com. EDIT: There might be attachment size limitations with Google Groups. Let us know if you need to send the email and was sent. |
This change adds Traditional Chinese localization and return it when the locale is zh-Hant. We have to use the languageCode and scriptCode to differentiate between Simplified and Traditional Chinese. Summary of changes: - Implement TraditionalChineseAssetPickerTextDelegate - Add TraditionalChineseAssetPickerTextDelegate to the list of delegates. - Sort the list of delegates alphabetically. - Remove all toLowerCase() calls to make sure we can return the correct delegate.
e6e1a2f
to
227558a
Compare
Here you go, The link will expire on Jan 11, 2015. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. Thanks for the contribution! I'll take care of the rest.
@all-contributors Add @Gasol for localizations. |
I couldn't determine any contributions to add, did you specify any contributions? |
@all-contributors Add @Gasol for translation |
I've put up a pull request to add @Gasol! 🎉 |
Adds @Gasol as a contributor for translation. This was requested by AlexV525 [in this comment](#667 (comment)) [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
…at_assets_picker * 'main' of /~https://github.com/fluttercandies/flutter_wechat_assets_picker: docs: add Gasol as a contributor for translation (fluttercandies#669) Add Traditional Chinese localization (fluttercandies#667) 🚀 Support matching script and country code of locales with the text delegate (fluttercandies#668) 💡 Refreshes tests copyright 🔖 9.4.1 🔖 9.4.1 Fix selecting when reached the max asset limit in the preview (fluttercandies#648) 🚸 Improves the default sort conditions (fluttercandies#662) ⬆️ Allows `extended_image: ^9.0.0` (fluttercandies#659) 🐛 Allows assets changing when no path previously (fluttercandies#656) 👷 Try to run on minimum SDK requirement (fluttercandies#643) 🔖 9.3.2 🚀 Adapt the image provider file type getter (fluttercandies#638) 🔖 9.3.1 🐛 Fix UI layouts (fluttercandies#634)
* main: docs: add Gasol as a contributor for translation (fluttercandies#669) Add Traditional Chinese localization (fluttercandies#667) 🚀 Support matching script and country code of locales with the text delegate (fluttercandies#668) 💡 Refreshes tests copyright 🔖 9.4.1 🔖 9.4.1 Fix selecting when reached the max asset limit in the preview (fluttercandies#648) 🚸 Improves the default sort conditions (fluttercandies#662) ⬆️ Allows `extended_image: ^9.0.0` (fluttercandies#659) 🐛 Allows assets changing when no path previously (fluttercandies#656) 👷 Try to run on minimum SDK requirement (fluttercandies#643) 🔖 9.3.2 🚀 Adapt the image provider file type getter (fluttercandies#638) 🔖 9.3.1 🐛 Fix UI layouts (fluttercandies#634) # Conflicts: # lib/src/delegates/asset_picker_builder_delegate.dart
This change adds Traditional Chinese localization and return it when the
locale is zh-Hant. We have to use the languageCode and scriptCode to
differentiate between Simplified and Traditional Chinese.
Summary of changes:
delegate.
RPReplay_Final1733835936.mp4