全ての報告
ゴルフィー(Golfie)の報告
#136391: "Use $-variables in text templates instead of splitting sentence into different text templates"
implemented: この提案は実行されました
1
どういった内容ですか?
どうしましたか?以下から選んでください
提案:次項がゲームを大きく改善すると思われる
詳細
• 何を意味するのか、簡単に理解できるようにあなたの提案を正確かつ簡潔に説明してください。
This suggestion helps to translate the texts of the game into many different languages:
For sentences like "Thomas completed the hole in 5 strokes", you currently use several different text templates:
player_name AND "completed the hole in" AND "strokes"
Volunteer translators are therefore translation these text templates separate, e.g. German: "strokes" = "Schläge". But the whole sentence in German would be "Thomas hat das Loch in 5 Schlägen geschafft".
Please use one single text template, e.g.:
"${player_name} completed the hole in ${number_strokes} strokes"
This helps tranlation the whole sentence and the translator can place the $-variables at the position that best fits in the target language. (in this example: "${player_name} hat das Loch in ${number_strokes} Schlägen geschafft")
Same with "got a":
Instead of player_name + "got a" + "lost ball", please use text templates like "${player_name} got a ${lost_ball}" and "${player_name} got a ${combo}"
When you use separate text templates for different object (lost ball and combo), it allows to translate the word "a" using the correct gender, which is based on the following word (lost_ball and combo have different gramatical gender in some languages). In German: "a lost ball" = "einen Aus-Ball", but "a combo" = "eine Kombo".
• あなたのブラウザは何ですか?
Google Chrome v128
報告履歴
Thomas • この提案はまだ開発者によって解析されていません:
2024年 9月 1日 12:13 • F5 (refresh) does not solve this problem, it must be fixed by the developer, as he/she defines the text templates, and the volunteer translators can only work around using ugly constructs.
vincentcroquette • この提案は実行されました:
2025年 3月 8日 23:22 • It has just been implemented. However, it might not display properly due to an ongoing issue with translation rendering.
報告に書き加える
このバグを再現するため、またはあなたの提案を理解するために、ここに関連性があると思われるものを追加してください:
- 他のテーブルID/行動ID
- F5キー(ページの再読込)で問題は解決されましたか?
- 問題は何回も起こりましたか?毎回 起こりますか?ランダムに起きますか?
- もしこのバグのスクリーンショットがあれば(素晴らしい!)、Imgur.com等を使ってアップロードし、リンクをコピー&ペーストしてください。