Add translations
This commit is contained in:
parent
85c0114b5f
commit
18e6c6e6d3
3
languages/fr.json
Normal file
3
languages/fr.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"Hello world": "Hello le monde"
|
||||||
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "peertube-plugin-quickstart",
|
"name": "peertube-plugin-quickstart",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "PeerTube plugin quickstart",
|
"description": "PeerTube plugin quickstart",
|
||||||
"engine": {
|
"engine": {
|
||||||
"peertube": ">=1.3.0"
|
"peertube": ">=1.3.0"
|
||||||
@ -24,5 +24,8 @@
|
|||||||
"script": "client/common-client-plugin.js",
|
"script": "client/common-client-plugin.js",
|
||||||
"scopes": [ "common" ]
|
"scopes": [ "common" ]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"translations": {
|
||||||
|
"fr-FR": "./languages/fr.json"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user