Package kiwi :: Package i18n :: Module msgfmt
[frames | no frames]

Module kiwi.i18n.msgfmt

Function Summary
  add(id, str, fuzzy)
Add a non-fuzzy translation to the dictionary.
  generate()
Return the generated output.
  main()
  make(filename, outfile)
  usage(code, msg)

Variable Summary
str doc = 'Generate binary message catalog from textual tran...
dict MESSAGES = {}

Function Details

add(id, str, fuzzy)

Add a non-fuzzy translation to the dictionary.

generate()

Return the generated output.

Variable Details

doc

Type:
str
Value:
'''Generate binary message catalog from textual translation descriptio\
n.

This program converts a textual Uniforum-style message catalog (.po fi\
le) into
a binary GNU catalog (.mo file).  This is essentially the same functio\
n as the
GNU msgfmt program, however, it is a simpler implementation.
...                                                                    

MESSAGES

Type:
dict
Value:
{}                                                                     

Generated by Epydoc 2.1 on Thu Oct 19 03:18:13 2006 http://epydoc.sf.net