Skip to content

Instantly share code, notes, and snippets.

@peterwake
Created March 3, 2017 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterwake/293c0b6ef881c7f8347b5c49a35d9dbb to your computer and use it in GitHub Desktop.
Save peterwake/293c0b6ef881c7f8347b5c49a35d9dbb to your computer and use it in GitHub Desktop.
Adding new language to existing Pootle project under pootle_fs_git

You may have to delete the existing project (don't try this next time) (Assuming Pootle in /var/www/pootle)

cd /var/www/pootle
source env/bin/activate

pootle fs fetch --force MYPROJECT
pootle fs sync MYPROJECT

If you need to delete your project (assuming it is called MYPROJECT)

cd /var/www/pootle/tmp
chown -R www-data:www-data MYPROJECT

Then you can delete it through the user interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment