Package translate :: Package convert :: Module ini2po :: Class ini2po
[hide private]
[frames] | no frames]

Class ini2po

source code

convert a .ini file to a .po file for handling the translation...

Instance Methods [hide private]
 
convertstore(self, theinifile, duplicatestyle='msgctxt')
converts a .ini file to a .po file...
source code
 
mergestore(self, originifile, translatedinifile, blankmsgstr=False, duplicatestyle='msgctxt')
converts two .ini files to a .po file...
source code
 
convertunit(self, iniunit, commenttype)
Converts a .ini unit to a .po unit.
source code
Method Details [hide private]

convertunit(self, iniunit, commenttype)

source code 

Converts a .ini unit to a .po unit. Returns None if empty or not for translation.