feat: add country selection translations and update country name retrieval

This commit is contained in:
estifanos
2026-07-31 07:31:17 +00:00
parent 53b7b3f6f7
commit fca732e399
10 changed files with 77 additions and 95 deletions

View File

@@ -8,6 +8,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"resolveJsonModule": true,
"target": "ES2022",
"module": "ESNext",
"lib": ["ES2022", "dom"],