mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-21 16:33:48 +01:00
[ci skip] update configs
This commit is contained in:
parent
adc15a6d1d
commit
17d4c29a15
@ -12,11 +12,11 @@ Release date: **TBD(未定)**
|
||||
|
||||
## Docsの書き方
|
||||
|
||||
`/content/.README.md` をご覧ください
|
||||
**必ず [`/content/.README.md`](./content/.README.md) をご覧ください**
|
||||
|
||||
## NuxtLinkについて
|
||||
|
||||
内部リンク・外部リンクに関する処理を強化した[`<GNuxtLink>`](./tree/master/components/g/NuxtLink.vue)を使用していますので、**リンクを追加する際は`<NuxtLink>`ではなく`<GNuxtLink>`を使用してください。**
|
||||
内部リンク・外部リンクに関する処理を強化した[`<GNuxtLink>`](./components/g/NuxtLink.vue)を使用していますので、**リンクを追加する際は`<NuxtLink>`ではなく`<GNuxtLink>`を使用してください。**
|
||||
|
||||
## Setup
|
||||
|
||||
|
@ -2,9 +2,11 @@ files:
|
||||
- source: /locales/ja-JP.yml
|
||||
translation: /locales/%locale%.yml
|
||||
update_option: update_as_unapproved
|
||||
skip_untranslated_strings: true
|
||||
- source: /content/ja/docs/**/*.*
|
||||
translation: /content/%two_letters_code%/docs/**/%original_file_name%
|
||||
update_option: update_as_unapproved
|
||||
skip_untranslated_files: true
|
||||
ignore:
|
||||
- "/content/ja/docs/**/_*.*"
|
||||
languages_mapping:
|
||||
|
Loading…
Reference in New Issue
Block a user