From 950697c8af87530fbdb0105a3ee5a79e8d275706 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 20 Jan 2006 13:38:41 +0000 Subject: [PATCH] Readd bug report note. --- Lib/locale.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Lib/locale.py b/Lib/locale.py index f1498eb930c4..ac8f3be35cac 100644 --- a/Lib/locale.py +++ b/Lib/locale.py @@ -667,6 +667,12 @@ locale_alias = { # http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/nls_238z.asp # to include every locale up to Windows XP. # +# NOTE: this mapping is incomplete. If your language is missing, please +# submit a bug report to Python bug manager, which you can find via: +# http://www.python.org/dev/ +# Make sure you include the missing language identifier and the suggested +# locale code. +# windows_locale = { 0x0436: "af_ZA", # Afrikaans -- 2.47.3