mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 23:02:53 +01:00
feat: add Korean i18n & README (#130)
* Fixed the issue where the hue value set in config was not applied * Create README.ko-KR.md * Update README.ja-JP.md * Update README.zh-CN.md * Update README.md * Update README.ko-KR.md * Update translation.ts * Create ko_KR.ts * Update ko_KR.ts * Update ko_KR.ts * Update ko_KR.ts * Update setting-utils.ts * Update config.ts * ko_KR to ko * fix * Delete package-lock.json * Update .gitignore * Update .gitignore
This commit is contained in:
@@ -9,7 +9,7 @@ import { LinkPreset } from './types/config'
|
||||
export const siteConfig: SiteConfig = {
|
||||
title: 'Fuwari',
|
||||
subtitle: 'Demo Site',
|
||||
lang: 'en', // 'en', 'zh_CN', 'zh_TW', 'ja'
|
||||
lang: 'en', // 'en', 'zh_CN', 'zh_TW', 'ja', 'ko'
|
||||
themeColor: {
|
||||
hue: 250, // Default hue for the theme color, from 0 to 360. e.g. red: 0, teal: 200, cyan: 250, pink: 345
|
||||
fixed: false, // Hide the theme color picker for visitors
|
||||
|
||||
Reference in New Issue
Block a user