forked from nutomic/joinpeertube
joinpeertube fork
cbe6b20698
Currently translated at 0.3% (1 of 384 strings) Translation: joinpeertube/main Translate-URL: https://weblate.framasoft.org/projects/joinpeertube/main/ko/ |
||
---|---|---|
public | ||
src | ||
.babelrc | ||
.browserslistrc | ||
.editorconfig | ||
.eslintrc | ||
.eslintrc.js | ||
.gitignore | ||
.gitlab-ci.yml | ||
babel.config.js | ||
LICENSE | ||
Makefile | ||
package.json | ||
postcss.config.js | ||
README.md | ||
vue.config.js | ||
yarn.lock |
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.