mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
update ui crowdin assets
This commit is contained in:
parent
5e784d1188
commit
531289f59d
3 changed files with 4 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -34,6 +34,8 @@ packages/standalone/dist/
|
||||||
|
|
||||||
## ui
|
## ui
|
||||||
packages/plugins/ui-theme/static
|
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
|
# CI Pnpm cache
|
||||||
.pnpm-store/
|
.pnpm-store/
|
||||||
|
|
|
@ -7,7 +7,7 @@ files:
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
source: 'packages/plugins/ui-theme/src/i18n/crowdin/**/*',
|
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/**/*',
|
source: '/website/i18n/en/**/*',
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
"first-step-command-line": "npm adduser --registry {{registryUrl}}",
|
"first-step-command-line": "npm adduser --registry {{registryUrl}}",
|
||||||
"second-step": "2. Publish",
|
"second-step": "2. Publish",
|
||||||
"second-step-command-line": "npm publish --registry {{registryUrl}}",
|
"second-step-command-line": "npm publish --registry {{registryUrl}}",
|
||||||
"third-step": "3. Refresh this page."
|
"third-step": "3. Refresh this page"
|
||||||
},
|
},
|
||||||
"sidebar": {
|
"sidebar": {
|
||||||
"detail": {
|
"detail": {
|
||||||
|
|
Loading…
Reference in a new issue