mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
feat: implement internationalization (i18n) support
This commit is contained in:
parent
32ffec8480
commit
d6c98880d3
17 changed files with 247 additions and 18 deletions
|
@ -2,7 +2,7 @@
|
|||
import Head from '@/components/Head.astro'
|
||||
---
|
||||
|
||||
<html lang="zh-CN">
|
||||
<html lang={Astro.currentLocale || 'en-US'}>
|
||||
<head>
|
||||
<Head />
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue