[gnome-maps/gnome-42] address: Fix incorrect country code for Ukraine



commit a10fb1c7b1563be614664d0925e2f566076b4c59
Author: Marcus Lundblad <ml dfupdate se>
Date:   Fri May 27 21:42:30 2022 +0200

    address: Fix incorrect country code for Ukraine
    
    The country code listed in the table for Ukraine
    was incorrectly specified as UK, resulting in
    the fallback address format being used for UA
    addresses.

 src/address.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/address.js b/src/address.js
index 0d171840..8401e829 100644
--- a/src/address.js
+++ b/src/address.js
@@ -114,7 +114,7 @@ const FORMAT_MAP = {
     'TC': '%2$s %1$s',
     'TR': '%1$s %2$s',
     'TW': '%1$s, %2$s̈́',
-    'UK': 'вул. %1$s, буд. %2$s',
+    'UA': 'вул. %1$s, буд. %2$s',
     'US': '%2$s %1$s',
     'VG': '%2$s %1$s',
     'VI': '%2$s %1$s',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]