commit | a55ffaeee9eb2fba62f280c364b3460fafd9efc9 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Jan 11 06:58:49 2002 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Jan 11 06:58:49 2002 +0000 |
tree | 331b0e42419b62122394edda64ccee92118a316b | |
parent | 1be641987145f88d61e52d5b4714a8cc6c7e6da8 [diff] [blame] |
Add a per-message fallback mechanism for translations.
diff --git a/Misc/NEWS b/Misc/NEWS index cc81150..355c926 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -26,7 +26,9 @@ 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