Skip to content

fredj/c2c.recipe.msgfmt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c2c.recipe.msgfmt

A buildout recipe to compile message catalog to binary format (.po to .mo).

Requirements

Usage

Minimal buildout config example:

[buildout]
parts = po2mo

[po2mo]
recipe = c2c.recipe.msgfmt
po-directory = foo/bar/i18n/

The .mo files are created in the same directory as the .po files.

About

compile message catalog to binary format using Babel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%