mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Update translations
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"extends": "../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../dist/scripts"
|
||||
"outDir": "../dist/scripts",
|
||||
"paths": {
|
||||
"@server/*": [ "./server/server/*" ]
|
||||
}
|
||||
},
|
||||
"references": [
|
||||
{ "path": "../packages/core-utils" },
|
||||
|
||||
Reference in New Issue
Block a user