]> git.lyx.org Git - lyx.git/blobdiff - po/lyx_pot.py
* de.po: update
[lyx.git] / po / lyx_pot.py
index 723924b4f261d11fb43c8fb2cb0ef14b1d7a6b10..3bed049ce04b5c8cb9dea3e1189b95b647981174 100755 (executable)
@@ -172,7 +172,8 @@ def layouts_l10n(input_files, output, base):
             if res != None:
                 string = res.group(1)
                 string = string.replace('_', ' ')
-                writeString(out, src, base, lineno, string)
+                #Flex:xxx is not used in translation
+                #writeString(out, src, base, lineno, string)
                 m = FlexCheck.search(string)
                 if m:
                   writeString(out, src, base, lineno, m.group(1))