mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
21 lines
444 B
HTML
21 lines
444 B
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="zh-cn">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>国际化测试</title>
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
|
|
</head>
|
|
|
|
<body>
|
|
<script src="../../node_modules/i18n/i18n.js"></script>
|
|
<script>
|
|
i18n.configure({
|
|
locales: ['en', 'cn'],
|
|
directory: 'locales',
|
|
});
|
|
</script>
|
|
</body>
|
|
|
|
</html> |