commit 4a9323d0dd184f893bcdf7f93049b3cc55464f6e Author: Isis Lovecruft isis@torproject.org Date: Sat Jul 26 03:02:17 2014 +0000
Add CHANGELOG entry for #12650. --- CHANGELOG | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG index 94cef31..9d07e62 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -23,6 +23,16 @@ Changes in version 0.2.3 - 2014-07-XXX https://www.torproject.org/projects/torbrowser.html.en#downloads-beta to https://www.torproject.org/projects/torbrowser.html.
+ * FIXES #12650 https://bugs.torproject.org/12650 + BridgeDB's translation files sometimes take a little while to + update because real live human volunteers need to go to + Transifex.org and convert the strings between languages. Then I + need to import the strings, check all of them by hand to make sure + there's no funny business which could harm users in them, and then + commit all the diffs. Sadly, there isn't much more we can do to + speed up this process, so sometimes BridgeDB's UI falls back to + English when it doesn't have new enough translations files. Sorry! + And include the following general changes:
* UPDATE translation: Chinese - Taiwan (zh_TW)
tor-commits@lists.torproject.org