2017-09-13 12:20:16 +02:00
# Weblate translation platform for YunoHost
The YunoHost team uses [Weblate ](https://weblate.org ) for its community: http://translate.yunohost.org/
2017-09-18 09:53:19 +02:00
## Weblate & Mysql
Weblate [recommands PostgreSQL ](https://docs.weblate.org/en/latest/admin/install.html#database-setup-for-weblate ), but YunoHost uses Mysql.
2017-09-18 11:11:02 +02:00
Carefull, this script modify your mysql config file:
2017-09-18 09:53:19 +02:00
* set global innodb_file_format = BARRACUDA;
* set global innodb_large_prefix = ON;
If you experience some transaction issues, please read [Transaction-locking help ](https://docs.weblate.org/en/latest/admin/install.html#transaction-locking ).