| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This ought to make both python's gettext and pootle happy :P
|
| |
|
|
|
|
|
| |
Pootle creates some dir with index file. It has nothing to do with our
files, so it should be excluded in the rsync call.
|
|
|
|
|
|
|
|
| |
Made similar changes in the Transifex script, so ported those over.
Also, the script did not seem to be running the compile step as it
wasn't finding the files (different file structure), but it is doing
fine now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously we used Transifex as a web-tool for translations. Some time
ago Transifex went proprietary and we decided to move to Pootle.
Old script for updating translations was renamed and a new one was
added. Also a script for making the layout more Pootle-friendly was
added.
To accomplish the transition first run the old script:
./devtools/update_translations_transifex.sh
Then run the layout changing script:
./devtools/move_translations_for_pootle.sh
Commit and push. After that use the new
./devtools/update_translations_pootle.sh
to update the translations.
Closes bug: #913
|
| |
|
| |
|
|
|
|
|
| |
We'll eventually support Lojban again. This issue fixes #1071, but
leaves #1070 open.
|
| |
|
|
|
|
|
| |
for the chosen database, and one for the media to go in the UserDev directory.
This will make the mg-dev-example-environments branch more efficient.
|
|
|
|
|
|
| |
the naming system for the databases, and in this branch I just changed the
default name to the new default. The new naming system is based on migrations
not milestones.
|
| |
|
|
|
|
|
|
| |
We're seeing somewhat inconsistent data in tx pull.
My theory is: The server needs longer to process the
uploaded new template and work that into the translations.
|
|
|
|
|
| |
This was never used. It doesn't support Texinfo files. It was only half
completed. Best to remove it.
|
| |
|
| |
|
| |
|
|
|
|
| |
Specifically, previously if there was nothing to git add, whole script would just die
|
|
|
|
| |
Now that there is a devtools directory, use it!
|
| |
|
|
|