mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Language fixes.
This commit is contained in:
parent
aaf4c605be
commit
1e2d8849cf
5 changed files with 8 additions and 8 deletions
|
|
@ -16,13 +16,7 @@ export default function LanguageButton() {
|
|||
return (
|
||||
<>
|
||||
<Head>
|
||||
{locale === 'zh-CN' && (
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
)}
|
||||
{locale === 'zh-TW' && (
|
||||
{(locale === 'zh-CN' || locale === 'zh-TW') && (
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap"
|
||||
rel="stylesheet"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue