mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
feat: implement portuguese locale (#21)
* feat: include pt key entry and content in config files * feat: about-pt.md * feat: update Theme Guide files including pt locale * feat: include portuguese excerpt on Universal Article.md * feat: Theme Guide-pt.md * feat: KaTeX Mathematical Demo-pt.md * fix: update Katex Mathematical Demo-pt.md title * feat: 容忍与自由-pt.md * feat: 故乡-pt.md * fix: missing translation in 故乡-pt.md * feat: 羅生門-pt.md * feat: Theme Color Schemes-pt.md * feat: Markdown Style Guide-pt.md * feat: Markdown Extended Features-pt.md * fix: untranslated tag in 容忍与自由-pt.md * fix: unmatching published date in KaTeX Mathematical Demo-pt.md
This commit is contained in:
parent
ca779b885f
commit
4b05ba9caf
19 changed files with 1296 additions and 13 deletions
|
@ -73,11 +73,11 @@ color: {
|
|||
global: {
|
||||
// デフォルト言語
|
||||
// サイトのルートパス '/' の言語
|
||||
locale: 'zh' // zh, zh-tw, ja, en, es, ru
|
||||
locale: 'zh' // zh, zh-tw, ja, en, es, ru, pt
|
||||
// その他の言語
|
||||
// '/ja/' '/en/' などの多言語パスを生成
|
||||
// デフォルト言語を重複して入力しないでください、空の配列 [] も可能です
|
||||
moreLocales: ['zh-tw', 'ja', 'en', 'es', 'ru'] // ['zh', 'zh-tw', 'ja', 'en', 'es', 'ru']
|
||||
moreLocales: ['zh-tw', 'ja', 'en', 'es', 'ru', 'pt'] // ['zh', 'zh-tw', 'ja', 'en', 'es', 'ru', 'pt']
|
||||
// フォントスタイル
|
||||
fontStyle: 'sans' // sans, serif
|
||||
// 記事の日付フォーマット
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue