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

@@ -262,6 +262,11 @@ export const am: Translations = {
},
},
country: {
select: 'አገር ይምረጡ',
notFound: 'ምንም አገር አልተገኘም',
},
location: {
title: 'አካባቢዎች',
hierarchy: 'የአካባቢ ተዋረድ',

View File

@@ -260,6 +260,11 @@ export const en = {
},
},
country: {
select: 'Select a country',
notFound: 'No countries found',
},
location: {
title: 'Locations',
hierarchy: 'Location Hierarchy',