Hi!
While importing translations from Transifex for Tails 4.11 I got this error from lint_po:
ERROR: po/zh_CN.po:
i18nspector is not happy:
E: python-brace-format-string-missing-argument msgid 'Failed to import keys from {path}:\n{error}': path not in msgstr while in msgid
This is how the offending change looks like:
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 9f4bbd8d2c..2c1732c5bd 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -995,6 +995,8 @@ msgid ""
"Failed to import keys from {path}:\n"
"{error}"
msgstr ""
+"从路径导入密钥失败:\n"
+"{error}"
#: config/chroot_local-includes/usr/local/lib/seahorse-tool-wrapper:53
msgid "Key Imported"
Can someone revert/fix this translation on Transifex, please!
Cheers!