mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Add plugin translation system
This commit is contained in:
parent
ee286591a5
commit
d75db01f14
18 changed files with 304 additions and 29 deletions
5
shared/models/plugins/plugin-translation.model.ts
Normal file
5
shared/models/plugins/plugin-translation.model.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export type PluginTranslation = {
|
||||
[ npmName: string ]: {
|
||||
[ key: string ]: string
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue