While I'm working on Japanese localization, I noticed that a URL is hardcoded to be inserted at the end, which makes localization difficult.
|
dns-check-hint = After applying, verify your DNS provider at |
This can be an issue if different languages have different word order rules.
It would be much better to separate the URL from the text using a placeholder, like below
dns-check-hint = After applying, verify your DNS provider at {$dnscheck_url}
While I'm working on Japanese localization, I noticed that a URL is hardcoded to be inserted at the end, which makes localization difficult.
CachyOS-Welcome/i18n/en/cachyos_hello.ftl
Line 57 in 6f97b08
This can be an issue if different languages have different word order rules.
It would be much better to separate the URL from the text using a placeholder, like below
dns-check-hint = After applying, verify your DNS provider at {$dnscheck_url}