diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-15 10:27:26 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-15 10:27:26 +0100 |
commit | c9c21fafdb481a4bbb661229f6dc3e2b673ab3c6 (patch) | |
tree | 0808a4908f118bd1e20dfcddf2793f2e92f8a235 /scripts/i18n | |
parent | fd7581b036d9e3580e2e0b1e20d7e4c771d8ff83 (diff) | |
download | PeerTube-c9c21fafdb481a4bbb661229f6dc3e2b673ab3c6.tar.gz PeerTube-c9c21fafdb481a4bbb661229f6dc3e2b673ab3c6.tar.zst PeerTube-c9c21fafdb481a4bbb661229f6dc3e2b673ab3c6.zip |
Fix button link on mobile
Diffstat (limited to 'scripts/i18n')
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 66dbbfcb8..7d03346a0 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts | |||
@@ -64,6 +64,7 @@ const playerKeys = { | |||
64 | ' (muted)': ' (muted)', | 64 | ' (muted)': ' (muted)', |
65 | '{1} from servers · {2} from peers': '{1} from servers · {2} from peers', | 65 | '{1} from servers · {2} from peers': '{1} from servers · {2} from peers', |
66 | 'Previous video': 'Previous video', | 66 | 'Previous video': 'Previous video', |
67 | 'Video page (new window)': 'Video page (new window)', | ||
67 | 'Next video': 'Next video' | 68 | 'Next video': 'Next video' |
68 | } | 69 | } |
69 | Object.assign(playerKeys, videojs) | 70 | Object.assign(playerKeys, videojs) |