Lines Matching refs:msgid
133 add(msgctxt, msgid, msgstr, fuzzy)
142 # Now we are in a msgid or msgctxt section, output previous section
145 add(msgctxt, msgid, msgstr, fuzzy)
149 elif l.startswith('msgid') and not l.startswith('msgid_plural'):
151 add(msgctxt, msgid, msgstr, fuzzy)
152 if not msgid:
160 msgid = msgstr = b''
165 print('msgid_plural not preceded by msgid on %s:%d' % (infile, lno),
169 msgid += b'\0' # separator of singular and plural
196 msgid += l.encode(encoding)
206 add(msgctxt, msgid, msgstr, fuzzy)