| Home | Trees | Index | Help |
|---|
| Package Pootle :: Package storage :: Module po |
|
A .po file importer and exporter.
Uses translate.storage.po classes to parse/serialize .po translations.| Function Summary | |
|---|---|
Fill TranslationStore store with data in potext. | |
Serialize translation store to .po format. | |
| Variable Summary | |
|---|---|
dict |
comment_types = {'visible': '#_', 'other': '#', 'type': ...
|
| Function Details |
|---|
read_po(potext, store)Fill TranslationStore store with data in potext. `potext` can be a string or a file-like object. Imports the header separately. Deals with plurals. |
write_po(store)Serialize translation store to .po format. |
| Variable Details |
|---|
comment_types
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Aug 22 04:29:45 2006 | http://epydoc.sf.net |