feat: i18n support for header, subtitle and about pages

This commit is contained in:
radishzzz 2025-03-15 02:52:23 +00:00
parent 22dc899a95
commit 96a89ddcd5
13 changed files with 103 additions and 30 deletions

View file

@ -1,30 +1,42 @@
export const ui = {
'zh': {
title: '重新编排',
subtitle: '再现版式之美',
posts: '文章',
tags: '标签',
about: '关于',
},
'zh-tw': {
title: '重新編排',
subtitle: '再現版式之美',
posts: '文章',
tags: '標籤',
about: '關於',
},
'ja': {
title: '再組版',
subtitle: '印刷の美を甦らせる',
posts: '記事',
tags: 'タグ',
about: '概要',
},
'en': {
title: 'Retypeset',
subtitle: 'Revive the beauty of typography',
posts: 'Posts',
tags: 'Tags',
about: 'About',
},
'es': {
title: 'Retipografía',
subtitle: 'Reviviendo la belleza tipográfica',
posts: 'Artículos',
tags: 'Etiquetas',
about: 'Sobre',
},
'ru': {
title: 'Переверстка',
subtitle: 'Возрождая красоту типографики',
posts: 'Посты',
tags: 'Теги',
about: 'О себе',