mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
update ui crowdin assets
This commit is contained in:
parent
5e784d1188
commit
531289f59d
2
.gitignore
vendored
2
.gitignore
vendored
@ -34,6 +34,8 @@ packages/standalone/dist/
|
||||
|
||||
## ui
|
||||
packages/plugins/ui-theme/static
|
||||
/packages/plugins/ui-theme/src/i18n/crowdin/*
|
||||
!/packages/plugins/ui-theme/src/i18n/crowdin/en-US.json
|
||||
|
||||
# CI Pnpm cache
|
||||
.pnpm-store/
|
||||
|
@ -7,7 +7,7 @@ files:
|
||||
[
|
||||
{
|
||||
source: 'packages/plugins/ui-theme/src/i18n/crowdin/**/*',
|
||||
translation: '/ui/i18n/%locale%/**/%original_file_name%',
|
||||
translation: '/packages/plugins/ui-theme/src/i18n/crowdin/%locale%/**/%original_file_name%',
|
||||
},
|
||||
{
|
||||
source: '/website/i18n/en/**/*',
|
||||
|
@ -80,7 +80,7 @@
|
||||
"first-step-command-line": "npm adduser --registry {{registryUrl}}",
|
||||
"second-step": "2. Publish",
|
||||
"second-step-command-line": "npm publish --registry {{registryUrl}}",
|
||||
"third-step": "3. Refresh this page."
|
||||
"third-step": "3. Refresh this page"
|
||||
},
|
||||
"sidebar": {
|
||||
"detail": {
|
||||
|
Loading…
Reference in New Issue
Block a user