From 2f0b0c8dcb69cadc8f637bcde179f46070fa6fbd Mon Sep 17 00:00:00 2001 From: wael-amrany Date: Sat, 22 Feb 2025 09:55:15 +0300 Subject: [PATCH 1/2] Update index.js --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 82f8a893..128ab77b 100644 --- a/lib/index.js +++ b/lib/index.js @@ -934,7 +934,7 @@ MapboxGeocoder.prototype = { var localizedValue = localization.placeholder[language]; if (localizedValue) return localizedValue; } - return 'Search'; + return 'بحث'; }, /** From 5631369dfcd6fc31639ade3248168200e3e61f77 Mon Sep 17 00:00:00 2001 From: wael-amrany Date: Sat, 14 Feb 2026 17:10:14 +0300 Subject: [PATCH 2/2] Add Arabic localization string --- lib/localization.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/localization.js b/lib/localization.js index 158ac50b..e30b8385 100644 --- a/lib/localization.js +++ b/lib/localization.js @@ -15,6 +15,7 @@ var placeholder = { 'ca': 'Cerca', //catalan 'he': 'לחפש', //hebrew 'ja': 'サーチ', //japanese + 'ar': 'العربية' 'lv': 'Meklēt', //latvian 'pt': 'Procurar', //portuguese 'sr': 'Претрага', //serbian