Skip to content

Commit

Permalink
separate address with comma & update secondary address
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirazyzz committed Apr 2, 2024
1 parent 06aa462 commit de077ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/locales/uz_UZ_latin/location/secondary_address.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default ['### uy', '### xonadon'];
export default ['###-uy', '###-xonadon'];
2 changes: 1 addition & 1 deletion src/locales/uz_UZ_latin/location/street_address.ts
Original file line number Diff line number Diff line change
@@ -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}}',
};

0 comments on commit de077ff

Please sign in to comment.