1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00
Weblate package for YunoHost
Find a file
2017-09-18 12:18:21 +02:00
conf Add dirinclude for conf.d if not existing in mysql/my.cfg 2017-09-18 12:18:21 +02:00
scripts Add dirinclude for conf.d if not existing in mysql/my.cfg 2017-09-18 12:18:21 +02:00
sources First version, all tests are to be done 2017-09-13 14:49:10 +02:00
.gitignore Initial commit 2017-09-13 12:17:55 +02:00
check_process Enable CI and 1st upgrade configuration 2017-09-13 16:55:01 +02:00
LICENSE switch from GPL3 to AGPL3 2017-09-13 17:19:18 +02:00
manifest.json Fix nginx file, manifest and app.src 2017-09-13 21:39:29 +02:00
README.md Edit global mysql configuration 2017-09-18 11:11:02 +02:00

Weblate translation platform for YunoHost

The YunoHost team uses Weblate for its community: http://translate.yunohost.org/

Weblate & Mysql

Weblate recommands PostgreSQL, but YunoHost uses Mysql.

Carefull, this script modify your mysql config file:

  • set global innodb_file_format = BARRACUDA;
  • set global innodb_large_prefix = ON;

If you experience some transaction issues, please read Transaction-locking help.