diff options
| author | Anton Rusak <[email protected]> | 2019-10-04 12:32:32 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-04 12:32:32 +0300 |
| commit | 0dc9f9378b91ad29671bb9e948aeaad3db69ec3d (patch) | |
| tree | 909e7b64f33feb6d6e460874b6838e336f7187e3 /lib | |
| parent | 10bfb9f467b0ac2b8912ffc15690b50ef3244f09 (diff) | |
| download | faker-0dc9f9378b91ad29671bb9e948aeaad3db69ec3d.tar.xz faker-0dc9f9378b91ad29671bb9e948aeaad3db69ec3d.zip | |
fix: two cities stuck together in ru
Брянск and Магнитогорск are different cities :)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/ru/address/city_name.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/locales/ru/address/city_name.js b/lib/locales/ru/address/city_name.js index 6aad56a3..17f4e62a 100644 --- a/lib/locales/ru/address/city_name.js +++ b/lib/locales/ru/address/city_name.js @@ -39,7 +39,8 @@ module["exports"] = [ "Киров", "Чебоксары", "Курск", - "Брянскm Магнитогорск", + "Брянск", + "Магнитогорск", "Иваново", "Тверь", "Ставрополь", |
