diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-11-16 11:45:57 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-11-16 11:45:57 +0900 |
commit | 4b5eebdc877759e204aa90435aebcf313a44f6cd (patch) | |
tree | c240b4ca43ffefc88dda6d3a18ca2a61303aacb4 /sphinx/util/i18n.py | |
parent | e5786b888cfce77772f2e11d9f2934b941edbc7d (diff) | |
parent | 4583c4b0227e425bca7b3c26b80d904a13a9c714 (diff) | |
download | sphinx-git-4b5eebdc877759e204aa90435aebcf313a44f6cd.tar.gz |
Merge branch 'stable' into 1.5-release
Diffstat (limited to 'sphinx/util/i18n.py')
-rw-r--r-- | sphinx/util/i18n.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/util/i18n.py b/sphinx/util/i18n.py index 446925cdb..112353d47 100644 --- a/sphinx/util/i18n.py +++ b/sphinx/util/i18n.py @@ -125,6 +125,7 @@ def find_catalog_source_files(locale_dirs, locale, domains=None, gettext_compact return catalogs + # date_format mappings: ustrftime() to bable.dates.format_datetime() date_format_mappings = { '%a': 'EEE', # Weekday as locale’s abbreviated name. |