
Bug: Inverted Russian localization for voice chat mute options
xera86 opened this issue · 1 comments
Additional notes
In the current Russian localization, the options for the following strings are swapped:
message.voicechat.mute.enabled -> "Нажмите, чтобы отключить микрофон"
message.voicechat.mute.disabled -> "Нажмите, чтобы включить микрофон"
The correct mapping should be:
message.voicechat.mute.enabled -> "Нажмите, чтобы включить микрофон"
message.voicechat.mute.disabled -> "Нажмите, чтобы отключить микрофон"
Locale code
ru_ru
Translation json
{
"message.voicechat.mute.enabled": "Нажмите, чтобы включить микрофон",
"message.voicechat.mute.disabled": "Нажмите, чтобы отключить микрофон"
}