index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
manage_translations.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-04-04
Improved "fetch" translations helper to restrict the resulting set by date.
Natalia
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2024-08-05
Extended script to manage translations to support fetching new translations s...
nessita
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-09-27
Refs #32355 -- Modernized subprocess.run() calls.
Adam Johnson
2019-11-04
Refs #30116 -- Simplified stdout/stderr decoding with subprocess.run()'s enco...
Jon Dufresne
2019-08-28
Adjusted subprocess.run() calls to use arg list, rather than string.
Jon Dufresne
2019-08-23
Replaced subprocess commands by run() wherever possible.
Claude Paroz
2018-10-09
Capitalized "Python" in docs and comments.
Jon Dufresne
2018-08-31
Updated language statistics script to not use the shell
Claude Paroz
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-03-07
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
Tim Graham
2017-02-23
Fixed #27878, refs #23919 -- Used python3 shebangs.
Chris Lamb
2016-08-25
makemessages now requires a configured Django
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-10-09
Updated manage_translations script
Claude Paroz
2015-04-01
Removed source strings from translated po files
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-06-09
Converted Django scripts to argparse
Claude Paroz
2014-05-19
Re-added JS catalog in manage_translations script
Claude Paroz
2014-05-19
Updated Django makemessages process
Claude Paroz
2014-04-24
Renamed Transifex project from django-core to django
Claude Paroz
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-01-04
Fixed `python scripts/manage_translations.py update_catalogs`.
Aymeric Augustin
2013-12-12
Improved translation maintenance script
Claude Paroz
2013-11-02
Fixed the remaining E302 violations int eh django package
Alex Gaynor
2013-10-10
Whitespace cleanup.
Tim Graham
2013-07-03
Added check when fetching and updating translations from Transifex
Claude Paroz
2013-04-25
Updated Transifex links to the Django project
Claude Paroz
2013-01-01
Added a helper script for managing django translations
Claude Paroz