gettext - Is there way to create empty .mo file template? -
Is there a way to create an empty .mo file? Normally when I'm starting a new project, I get stuck with it, unless there is no need to translate.
I tried to do it with luck:
msgfmt / dev / null --output-file foo.mo
Understand.
Xgettext -force-po -f / dev / null -o foo.po msgfmt foo.po --output-file foo.mo
Comments
Post a Comment