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

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -