pootle
pootle copied to clipboard
Online translation tool
This test is a consequence of https://github.com/translate/pootle/issues/6917, for which I tried installing in a clean environment with MySQL 5.7 # Steps to reproduce: - install pootle on MySQL 5.7 -...
# Steps to reproduce: - install Pootle in a clean env as a non-root user - install MySQL 8 as database backend - create the empty database ad assign valid...
 # Steps to reproduce: # Results (Expected/Actual): # Environment (i.e. 'pootle --version', DB, OS, Browser): ![Uploading IMG_20200510_014132.jpg…]()
There are cases where we might want to disable checks for a project: 1. When the checks are not relevant to the type of project and have too many false...
In the last weeks several people asked to change their email address on mlo. It would be much easier for admins if users could change their email addresses on their...
# Steps to reproduce: 1. Run `pip install --pre --process-dependency-links Pootle[git]` as instructed in http://docs.translatehouse.org/projects/pootle/en/latest/features/integrate_with_vcs.html#install-pootle-fs-plugins-for-vcs # Results (Expected/Actual): * Expected: Pootle[git] gets installed * Actual: Pootle[git] fails to install: ```...
# Steps to reproduce: # Results (Expected/Actual): # Environment (i.e. 'pootle --version', DB, OS, Browser):
# Steps to reproduce: Followed the pootle installation tutorial # Results (Expected/Actual): See pootle running # Environment (i.e. 'pootle --version', DB, OS, Browser): Pootle 2.8.2 (Django 1.10.8, Translate Toolkit 2.2.5...
# Steps to reproduce: Followed the [Installation instructions](http://docs.translatehouse.org/projects/pootle/en/stable-2.8.x/server/installation.html ) on Ubuntu 18.04. with following differences: first I installed all dependecies ``` sudo mkdir /var/www/pootle cd /var/www/pootle virtualenv env source env/bin/activate...