diff options
Diffstat (limited to 'scripts/i18n')
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 7556866e6..248a5b038 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts | |||
@@ -50,7 +50,9 @@ const playerKeys = { | |||
50 | 'Buffer State': 'Buffer State', | 50 | 'Buffer State': 'Buffer State', |
51 | 'Live Latency': 'Live Latency', | 51 | 'Live Latency': 'Live Latency', |
52 | 'P2P': 'P2P', | 52 | 'P2P': 'P2P', |
53 | '{1} seconds': '{1} seconds', | ||
53 | 'enabled': 'enabled', | 54 | 'enabled': 'enabled', |
55 | 'Playlist: {1}': 'Playlist: {1}', | ||
54 | 'disabled': 'disabled', | 56 | 'disabled': 'disabled', |
55 | ' off': ' off', | 57 | ' off': ' off', |
56 | 'Player mode': 'Player mode' | 58 | 'Player mode': 'Player mode' |