diff --git a/src/locales/uz_UZ_latin/location/secondary_address.ts b/src/locales/uz_UZ_latin/location/secondary_address.ts index 2cdde5cb92c..654713a68fe 100644 --- a/src/locales/uz_UZ_latin/location/secondary_address.ts +++ b/src/locales/uz_UZ_latin/location/secondary_address.ts @@ -1 +1 @@ -export default ['### uy', '### xonadon']; +export default ['###-uy', '###-xonadon']; diff --git a/src/locales/uz_UZ_latin/location/street_address.ts b/src/locales/uz_UZ_latin/location/street_address.ts index 3394fef6dc2..b1cf56fcac2 100644 --- a/src/locales/uz_UZ_latin/location/street_address.ts +++ b/src/locales/uz_UZ_latin/location/street_address.ts @@ -1,4 +1,4 @@ export default { normal: '{{location.street}}, {{location.buildingNumber}}', - full: '{{location.street}}, {{location.buildingNumber}} {{location.secondaryAddress}}', + full: '{{location.street}}, {{location.buildingNumber}}, {{location.secondaryAddress}}', };