Add missing translations in embed template
This commit is contained in:
parent
1506307f2f
commit
ad3fa0c567
32 changed files with 11557 additions and 5888 deletions
|
@ -42,6 +42,12 @@ values(VIDEO_CATEGORIES)
|
|||
.concat(values(VIDEO_PRIVACIES))
|
||||
.concat(values(VIDEO_STATES))
|
||||
.concat(values(VIDEO_IMPORT_STATES))
|
||||
.concat([
|
||||
'This video does not exist.',
|
||||
'We cannot fetch the video. Please try again later.',
|
||||
'Sorry',
|
||||
'This video is not available because the remote instance is not responding.'
|
||||
])
|
||||
.forEach(v => serverKeys[v] = v)
|
||||
|
||||
// More keys
|
||||
|
@ -103,4 +109,4 @@ function saveToXliffFile (jsonTranslations: TranslationType, cb: Function) {
|
|||
function handleError (err: any) {
|
||||
console.error(err)
|
||||
process.exit(-1)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue