Skip to content

Commit

Permalink
Fix misspeled genders in locale (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Sep 11, 2024
1 parent 4dbf89e commit 6fbd34d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ earlyleave-cryo-announcement =
[male] был перемещён
[female] была перемещена
[epicene] были перемещены
*[neuter] был перемещён
*[neuter] было перемещёно
} в криогенное хранилище!
earlyleave-cryo-sender = Станция
2 changes: 1 addition & 1 deletion Resources/Locale/ru-RU/game-ticking/game-ticker.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ latejoin-arrival-announcement =
[male] прибыл
[female] прибыла
[epicene] прибыли
*[neuter] прибыл
*[neuter] прибыло
} на станцию!
latejoin-arrival-announcement-special = { $job } { $character } on deck!
latejoin-arrival-sender = Станции
Expand Down
4 changes: 2 additions & 2 deletions Resources/Locale/ru-RU/mind/components/mind-component.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ comp-mind-examined-dead =
{ CAPITALIZE(SUBJECT($ent)) } { GENDER($ent) ->
[male] мёртв
[female] мертва
[epicene] мертво
*[neuter] мертвы
[epicene] мертвы
*[neuter] мертво
}
comp-mind-examined-ssd = { CAPITALIZE(SUBJECT($ent)) } рассеяно смотрит в пустоту и ни на что не реагирует. { CAPITALIZE(SUBJECT($ent)) } может скоро придти в себя.
comp-mind-examined-dead-and-ssd = { CAPITALIZE(POSS-ADJ($ent)) } душа бездействует и может скоро вернуться.
Expand Down

0 comments on commit 6fbd34d

Please sign in to comment.