Skip to content

IONOS-Productivity/nc-simplesettings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published