summaryrefslogtreecommitdiffstats
path: root/packaging/win32/languages/_language_lists.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Packaging: Sort translations by name in Windows .exe and .msi installers ↵Eduard Braun2017-01-161-0/+79
(before they were sorted by language code) This commit also adds functionality to automatically parse localized language names from the Inkscape .po file for the NSIS (.exe) installer Python scripts for Windows packaging are now Python 2/3 compatible and should always handle unicode characters properly. Fixed bugs: - https://launchpad.net/bugs/1654460 (bzr r15418)