Skip to content
Snippets Groups Projects
  1. Mar 25, 2021
  2. May 14, 2018
  3. Dec 02, 2017
    • Yuya Nishihara's avatar
      log: translate column labels at once (issue5750) · c7b45db8f317
      Yuya Nishihara authored
      This makes sure that all columns are aligned. getlogcolumns() is hosted by
      templatekw so the namespaces module can see it.
      
      i18n/de.po is updated so test-log.t passes with no error. "obsolete:" and
      "instability:" are kept untranslated.
      c7b45db8f317
  4. Sep 24, 2017
    • Yuya Nishihara's avatar
      scmutil: extract helper functions that returns human-readable change id · 4647e0a8d3d7
      Yuya Nishihara authored
      We do "'%d:%s' % (ctx...)" at several places, so let's formalize it. A low-
      level function, formatrevnode(ui, rev, node), is extracted so we can pass
      a manifest rev/node pair.
      
      Note that hex() for manifest output can be replaced with hexfunc() because
      it is printed only when debugflag is set.
      
      i18n/de.po is updated so test-log.t passes with no error.
      4647e0a8d3d7
  5. Feb 10, 2017
    • Katsunori FUJIWARA's avatar
      i18n: update Report-Msgid-Bugs-To property of *.po files · 4acf569facef
      Katsunori FUJIWARA authored
      This patch replaces domain of mercurial-devel ML address by
      mercurial-scm.org for "Report-Msgid-Bugs-To" property of each *.po
      files.
      
      This avoids releasing 4.1.1 with invalid "Report-Msgid-Bugs-To"
      in *.mo file, if corresponded *.po file isn't msgmerge-ed with recent
      hg.pot by translator.
      
      These *.po files aren't covered by check-code.py pattern newly added
      in subsequent patch, because it ignores them.
      4acf569facef
  6. Jan 14, 2016
  7. May 07, 2014
  8. Jan 29, 2014
  9. Jan 30, 2014
  10. Jan 22, 2014
    • Simon Heimberg's avatar
      i18n-de: updated po file with 427d672c0e4e · a789213c8a38
      Simon Heimberg authored
      Do this in a separate patch for easier reviewing of the translation patch.
      a789213c8a38
    • Simon Heimberg's avatar
      i18n-de: remove locations · 8f63b2880f1f
      Simon Heimberg authored
      Strip the locations by running msgcat [1] as the wiki [2] tells to do. Do
      this in a separate patch for getting a smaller one when updating from hg.pot.
      
      [1] msgcat --no-location -o de.po de.po
      [2] mercurial.selenic.com/wiki/TranslatingMercurial#Updating_a_Translation
      8f63b2880f1f
    • Simon Heimberg's avatar
      i18n: fix non-matching 1st line indentations · f493c2f67430
      Simon Heimberg authored
      When generating documentation, indentation must match for getting the same
      view for translated messages. Often an output is generated anyway, but it
      can look different. When a syntactically wrong indentation change is done,
      runrst will fail (this is detected by test-gendoc.t).
      
      Fix the simple places. When translation knowledge is necessary, the entry is
      marked as fuzzy (and therefore skipped when generating translations). A
      translator can fix it later.
      f493c2f67430
  11. Jan 20, 2014
  12. Jan 08, 2014
    • David Soria Parra's avatar
      i18n-de: rename noun "entfernt" to "Gegenseite" · 45aac162da03
      David Soria Parra authored
      The German translation for "remote" as "entfernt" can be misleading
      in situations where remote is used as a noun. "entfernt" is not a
      noun and can also mean "removed". To clarify this we rename "remote"
      to "Gegenseite" when used as a noun.
      45aac162da03
  13. Oct 18, 2013
    • Simon Heimberg's avatar
      i18n: fix wrong rst syntax · baf1600adfbe
      Simon Heimberg authored
      Fix syntax errors like wrong indentation and invalid quotation.
      All errors preventing to generate valid html documentation (by gendoc.py) are
      fixed.
      baf1600adfbe
  14. Sep 30, 2013
  15. Jul 14, 2013
  16. Jun 25, 2013
  17. May 16, 2013
  18. Feb 05, 2013
  19. Sep 10, 2012
  20. Sep 01, 2012
  21. Jun 26, 2012
  22. Jun 21, 2012
  23. Jun 20, 2012
  24. Jun 18, 2012
  25. Jun 15, 2012
Loading