commit | fc53153498c6927a38b83462c40cf8e15965759d | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Apr 11 22:32:39 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Apr 11 22:32:39 2010 +0000 |
tree | 37f5ceb721fb8a1dcbd588563821370fe846b83b | |
parent | 4515f0de2124bd095175b0b8b8919f6a6311c659 [diff] |
Issue #8374: Update the internal alias table in the :mod:`locale` module to cover recent locale changes and additions.
diff --git a/Tools/i18n/makelocalealias.py b/Tools/i18n/makelocalealias.py index 43df35a..5b3631e 100644 --- a/Tools/i18n/makelocalealias.py +++ b/Tools/i18n/makelocalealias.py
@@ -9,7 +9,7 @@ import locale # Location of the alias file -LOCALE_ALIAS = '/usr/lib/X11/locale/locale.alias' +LOCALE_ALIAS = '/usr/share/X11/locale/locale.alias' def parse(filename):