joinpeertube fork
Find a file
2020-01-11 00:37:00 +01:00
public Add what is peertube video 2019-11-26 10:51:25 +01:00
src Added translation using Weblate (Catalan) 2020-01-11 00:37:00 +01:00
.babelrc Upgrade deps 2019-02-06 13:08:03 +01:00
.browserslistrc Add vue cli 2019-09-11 14:07:19 +02:00
.editorconfig Add vue cli 2019-09-11 14:07:19 +02:00
.eslintrc Vujisation 2018-09-21 23:00:42 +02:00
.eslintrc.js Fix lint 2019-10-28 13:10:17 +01:00
.gitignore Update translations 2019-10-23 14:02:20 +02:00
.gitlab-ci.yml Prepare deploy 2019-11-08 14:18:04 +01:00
babel.config.js Update vuejs 2019-10-28 13:07:06 +01:00
LICENSE Add LICENSE 2019-11-12 14:21:27 +01:00
Makefile Remove whitespaces from extracted HTML tags 2019-12-10 17:29:38 +01:00
package.json Update i18n command 2019-11-19 09:29:11 +01:00
postcss.config.js Add vue cli 2019-09-11 14:07:19 +02:00
README.md Add italian 2019-12-10 08:39:12 +01:00
vue.config.js Fix public path 2019-11-12 09:16:07 +01:00
yarn.lock Update vuejs 2019-10-28 13:07:06 +01:00

JoinPeerTube

Dev

$ npm run serve

Build for production

$ npm run build

Update translations

Add Weblate remote:

$ git remote add weblate https://weblate.framasoft.org/git/joinpeertube/main

Update from Weblate:

$ git fetch weblate && git merge weblate/master

Re generate translations:

$ npm run i18n:update

Push on master (Weblate will be automatically updated)

$ git push origin master

Add locale

Add the locale in src/main.js and Makefile. Then update translations.