i18n/posplit
changeset 28074 a1924bc6e267
parent 20363 e3ee7ec85a15
child 29152 c5057b7780dc
--- a/i18n/posplit	Wed Feb 10 12:39:25 2016 -0800
+++ b/i18n/posplit	Thu Feb 11 23:15:34 2016 +0900
@@ -57,11 +57,13 @@
                 if mdirective:
                     if not msgid[mdirective.end():].rstrip():
                         # only directive, nothing to translate here
+                        delta += 2
                         continue
                     directive = mdirective.group(1)
                     if directive in ('container', 'include'):
                         if msgid.rstrip('\n').count('\n') == 0:
                             # only rst syntax, nothing to translate
+                            delta += 2
                             continue
                         else:
                             # lines following directly, unexpected