diff options
| author | Anton Rusak <[email protected]> | 2019-10-04 12:39:48 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-04 12:39:48 +0300 |
| commit | 11c4f335a254dd360bd1e08a41fe1c614d0100a4 (patch) | |
| tree | cbdcf5136c461af68433e14ae995ff8ddaf3b1c0 /lib | |
| parent | 10bfb9f467b0ac2b8912ffc15690b50ef3244f09 (diff) | |
| download | faker-11c4f335a254dd360bd1e08a41fe1c614d0100a4.tar.xz faker-11c4f335a254dd360bd1e08a41fe1c614d0100a4.zip | |
fix: absurd street name in ru
"речень улиц" seems like a parsing error. It means "List of streets" in Russian
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/ru/address/street_title.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/locales/ru/address/street_title.js b/lib/locales/ru/address/street_title.js index de564a20..f5fd1430 100644 --- a/lib/locales/ru/address/street_title.js +++ b/lib/locales/ru/address/street_title.js @@ -49,7 +49,6 @@ module["exports"] = [ "Парковая", "Чкалова", "Мичурина", - "речень улиц", "Подгорная", "Дружбы", "Почтовая", |
