test: i18n support

This commit is contained in:
radishzzz 2025-01-17 07:31:43 +00:00
parent d2bda0594d
commit 32ffec8480
8 changed files with 340 additions and 6 deletions

View file

@ -2,8 +2,7 @@
import Head from '@/components/Head.astro'
---
<!doctype html>
<html lang="en">
<html lang="zh-CN">
<head>
<Head />
</head>