OpenPetra
Free Administration Software for Non-Profits
|
parse a gettext po file More...
Static Public Member Functions | |
static string | ParsePoLine (StreamReader sr, ref string ALine, out StringCollection AOriginalLines) |
a line in a po translation file starts with either msgid or msgstr, and can cover several lines. the text is in quotes. More... | |
static void | WriteUpdatedPoFile (string APoFilePath, SortedList< string, string >ANewTranslations) |
add new translations to the po file More... | |
parse a gettext po file
|
inlinestatic |
a line in a po translation file starts with either msgid or msgstr, and can cover several lines. the text is in quotes.
|
inlinestatic |
add new translations to the po file