diff options
Diffstat (limited to 'Tools/i18n')
-rwxr-xr-x | Tools/i18n/makelocalealias.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/i18n/makelocalealias.py b/Tools/i18n/makelocalealias.py index c7ecace..7405e82 100755 --- a/Tools/i18n/makelocalealias.py +++ b/Tools/i18n/makelocalealias.py @@ -135,8 +135,8 @@ if __name__ == '__main__': args = parser.parse_args() data = locale.locale_alias.copy() - data.update(parse_glibc_supported(args.glibc_supported)) data.update(parse(args.locale_alias)) + data.update(parse_glibc_supported(args.glibc_supported)) while True: # Repeat optimization while the size is decreased. n = len(data) |