mirror of
https://github.com/webmin/webmin.git
synced 2026-09-11 08:00:39 +01:00
Both issues were raised in review. webmin/upgrade_desc had <a href="webmin.com">, which a browser resolves against the Webmin server rather than the public site. lang/en has <a href=https://webmin.com>; the Turkish now matches. This was the only relative href in any Turkish file. proc uses __norefs=1, so the four $stime values were displayed literally instead of expanding. lang/en spells the word out in all four places rather than referencing stime, so the Turkish now does the same. A scan for the same class of defect across every module found one more case that had not been reported: useradmin/uedit_dothers was $udel_dothers, and useradmin also sets __norefs=1. lang/en spells that one out too, so it is fixed the same way. The scan also found heartbeat/conf_auto_on and conf_auto_off, which are ${conf_enabled} and ${conf_disabled} in lang/en itself - so English is affected as well, and conf_auto_ references ${default}, a key that does not exist in the file. That is an upstream bug rather than a translation one, so it is left alone here and reported on the PR.