Фикс the стакан пива (#178)

* fix: fix "the" in russian locale

* missing file
This commit is contained in:
ThereDrD0
2024-03-06 21:06:28 +03:00
committed by GitHub
parent 052c5d53e6
commit ae7665fe9f
25 changed files with 58 additions and 58 deletions

View File

@@ -1,3 +1,3 @@
infant-name-prefix = младенец { $name }
reproductive-birth-popup = { CAPITALIZE(THE($parent)) } родила!
reproductive-laid-egg-popup = { CAPITALIZE(THE($parent)) } откладывает яйцо!
reproductive-birth-popup = { CAPITALIZE($parent) } родила!
reproductive-laid-egg-popup = { CAPITALIZE($parent) } откладывает яйцо!