]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/standalone/videos/shared/translations.ts
Merge branch 'release/4.3.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / shared / translations.ts
1 type Translations = { [ id: string ]: string }
2
3 export {
4 Translations
5 }