diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-01-11 06:58:49 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-01-11 06:58:49 (GMT) |
commit | a55ffaeee9eb2fba62f280c364b3460fafd9efc9 (patch) | |
tree | 331b0e42419b62122394edda64ccee92118a316b /Misc | |
parent | 1be641987145f88d61e52d5b4714a8cc6c7e6da8 (diff) | |
download | cpython-a55ffaeee9eb2fba62f280c364b3460fafd9efc9.zip cpython-a55ffaeee9eb2fba62f280c364b3460fafd9efc9.tar.gz cpython-a55ffaeee9eb2fba62f280c364b3460fafd9efc9.tar.bz2 |
Add a per-message fallback mechanism for translations.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,7 +26,9 @@ Library arbitrary shell code can't be executed because a bogus URL was passed in. -- gettext.translation has an optional fallback argument. +- gettext.translation has an optional fallback argument, and + gettext.find an optional all argument. Translations will now fallback + on a per-message basis. Tools/Demos |