When translating Watcher I encountered three errors trying to save the Pot file in PoEdit:
watcher\translations\watcher.pot:623: missing `msgstr[]' section
watcher\translations\watcher.pot:627: missing `msgstr[]' section
watcher\translations\watcher.pot:631: missing `msgstr[]' section
msgfmt: found 3 fatal errors
Looking at the file in an editor I see:
#: watcher.module:1058
msgid "notification"
msgid_plural "notifications"
#: watcher.module:2356
msgid "1 new"
msgid_plural "@count new"
#: watcher.module:2637
msgid "1 notification"
msgid_plural "@count notifications"Are msgstr and msgstr_plural missing? (I'm not really at home with po's and pots)
Comments
Comment #1
solipsist commentedThe beta isn't ready for translation, I haven't updated the POT file. You can download potx and make your own POT or wait a while until I can get the RCs out. The betas are feature frozen but strings may be altered in case people find errors.
Comment #2
solipsist commented