Fix portal SEO, Korean copy, and favicon
Custom-domain base URLs included the request path, so canonical/hreflang doubled routes; emit SEO links only with an absolute origin. Rewrite Korean mismatch strings to avoid literal particle parentheses, rename HtmlLang to HTMLLang, and ship public favicons so Vite no longer 404s the fallback icon. Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
@@ -98,9 +98,9 @@
|
||||
"label": "언어",
|
||||
"updateFailed": "언어를 업데이트하지 못했습니다",
|
||||
"mismatch": {
|
||||
"message": "{{language}}(으)로 이 페이지를 보고 있습니다.",
|
||||
"switchToMine": "{{language}}(으)로 전환",
|
||||
"useThis": "{{language}}을(를) 내 언어로 사용",
|
||||
"message": "이 페이지의 표시 언어는 {{language}}입니다.",
|
||||
"switchToMine": "내 언어({{language}})로 전환",
|
||||
"useThis": "표시 언어({{language}})를 내 언어로 사용",
|
||||
"dismiss": "닫기"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user