X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fi18n%2Fcreate-custom-files.ts;h=eca2fe09d7850a28255e8cf50ffed6b15fc00013;hb=96a29ac69d5f2f3eb821b961b5f3f0035324367d;hp=bcd7fe2a2d3744d02aa1cc9dc97654b9812c4ff7;hpb=6235c0b8dcb941312da644bf62ba202c10b71e74;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index bcd7fe2a2..eca2fe09d 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts @@ -41,6 +41,7 @@ const playerKeys = { 'Volume': 'Volume', 'Codecs': 'Codecs', 'Color': 'Color', + 'Go back to the live': 'Go back to the live', 'Connection Speed': 'Connection Speed', 'Network Activity': 'Network Activity', 'Total Transfered': 'Total Transfered', @@ -89,7 +90,6 @@ Object.values(VIDEO_CATEGORIES) // More keys Object.assign(serverKeys, { - Misc: 'Misc', Unknown: 'Unknown' })