summaryrefslogtreecommitdiff
path: root/tests/test_util_i18n.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix #1921: Support figure substitutions by localeTakeshi KOMIYA2016-02-221-1/+32
|
* Fix ValueError is raised if LANGUAGE is empty stringTakeshi KOMIYA2016-02-171-1/+4
|
* Fix #794: Date formatting in latex output is not localizedTakeshi KOMIYA2016-02-141-0/+18
|
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* Refactoring testcases to reduce ResourceWarning (refs: #1409)Takeshi KOMIYA2016-01-101-1/+2
|
* Fixed #1796: On py3, automated .mo building cause UnicodeDecodeError.shimizukawa2015-07-251-4/+4
|
* rename function name to avoid ambiguousshimizukawa2015-03-161-9/+9
|
* Fixed #1771: automated .mo building doesn't work properly with template ↵shimizukawa2015-03-161-4/+4
| | | | translation: sphinx-build will load sphinx.mo file to initialize template-bridge before compiling sphinx.po file.
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|
* Complete test suite overhaul.Georg Brandl2014-09-211-163/+163
| | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds
* Automatically compile ``*.mo`` files from ``*.po`` files.Takayuki Shimizukawa2014-08-031-0/+163