Update translations

This commit is contained in:
Chocobozzz
2023-08-18 14:12:32 +02:00
parent a4a8ccdfb6
commit 273d57023b
51 changed files with 29186 additions and 38575 deletions

View File

@@ -144,7 +144,5 @@ elif [ "$1" = "lint" ]; then
npm run swagger-cli -- validate support/doc/api/openapi.yaml
( cd client
npm run lint
)
( cd client && npm run lint )
fi

View File

@@ -15,7 +15,7 @@ import {
VIDEO_PLAYLIST_TYPES,
VIDEO_PRIVACIES,
VIDEO_STATES
} from '../../server/initializers/constants.js'
} from '@peertube/peertube-server/server/initializers/constants.js'
const videojs = readJsonSync(join(root(), 'client', 'src', 'locale', 'videojs.en-US.json'))
const playerKeys = {

View File

@@ -1,7 +1,10 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../dist/scripts"
"outDir": "../dist/scripts",
"paths": {
"@server/*": [ "./server/server/*" ]
}
},
"references": [
{ "path": "../packages/core-utils" },