- Oct 13, 2017
-
-
Yuya Nishihara authored
This is a simpler workaround alternative to D958, "i18n: clean msgcache when encoding changes." The cache won't be bloated unless you run tons of commands with different --encoding options on command server, or serve many repositories of different web.encoding options on hgweb. The test was originally written by Jun Wu. Differential Revision: https://phab.mercurial-scm.org/D1053
-
- Jun 20, 2017
-
-
Augie Fackler authored
Spotted one of these, then wrote a check-code rule that caught them all. It will be the next change.
-
- Feb 07, 2017
-
-
Augie Fackler authored
I'm about to mark that extension as deprecated, and that broke this test.
-
- Sep 17, 2015
-
-
timeless authored
-
- Aug 06, 2014
-
-
Matt Mackall authored
-
- Apr 13, 2014
-
-
Mads Kiilerich authored
-
- Jan 30, 2014
-
-
Simon Heimberg authored
I mainly did the simple cases, like removing ".. note::", changing single quotes to double quotes and adapting underlining. Unhelpful msgstr in fuzzy entries are removed. (They were suggestions by the program msgmerge.)
-
- Nov 27, 2013
-
-
Katsunori FUJIWARA authored
Existing tool like "msgfmt --check" can check typical translation problems (missing "%s" in msgstr, for example), but can't check Mercurial specific ones. For example, "msgfmt --check" can't check whether the translated string given to "ui.promptchoice()" is correct or not, even though problems like below cause run-time error or unexpected behavior: - less or more choices than msgid, - choices without '&', or - choices with '&' followed by none This patch adds the tool to check Mercurial specific translation problems in *.po files.
-
- Jun 20, 2012
-
-
kiilerix authored
Outer repos (if any) will now never be touched by the tests. But it is better to run without any repos around the tmp directory.
-
- Jun 18, 2012
-
-
kiilerix authored
-
- Jun 08, 2012
-
-
Olav Reinert authored
Tests that help keyword search is able to search the translated help text when using a non-English language.
-
- Jul 22, 2011
-
-
Wagner Bruna authored
-
- Jul 21, 2011
-
-
David Golub authored
The use of %r in the format string caused Python to display Windows paths with double backslashes.
-
- Jun 17, 2011
-
-
Wagner Bruna authored
This changes both a test and a translation, so I'm sending a patch; please let me know if I should push this directly to i18n instead.
-
- Apr 20, 2011
-
-
Matt Mackall authored
This should help clarify what the problem is in various problematic cases like ssh.
-
- Feb 20, 2011
-
-
Martin Geisler authored
-
- Feb 16, 2011
-
-
Martin Geisler authored
-