Skip to content
Snippets Groups Projects
  1. Oct 13, 2017
    • Yuya Nishihara's avatar
      i18n: cache translated messages per encoding · d00ec62d
      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
      d00ec62d
  2. Jun 20, 2017
  3. Feb 07, 2017
  4. Sep 17, 2015
  5. Aug 06, 2014
  6. Apr 13, 2014
  7. Jan 30, 2014
  8. Nov 27, 2013
    • Katsunori FUJIWARA's avatar
      i18n: add the tool to check Mercurial specific translation problems in *.po · 84939b72
      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.
      84939b72
  9. Jun 20, 2012
  10. Jun 18, 2012
  11. Jun 08, 2012
  12. Jul 22, 2011
  13. Jul 21, 2011
  14. Jun 17, 2011
  15. Apr 20, 2011
  16. Feb 20, 2011
  17. Feb 16, 2011
Loading