Does anyone have a working example of how to create and update a Pootle project and its template strings via Pootle's Tastypie-based REST API? I would really like to see a minimal, elegant way to do this with, for example, Slumber.
My case: I…
I'm looking for some tool, which provide me possibility to dynamically (online) translate portlets in liferay. I mean, I wrote portlet in English, but people from other country may want to use it with their own language, and they can want to make…
I am currently doing an intership in a company and my task is to reevaluate the tool suite used to translate applications as it has become a problem internally. I've looked everywhere on the web and my conclusion is there is just no proper…
I'm using pootle to allow people to translate the .po files in a PHP Yii project.
Pootle can pull and push translations once a translator has updated the .po file.
Separately we have developers working on the site, who may also update the…
I am using pootle for localization.
I imported source translations from Java properties files.
the property file looks like:
STR_TEXT1 = Hello
Than I imported other language files. I paid translators to translate those other languages.
Now I need…
Due to Windows platfom, I have decided to install Pootle via Docker (first time that i use it) for my projects, following this guide https://hub.docker.com/r/1drop/pootle/
I have created and verified superuser (no problem until this step) but after…
I am trying to debug a Pootle (pootle is build on django) installation which fails with a django transaction error whenever I try to add a template to an existing language. Using the python debugger I can see that it fails when pootle tries to save…
What's wrong with my syntax?
po2php -t /var/www/pootle/fortemplating/language.php -i /var/www/pootle/env/lib/python2.7/site-packages/pootle/translations/myproject/zh_TW/lang.po -o /var/www/pootle/translated2php/zh_TW/language.php
the created…
I have installed pootle as per instructions
And after strating server I can access it at localhost:8000 but when I trying to login with the user i have created while installing(superuser) , its not getting logged in . When I checked the console I am…
I'm using Ubuntu 14.04 and am trying to install version 2.7 of Pootle, which I've been told I should do with Git rather than pip, which I think is because this version is not stable and so doesn't have a pip package/is not yet set up for use with…
Is it possible to make celery process file uploads?
I'm using pootle in my django project and some files to be translated are being uploaded for too long. As far as I understand celery tries to serialize the arguments of the executing function, and…
I am attempting to add .properties files to Pootle and am trying to get it to recognize the English properties file as the template file. For some reason Pootle is failing to do this and I am not sure why. I can successfully add all of my properties…
I am using Pootle as localisation software for big project. My problem is, that every time we change something, some words are automatically translated to wrong texts.
Like we had texts: Ping, Chat, bet.... and those were new texts, and Pootle…
I have zend csv file for English Dictionary. Its format is :-
All Rights Reserved;All Rights Reserved
Homepage;Home
Help;Help
Contact Us;Contact Us
Refresh;Refresh;
Add;Add
Save;Save
Save Changes;Save Changes
…