Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 710 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 710 Bytes

Simple Settings

Minimal settings for Nextcloud.

Build

$ npm run build

Translation workflow

  1. Search for translations and create .pot file using translationtool.phar create-pot-files

    simplesettings$ php /opt/translationtool/translationtool.phar create-pot-files
  2. Upload .pot in translation tool

  3. Translate missing or changed texts

  4. Download .po files as translationfiles/<language code>/simplesettings.po

  5. Generate .json and .js files from .po files

    simplesettings$ php /opt/translationtool/translationtool.phar convert-po-files
  6. Rebuild the frontend application

    simplesettings$ npm run build