summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/build/msgfmt.py
Commit message (Collapse)AuthorAgeFilesLines
* Overdue internal UI enhancements (#8674) Vas Crabb2021-10-091-81/+35
| | | | | | | | | | | | | | | | * frontend: Added support for message context to localisations. * frontend: Added string_view versions of the message lookup functions. * frontend: Added a few more folder options to the internal UI. * emu/softlist.cpp: Use more appropriate containers. * Switched to Python 3 by default - this will become a requirement. * Updated msgfmt.py for message context support. * frontend: Show all software item info in the internal UI. * frontend: Search alternate titles in software selection menu. * 3rdparty/utf8proc: Updated to v2.6.1 (has several fixes). * frontend: Added software filters for common info fields. * frontend: Allow UI manager to hold onto persistent session data. * frontend: Cache software lists for eight machines. * frontend: Added support for loading localised system names. * frontend: Add UI for selecting localised system names.
* (nw) hopefully work around deprecation warning - removing something in 3.9 ↵ Vas Crabb2020-04-061-1/+2
| | | | when the replacement was only added in 3.2 is typical of Python's disregard for stability
* (nw) balr0g2016-03-261-0/+0
|
* Proper msgfmt fix for Python 2.6 (nw) balr0g2016-03-261-1/+1
|
* oops (nw) balr0g2016-03-261-1/+1
|
* Bugfixes to msgfmt, charset parsing broken on Python 2.6 for inexplicable ↵ balr0g2016-03-261-7/+9
| | | | reasons but does not cause failure (nw)
* (nw) balr0g2016-03-251-1/+1
|
* Make msgfmt also Python2 compatible and fix several bugs (nw) balr0g2016-03-251-6/+59
|
* Import current msgfmt.py from Python 3 tree (nw) balr0g2016-03-251-38/+48
|
* Convert msgfmt script to UTF-8 (nw) balr0g2016-03-241-1/+1
|
* Placed official version, and removed other files since work only with ↵ Miodrag Milanovic2016-02-211-38/+45
| | | | parsing python (nw)
* Add other python tools for gettext replacement (nw) Miodrag Milanovic2016-02-211-41/+34
|
* Added python replacement for msgfmt (nw) Miodrag Milanovic2016-02-211-0/+226