Specに日本語訳を追加する
Closed this issue · 0 comments
ogwata commented
Vivliostyle Pub のサポートの一環で、vfm/docs/
のコンテンツに日本語訳を加えようと思います。
@MurakamiShinyu さんに、言語の追加方法を教えてもらいました。
docs.vivliostyle.org のindex.html ファイルにその設定の記述をします。 docs.vivliostyle.org の index.html の次のところのようにします:
https://github.com/vivliostyle/docs.vivliostyle.org/blob/master/index.html#L117-L122
index.html
overrides: {
'/': {
language: 'English',
},
'/ja/': {
language: 'Japanese',
まず、ここからはじめようと思います。
なにか留意点、要望などあれば、ぜひコメントをお願いします。