diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-13 16:44:34 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-13 16:44:34 +0100 |
commit | e2a1ccd1749981875f6fe8eeab85b22cbcfeed5b (patch) | |
tree | 2a76777f767f7cc91a412ccec7af7c4baa06ecab /scripts/i18n/create-custom-files.ts | |
parent | 42fea41a48e68e9a3fd1d3b55547be5a67dd9cb2 (diff) | |
download | PeerTube-e2a1ccd1749981875f6fe8eeab85b22cbcfeed5b.tar.gz PeerTube-e2a1ccd1749981875f6fe8eeab85b22cbcfeed5b.tar.zst PeerTube-e2a1ccd1749981875f6fe8eeab85b22cbcfeed5b.zip |
Add meaning to date short names
Diffstat (limited to 'scripts/i18n/create-custom-files.ts')
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 021127b2a..2a222ebce 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts | |||
@@ -16,7 +16,6 @@ import { | |||
16 | } from '../../server/initializers/constants' | 16 | } from '../../server/initializers/constants' |
17 | import { I18N_LOCALES } from '../../shared/core-utils/i18n' | 17 | import { I18N_LOCALES } from '../../shared/core-utils/i18n' |
18 | 18 | ||
19 | |||
20 | const videojs = require(join(__dirname, '../../../client/src/locale/videojs.en-US.json')) | 19 | const videojs = require(join(__dirname, '../../../client/src/locale/videojs.en-US.json')) |
21 | const playerKeys = { | 20 | const playerKeys = { |
22 | 'Quality': 'Quality', | 21 | 'Quality': 'Quality', |