Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Updated manage_translations scriptClaude Paroz2015-10-091-5/+2
|
* Removed source strings from translated po filesClaude Paroz2015-04-011-3/+4
| | | | Forward port of 05a781a47 from stable/1.8.x
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+2
|
* Converted Django scripts to argparseClaude Paroz2014-06-091-11/+8
| | | | Refs #19973.
* Re-added JS catalog in manage_translations scriptClaude Paroz2014-05-191-4/+6
|
* Updated Django makemessages processClaude Paroz2014-05-191-9/+5
| | | | | | makemessages should now automatically distribute translatable strings in the proper locale files, for Django too (see 50a8ab7cd1e6).
* Renamed Transifex project from django-core to djangoClaude Paroz2014-04-241-2/+2
| | | | See also http://blog.transifex.com/post/83622601443/new-teams-management-transifex
* Corrected many style guide violations that the newest ↵Alex Gaynor2014-03-301-1/+1
| | | | version of flake8 catches
* Fixed `python scripts/manage_translations.py ↵Aymeric Augustin2014-01-041-3/+3
| | | | | | update_catalogs`. It used to generate languages 'e' and 'n'.
* Improved translation maintenance scriptClaude Paroz2013-12-121-13/+22
| | | | | Do not fetch 'en' catalogs, neither files with translation stats lower than 5%. Centralized resource filtering.
* Fixed the remaining E302 violations int eh django packageAlex Gaynor2013-11-031-0/+3
|
* Whitespace cleanup.Tim Graham2013-10-101-1/+1
| | | | | | | * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
* Added check when fetching and updating translations from ↵Claude Paroz2013-07-031-2/+12
| | | | | | Transifex So as syntax errors in po files don't go unnoticed. Refs #20695.
* Updated Transifex links to the Django projectClaude Paroz2013-04-251-2/+2
| | | | | | Translations for the Django framework are now hosted on the django-core Transifex project, and the django project is only dedicated to a team-only hub project.
* Added a helper script for managing django translationsClaude Paroz2013-01-011-0/+164
|
* Fixed #11184 -- Made it possible to build RPMs with a ↵Aymeric Augustin2012-01-021-1/+1
| | | | | | non-default python executable. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added a man page for django-admin.py. Also install it ↵Malcolm Tredinnick2007-06-101-0/+5
| | | | | | | | | | | correctly as part of the auto-generated rpm. Thanks to Marc Fargas and Paul Bissex for writing the man page. Refs #3341. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5457 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and ↵Malcolm Tredinnick2007-04-031-4/+8
| | | | | | | | | | build problems in a portable fashion. That took a *lot* longer to debug than I thought it would, so let's try not to break it. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4912 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Refs #3338 -- Partially fix rpm packaging problems. ↵Malcolm Tredinnick2007-02-121-0/+19
There is still one issue remaining with how we construct the version numbers, but this change is useful nonetheless. Patch from Dirk Datzert. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4490 bcc190cf-cafb-0310-a4f2-bffc1f526a37