mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Update translations
This commit is contained in:
parent
4abfb1cd17
commit
42fea41a48
71 changed files with 24077 additions and 24470 deletions
|
@ -1,7 +1,9 @@
|
|||
import { registerTSPaths } from '../../server/helpers/register-ts-paths'
|
||||
registerTSPaths()
|
||||
|
||||
import { writeJSON } from 'fs-extra'
|
||||
import { values } from 'lodash'
|
||||
import { join } from 'path'
|
||||
import { registerTSPaths } from '../../server/helpers/register-ts-paths'
|
||||
import {
|
||||
buildLanguages,
|
||||
VIDEO_CATEGORIES,
|
||||
|
@ -14,7 +16,6 @@ import {
|
|||
} from '../../server/initializers/constants'
|
||||
import { I18N_LOCALES } from '../../shared/core-utils/i18n'
|
||||
|
||||
registerTSPaths()
|
||||
|
||||
const videojs = require(join(__dirname, '../../../client/src/locale/videojs.en-US.json'))
|
||||
const playerKeys = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue