kazuya kawaguchi
kazuya kawaguchi
## API ```js type Option = { casing?: 'caml' | 'snake' | 'kebab' } sqeeze (basePath: string, files: SFCFileInfo[], option = { casing: 'caml' }: : Option): LocaleMessages infuse (basePath:...
## API ```js type Option = { sort?: 'asc' | 'desc' } sqeeze (basePath: string, files: SFCFileInfo[], option = { sort: 'asc' }: : Option): LocaleMessages ``` ## CLI ```sh...
### API Spec: TBD ### CLI ```sh vue-i18n-locale-message duplicate --target=./src ``` We should be more discussion.
## API Spec: TBD ## CLI ```sh vue-i18n-locale-message rollup --target=./src ``` We should be more discussion.
## API Spec: TBD ## CLI ```sh vue-i18n-locale-message delete --target=./src ``` We should more discussion
## API ```js type Option = { format?: 'json' | 'yaml' | 'yml' } sqeeze (basePath: string, files: SFCFileInfo[], option = { format: 'json' }: : Option): LocaleMessages infuse (basePath:...
### Is your feature request related to a problem? Please describe Sometimes we want to deliver the public path of nuxt/content in a sub directory(e.g. `/v8`) instead of the root...
全部翻訳が終わったら以下の用語を整合する - [x] 描画(render) -> レンダリング - [x] 描画(paint)-> 描画 - [ ] バインド -> 束縛 - [x] 2.x Syntax -> 2.x での構文 (https://github.com/vuejs-jp/ja.vuejs.org/pull/155#discussion_r516611995) - [x] 3.x Update -> 3.x...
## 案1: 従来どおり、メニューに `貢献` を作り、そこに載せる メニュー:  従来はこちら: https://jp.vuejs.org/contribution/ - これまれでのドキュメントサイトは、サブドメインで維持されると思うので、以前の貢献者の方はそちらでカバー - 載せる貢献者の方々は、今回の v3 のドキュメント翻訳プロジェクトに関わった方々 ## 案2: all-contributors を使ってテーブル形式で載せる 掲載イメージ (ref: https://github.com/all-contributors/all-contributors)  ### 懸念事項 原文の方のcontributor も一覧として載せてしまいそう (exclude する方法は多分ありそう) ##...
We need to upgrade node 10.x or later.