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
Jean-Baptiste Holcroft 8f10130e92 add innodb_large_prefix
2017-09-18 09:53:19 +02:00
conf add innodb_large_prefix 2017-09-18 09:53:19 +02:00
scripts add innodb_large_prefix 2017-09-18 09:53:19 +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 add innodb_large_prefix 2017-09-18 09:53:19 +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.

You should make sure to change this settings in 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.