Minimal settings for Nextcloud.
$ npm run build
-
Search for translations and create
.pot
file usingtranslationtool.phar create-pot-files
simplesettings$ php /opt/translationtool/translationtool.phar create-pot-files
-
Upload
.pot
in translation tool -
Translate missing or changed texts
-
Download
.po
files astranslationfiles/<language code>/simplesettings.po
-
Generate
.json
and.js
files from.po
filessimplesettings$ php /opt/translationtool/translationtool.phar convert-po-files
-
Rebuild the frontend application
simplesettings$ npm run build