Skip to content

Commit

Permalink
Fix rotting gender locale (#2336)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Jun 25, 2024
1 parent 01c2d7b commit 9b60c2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/Locale/ru-RU/disease/miasma.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ perishable-3 = [color=red]{ CAPITALIZE(OBJECT($target)) } тело выгляд
perishable-1-nonmob = [color=green]{ CAPITALIZE(SUBJECT($target)) } выглядит ещё свежо.[/color]
perishable-2-nonmob = [color=orangered]{ CAPITALIZE(SUBJECT($target)) } выглядит не особо свежо.[/color]
perishable-3-nonmob = [color=red]{ CAPITALIZE(SUBJECT($target)) } выглядит не особо свежо.[/color]
rotting-rotting = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { $gender ->
rotting-rotting = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { GENDER($target) ->
[male] гниёт
[female] гниёт
[epicene] гниют
*[neuter] гниёт
}![/color]
rotting-bloated = [color=orangered]{ CAPITALIZE(SUBJECT($target)) } { $gender ->
rotting-bloated = [color=orangered]{ CAPITALIZE(SUBJECT($target)) } { GENDER($target) ->
[male] вздулся
[female] вздулась
[epicene] вздулись
*[neuter] вздулось
}![/color]
rotting-extremely-bloated = [color=red]{ CAPITALIZE(SUBJECT($target)) } сильно { $gender ->
rotting-extremely-bloated = [color=red]{ CAPITALIZE(SUBJECT($target)) } сильно { GENDER($target) ->
[male] вздулся
[female] вздулась
[epicene] вздулись
Expand Down

0 comments on commit 9b60c2d

Please sign in to comment.