- Mar 02, 2017
-
-
Wagner Bruna authored
-
- Mar 01, 2017
-
-
Katsunori FUJIWARA authored
-
- Feb 10, 2017
-
-
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.
-
- Feb 01, 2017
-
-
Wagner Bruna authored
-
- Jan 04, 2017
-
-
Augie Fackler authored
-
- Dec 31, 2016
-
-
Katsunori FUJIWARA authored
-
- Dec 01, 2016
-
-
Kevin Bullock authored
-
- Nov 25, 2016
-
-
Wagner Bruna authored
-
- Nov 28, 2016
-
-
Augie Fackler authored
-
- Nov 14, 2016
-
-
Mads Kiilerich authored
The change is trivial and unlikely to have been translated so we update translation files too.
-
- Oct 17, 2016
-
-
Mads Kiilerich authored
-
- Oct 31, 2016
-
-
Katsunori FUJIWARA authored
-
- Oct 23, 2016
-
-
Wagner Bruna authored
-
- Oct 11, 2016
-
-
Wagner Bruna authored
-
- Aug 31, 2016
-
-
Wagner Bruna authored
-
- Jul 27, 2016
-
-
Yuya Nishihara authored
Before, func must be a function object. I want to make it parse docstring of classes, too.
-
- Jul 31, 2016
-
-
Katsunori FUJIWARA authored
-
- Jul 19, 2016
-
-
Wagner Bruna authored
-
- Jul 03, 2016
-
-
Pulkit Goyal authored
This patch includes addition of absolute_import and print_function to the files where they are missing. The modern importing conventions are also followed.
-
- Jul 01, 2016
-
-
Wagner Bruna authored
-
- May 12, 2016
-
-
Pulkit Goyal authored
-
Pulkit Goyal authored
-
Pulkit Goyal authored
-
Pulkit Goyal authored
-
- May 01, 2016
-
-
Wagner Bruna authored
-
- Mar 01, 2016
-
-
Wagner Bruna authored
-
- Feb 29, 2016
-
-
Katsunori FUJIWARA authored
-
- Feb 11, 2016
-
-
Katsunori FUJIWARA authored
Before this patch, line number in source of the message to be translated is wrong in hg.pot, if corresponded message is placed after ".. DIRECTIVE::", because number of lines related to such directive isn't added to variable "delta", which holds number of untranslated lines in given text. This patch always adds "2" to "delta", because text block is split into translation units by "\n\n".
-
- Feb 03, 2016
-
-
Wagner Bruna authored
-
- Feb 01, 2016
-
-
Katsunori FUJIWARA authored
-
Wagner Bruna authored
-
- Jan 18, 2016
-
-
Matt Mackall authored
-
- Jan 14, 2016
-
-
Bryan O'Sullivan authored
-
- Jan 01, 2016
-
-
Katsunori FUJIWARA authored
-
- Dec 22, 2015
-
-
timeless authored
-
- Nov 03, 2015
-
-
Yuya Nishihara authored
This patch replaces old "DEPRECATED" msgid by "(DEPRECATED)" if that .po file does not have "(DEPRECATED)" but have "... (DEPRECATED)". It is necessary to hide deprecated options correctly.
-
Yuya Nishihara authored
Because 44cc9f63a2f1 requires the msgstr of "(DEPRECATED)", old *.po files must be blamed. Using "DEPRECATED" would just hide the error. For example, "LANG=da_DK.UTF-8 hg help serve" fails to hide deprecated options right now, but check-translation.py couldn't detect it because da.po has outdated translation of "DEPRECATED".
-
- Oct 31, 2015
-
-
Katsunori FUJIWARA authored
Since 44cc9f63a2f1, deprecated commands, options and so on are detected by "(DEPRECATED)" instead of "DEPRECATED". "hg.pot" generated from recent source files doesn't contain msgid "DEPRECATED", and looking the translation of "DEPRECATED" up in up-to-date *.po files works incorrectly. But on the other hand, there are still old *.po files, which contain msgid "DEPRECATED" but not "(DEPRECATED)". Looking the translation of "(DEPRECATED)" up in such old *.po files also works incorrectly. This patch resolves this problem by looking translation of both "DEPRECATED" and "(DEPRECATED)" up. This should work correctly, because previous patch makes "deprecated" checker be applied only on translations, of which msgid contains exact "(DEPRECATED)" string. 'p.msgstr' examination in 'deprecatedsetup()' is needed to ignore untranslated entries. This also makes 'deprecatedpe.msgstr' examination in 'deprecated()' meaningless.
-
Katsunori FUJIWARA authored
Since 44cc9f63a2f1, deprecated commands, options and so on are detected by "(DEPRECATED)" instead of "DEPRECATED". Therefore, 'deprecated' checker in i18n/check-translation.py should check translation, of which msgid contains "(DEPRECATED)" instead of "DEPRECATED". At glance, it seems to do so, but it actually doesn't, because Python regexp treats "()" as grouping of patterns and "(DEPRECATED)" matches only against "DEPRECATED".
-
- Nov 01, 2015
-
-
Wagner Bruna authored
-