Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable i18n, msgfmt: reset msgctxt on new sections

Changeset 998b7fa5956e

Parent 6472f3d3c083

by Wagner Bruna

Changes to one file · Browse files at 998b7fa5956e Showing diff from parent 6472f3d3c083 Diff from another changeset...

Change 1 of 1 Show Entire File i18n/​msgfmt.py Stacked
 
146
147
148
 
149
150
151
 
146
147
148
149
150
151
152
@@ -146,6 +146,7 @@
    self.add(msgctxt, msgid, msgstr, fuzzy)   section = None + msgctxt = ''   fuzzy = 0   # If we only want the header we stop after the first message   if header_only: