32ad2a4f0e
Follow-up to PR #373 review feedback (thanks @EdouardVanbelle): with the local t() removed in that PR, the safeT defensive name no longer earns its purpose. There is no global t() left to shadow it, so the wrapper- style name just creates confusion against callers writing i18n.t(). - function safeT -> function t - export { t: safeT, ... } -> { t, ... } - Remove stale comments in translateElement and above the definition that explained the safeT/admin.js shadowing history No call-site changes - every external caller already uses i18n.t(...), which now points directly at the function of the same name. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>