From c5c4c6c191f5e2e8ab7829ca7f94b21dd4411f90 Mon Sep 17 00:00:00 2001 From: Suleman Soren Date: Wed, 20 Nov 2024 01:10:11 +0530 Subject: [PATCH] fix: Added the arabic locale for Anguilla (previously it was the same as english) now it has a arabic translation. --- constants/countryCodes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/countryCodes.ts b/constants/countryCodes.ts index 712f40b..fc709b9 100644 --- a/constants/countryCodes.ts +++ b/constants/countryCodes.ts @@ -217,7 +217,7 @@ export const countryCodes: CountryItem[] = [ "jp": "アンギラ", "he": "אנגווילה", "el": "Ανγκουίλα", - "ar": "", + "ar": "أنغيلا", "tr": "Anguilla", "hu": "Anguilla" },