Add translations

master
Chocobozzz 5 years ago
parent 85c0114b5f
commit 18e6c6e6d3
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
  1. 3
      languages/fr.json
  2. 7
      package.json

@ -0,0 +1,3 @@
{
"Hello world": "Hello le monde"
}

@ -1,6 +1,6 @@
{
"name": "peertube-plugin-quickstart",
"version": "0.0.1",
"version": "0.0.2",
"description": "PeerTube plugin quickstart",
"engine": {
"peertube": ">=1.3.0"
@ -24,5 +24,8 @@
"script": "client/common-client-plugin.js",
"scopes": [ "common" ]
}
]
],
"translations": {
"fr-FR": "./languages/fr.json"
}
}

Loading…
Cancel
Save