mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-28 06:24:42 +00:00
lint en.json locales file (#2108)
make sure we don't have another #2107
This commit is contained in:
parent
96d13b32bb
commit
c24eea494b
4 changed files with 443 additions and 442 deletions
|
@ -45,7 +45,7 @@ steps:
|
|||
directory: web/
|
||||
commands:
|
||||
- corepack enable
|
||||
- pnpm formatcheck
|
||||
- pnpm format:check
|
||||
when: *when
|
||||
|
||||
typecheck:
|
||||
|
|
|
@ -3,4 +3,5 @@ dist
|
|||
coverage/
|
||||
LICENSE
|
||||
components.d.ts
|
||||
src/assets/locales/
|
||||
src/assets/locales/*.json
|
||||
!src/assets/locales/en.json
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
"build": "vite build",
|
||||
"serve": "vite preview",
|
||||
"lint": "eslint --max-warnings 0 --ext .js,.ts,.vue,.json .",
|
||||
"formatcheck": "prettier -c .",
|
||||
"format:fix": "prettier --write .",
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier -c .",
|
||||
"typecheck": "vue-tsc --noEmit",
|
||||
"test": "echo 'No tests configured' && exit 0"
|
||||
},
|
||||
|
|
|
@ -446,6 +446,6 @@
|
|||
},
|
||||
"oauth_error": "Error while authenticating against OAuth provider",
|
||||
"internal_error": "Some internal error occurred",
|
||||
"access_denied": "You are not allowed to login",
|
||||
"access_denied": "You are not allowed to login"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue