모든 보고
골피 보고
#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.
리포트에 내용 추가하기
여기에 버그를 재현하거나 당신의 제안을 이해하는 데 관련 있는 내용을 아무것이나 남겨주십시오:
- 다른 테이블 번호 / 수 번호
- 새로고침을 해서 문제가 해결 되었습니까?
- 문제가 얼마나 자주 일어났습니까?
- 만약에 버그에 대한 스크린샷을 가지고 계신다면 Imgur.com 사이트에 업로드 하시고, 여기에 링크를 복사/붙여넣기 하시기 바랍니다.