Skip to content

Commit dc166ce

Browse files
authored
Transitions & Animation > Enter & Leave Transitions の翻訳 (#102)
* chore: Mark translation memo * doc(ja): Translate about section in transition-enterleave page * doc(ja): Translate Transitioning Single Elements/Components section in transition-enterleave page * doc(ja): Translate CSS Animation section in transition-enterleave page * doc(ja): Translate Custom Transition Classes section in transition-enterleave page * doc(ja): Translate JavaScript Hooks section in transition-enterleave page * doc(ja): Translate Transitioning Between Elements section in transition-enterleave page * doc(ja): Translate end sections in transitions-enterleave page * chore: Add single lint setting to package.json * doc(ja): Translate headings in transitions-enterleave page * doc(ja): Fix translate in transitions-enterleave page * chore: Delete translation note * chore: Fix translation leakage
1 parent 2a855f5 commit dc166ce

File tree

2 files changed

+76
-82
lines changed

2 files changed

+76
-82
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"serve": "vuepress dev src",
1515
"build": "vuepress build src",
1616
"test": "npm run lint",
17-
"lint": "node -e \"var shell=require('shelljs');var files=shell.find(['./src/**/*.md']).filter(function(file){return !file.endsWith('/guide/team.md')}).join(' ');if(shell.exec('textlint --rulesdir ./node_modules/textlint-checker-for-vuejs-jp-docs/rules/textlint-rule-vue-jp-docs -f pretty-error '+files).code!==0){shell.exit(1)};\""
17+
"lint": "node -e \"var shell=require('shelljs');var files=shell.find(['./src/**/*.md']).filter(function(file){return !file.endsWith('/guide/team.md')}).join(' ');if(shell.exec('textlint --rulesdir ./node_modules/textlint-checker-for-vuejs-jp-docs/rules/textlint-rule-vue-jp-docs -f pretty-error '+files).code!==0){shell.exit(1)};\"",
18+
"lint:single": "textlint --rulesdir ./node_modules/textlint-checker-for-vuejs-jp-docs/rules/textlint-rule-vue-jp-docs -f pretty-error"
1819
},
1920
"dependencies": {
2021
"@docsearch/css": "^1.0.0-alpha.27",

0 commit comments

Comments
 (0)