mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 07:35:54 +03:00
[PR #951] [MERGED] fix: Use local symbol to mean "China" and "Taiwan" #1269
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1269
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NickeManarin/ScreenToGif/pull/951
Author: @SEWeiTung
Created: 7/20/2021
Status: ✅ Merged
Merged: 9/25/2021
Merged by: @NickeManarin
Base:
bugfix/951-Fix-country-flags← Head:fixChineseLang📝 Commits (1)
46b1559fix: union the flags of "China" and "Taiwan"📊 Changes
3 files changed (+8 additions, -17 deletions)
View changed files
📝
ScreenToGif/Resources/Flags.xaml(+7 -14)📝
ScreenToGif/Windows/Options.xaml(+1 -1)📝
ScreenToGif/Windows/Options.xaml.cs(+0 -2)📄 Description
This quick fixture is for the flags between "China" and "Taiwan" for 2
reasons:
In China, "Taiwan" isn't the ONLY place to use traditional Chinese,
but HK and Macao as well. So it's ABSOLUTELY wrong to use "TaiWan" to
stand for "Traditional Chinese". For this senario, I suggest later if we
meet with HK, we can say "Traditional Chinese(HK)...", with the symbol
"zh-HK"...ect.
Taiwan isn't a country with its flag, it's very ambiguous.
When in UWP mode, Taiwan's flag is white, this is wrong, remove it to be in union by using local symbol.
Ref: RFC 4646, Tags for Identifying Languages
Before fix:

After fix:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.