Skip to content
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

The South Korean flag 🇰🇷 is not displayed correctly when using the "ko-KR" filename. #1279

Open
KenminKure opened this issue Feb 14, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@KenminKure
Copy link

Describe the bug

The South Korean flag 🇰🇷 is not displayed correctly when using the ko-KR locale.

Extension Version

i18n Ally 2.13.1

Steps to reproduce the behavior:

Go to '...'
Select ko-KR as the locale.
Observe that the South Korean flag is not displayed correctly.

Device Information

OS: Windows 11 Pro 64-bit
VS Code Version: 1.97.1

Extension Log:

🈶 Activated, v2.13.1

――――――

💼 Workspace root changed to "c:\foo"
📦 Packages file "package.json" found
🕳 Packages file "pubspec.yaml" not exists
🕳 Packages file "composer.json" not exists
🕳 Packages file "Gemfile" not exists
🌞 Enabled
🧩 Enabled frameworks: Vue, General
🧬 Enabled parsers: json, yaml, json5

📈 Telemetry id: 12345678-1111-2222-3333-000000000000
🚀 Initializing loader "c:\foo"
📂 Directory structure: file
🗃 Path Matcher Regex: /^(?<locale>[\w-_]+)\.(?<ext>json|ya?ml|json5)$/

📂 Loading locales under c:\foo\locales
	📑 Loading (ar-JO) ar-JO.json [0000000000000.0001]
	📑 Loading (en-US) en-US.json [0000000000000.0001]
	📑 Loading (es-ES) es-ES.json [0000000000000.0001]
	📑 Loading (fr-FR) fr-FR.json [0000000000000.0001]
	📑 Loading (ja-JP) ja-JP.json [0000000000000.0001]
	📑 Loading (ko-KO) ko-KO.json [0000000000000.0001] # wrong country code
	📑 Loading (ko-KP) ko-KP.json [0000000000000.0001] # just test
	📑 Loading (ko-KR) ko-KR.json [0000000000000.0001] # Korea country code (ISO 3166-1), cannot display the flag correctly
	📑 Loading (pa-IN) pa-IN.json [0000000000000.0001]
	📑 Loading (tl-PH) tl-PH.json [0000000000000.0001]
	📑 Loading (zh-CN) zh-CN.json [0000000000000.0001]
	📑 Loading (zh-TW) zh-TW.json [0000000000000.0001]

👀 Watching change on c:\foo\locales
✅ Loading finished


――――――

Screenshots

Image

@KenminKure KenminKure added the bug Something isn't working label Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant