Translation for text from chat doesn't work
Kisuny opened this issue · 9 comments
Translation keys don't work for chat text:
"gui.xaero_claims_protection_interact_block_any" : "Вы не можете взаимодействовать с этим блоком!",
"gui.xaero_claims_protection_interact_block": "(%1$s) Вы не можете взаимодействовать с этим блоком!",
"gui.xaero_claims_protection_interact_block_try_empty": "(%1$s) Возможно, это сработает, если вы попробуете с пустыми руками.",
"gui.xaero_claims_protection_block_disabled": "Взаимо-ие. с этим блоком отключено на сервере.",
"gui.xaero_claims_protection_interact_entity_any" : "Вы не можете взаимодействовать с этой сущностью в этом чанке!",
"gui.xaero_claims_protection_interact_entity": "(%1$s) Вы не можете взаимодействовать с этой сущностью в этом чанке!",
"gui.xaero_claims_protection_interact_entity_try_empty": "(%1$s) Возможно, это сработает, если вы попробуете с пустыми руками.",
"gui.xaero_claims_protection_entity_disabled": "Взаимо-ие. с этим существом отключено на сервере.",
"gui.xaero_claims_protection_use_item_any" : "Вам не разрешено использовать этот предмет так близко к чужому участку! Попробуйте пустыми руками?",
"gui.xaero_claims_protection_use_item": "(%1$s) Вам не разрешено использовать этот предмет так близко к чужому участку! Попробуйте пустыми руками?",
"gui.xaero_claims_protection_item_disabled_any" : "Этот предмет отключен на сервере. Попробуйте пустыми руками?",
"gui.xaero_claims_protection_item_disabled": "(%1$s) Этот предмет отключен на сервере. Попробуйте пустыми руками?",
"gui.xaero_claims_protection_chorus": "Вам не разрешено использовать эфирное яблоко для перемещения в эту локацию!",
"gui.xaero_claims_protection_interact_item_apply_any" : "Вам не разрешено применять этот предмет в этой позиции! Попробуйте пустыми руками?",
"gui.xaero_claims_protection_interact_item_apply": "(%1$s) Вам не разрешено применять этот предмет в этой позиции! Попробуйте пустыми руками?",
"gui.xaero_claims_protection_interact_item_apply_too_close": "(%1$s) Вам не разрешено применять этот предмет так близко к чужому участку! Попробуйте пустыми руками?",
"gui.xaero_claims_protection_main_hand": "Основная рука",
"gui.xaero_claims_protection_off_hand": "Вторая рука",
MC: fabric 1.19.2
mod version: b0.22.0
I can only guess that the file is not correctly formatted then.
Translation of most of the interface works correctly, only the text in chat is not translated!
I attach the Russian translation so you can see for yourself!
ru_ru.json
I've seen this done by other people, it was also Russian, so I'm 90% sure you're doing something wrong.
By the way. The "default" lines you have translated are supposed to be translated from what you see in the config tooltips in the game. The "default" is just a placeholder that tells the mod to use the default config comment, which is already in English. Translating that will simply break tooltips.
Example from your file:
"gui.xaero_pac_player_config_tooltip_playerConfig.claims.protection.exceptionGroups.block.handInteract": "по умолчанию"
By the way. The "default" lines you have translated are supposed to be translated from what you see in the config tooltips in the game. The "default" is just a placeholder that tells the mod to use the default config comment, which is already in English. Translating that will simply break tooltips.
Thanks for that info, I'll fix it.
Some of the mods in the modpack breaks translations in chat, checked only with your mod - everything works correctly.