Skip to content

Commit

Permalink
Add comma between road and house for Russia (#101)
Browse files Browse the repository at this point in the history
* Add comma between road and house for Russia

* Update the test
  • Loading branch information
Zverik authored Jan 25, 2024
1 parent 357ac9d commit 08df5bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conf/countries/worldwide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ generic9: &generic9 |
generic10: &generic10 |
{{{attention}}}
{{{house}}}
{{{road}}} {{{house_number}}}
{{{road}}}, {{{house_number}}}
{{#first}} {{{suburb}}} || {{{city_district}}} {{/first}}
{{#first}} {{{city}}} || {{{town}}} || {{{village}}} || {{{hamlet}}} {{/first}}
{{{state}}}
Expand Down Expand Up @@ -1728,7 +1728,7 @@ RU:
fallback_template: |
{{{attention}}}
{{{house}}}
{{{road}}} {{{house_number}}}
{{{road}}}, {{{house_number}}}
{{#first}} {{{suburb}}} || {{{city_district}}} || {{{neighbourhood}}} || {{{island}}} || {{{village}}} || {{{hamlet}}} {{/first}}
{{#first}} {{{city}}} || {{{town}}} || {{{municipality}}} {{/first}}
{{#first}} {{{county}}} || {{{state_district}}} || {{{state}}} {{/first}}
Expand Down
2 changes: 1 addition & 1 deletion testcases/countries/ru.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ components:
country_code : ru
expected: |
Efes Istambul
Гороховая улица 23
Гороховая улица, 23
Сенной округ
Санкт-Петербург
Российская Федерация
Expand Down

0 comments on commit 08df5bc

Please sign in to comment.