Skip to content

Commit

Permalink
fix(language): remove capital letters in russian_10k.json (zaqzxcsws…
Browse files Browse the repository at this point in the history
…de) (#5202)

While it's correct for the words "Москва" and "Россия" to be capitalized, they seem out of place being that way among ~10k lowercase words.
  • Loading branch information
Zaqzxcswsde authored Mar 11, 2024
1 parent ab5c130 commit 720d0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/static/languages/russian_10k.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"words": [
"может",
"найти",
"Москва",
"москва",
"решить",
"далёкий",
"вернуться",
"таки",
"получить",
"прийти",
"Россия",
"россия",
"узнать",
"заметить",
"уйти",
Expand Down

0 comments on commit 720d0f4

Please sign in to comment.