8000 feat: bare config by runyasak · Pull Request #637 · vuejs/create-vue · GitHub
[go: up one dir, main page]

Skip to content
8000

feat: bare config #637

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update locales
  • Loading branch information
runyasak committed Dec 12, 2024
commit ee023f8255324f6e508ce0ddad96bdb1bee25b9a
3 changes: 3 additions & 0 deletions locales/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
"needsPrettier": {
"message": "Ajouter Prettier pour le formatage du code\u00a0?"
},
"bare": {
"message": "Scaffold project without beginner instructions?"
},
"errors": {
"operationCancelled": "Operation annulée"
},
Expand Down
3 changes: 3 additions & 0 deletions locales/tr-TR.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
"needsPrettier": {
"message": "Kod formatlama için Prettier eklensin mi?"
},
"bare": {
"message": "Scaffold project without beginner instructions?"
},
"errors": {
"operationCancelled": "İşlem iptal edildi"
},
Expand Down
3 changes: 3 additions & 0 deletions locales/zh-Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
"needsPrettier": {
"message": "是否引入 Prettier 用于代码格式化?"
},
"bare": {
"message": "Scaffold project without beginner instructions?"
},
"errors": {
"operationCancelled": "操作取消"
},
Expand Down
3 changes: 3 additions & 0 deletions locales/zh-Hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
"needsPrettier": {
"message": "是否引入 Prettier 用於程式碼格式化?"
},
"bare": {
"message": "Scaffold project without beginner instructions?"
},
"errors": {
"operationCancelled": "操作取消"
},
Expand Down
Loading
0