* src/po/template.po: Update translation template.

* src/po/ru.po: Update Russian translation.
* src/plugins/FilterEditor.py (edit_rule): Use translated strings for
identifying rule/option.
* src/GenericFilter.py (save): Encode XML file as utf-8 (was iso8859-1).


svn: r2124
This commit is contained in:
Alex Roitman
2003-09-14 04:21:44 +00:00
parent eaae22c536
commit 13244fb741
5 changed files with 3989 additions and 3480 deletions

View File

@@ -13,6 +13,12 @@
* src/NameEdit.py: Likewise.
* src/Marriage.py: Rename top_window to self.window.
* src/po/template.po: Update translation template.
* src/po/ru.po: Update Russian translation.
* src/plugins/FilterEditor.py (edit_rule): Use translated strings for
identifying rule/option.
* src/GenericFilter.py (save): Encode XML file as utf-8 (was iso8859-1).
2003-09-12 Don Allingham <dallingham@users.sourceforge.net>
* src/BaseDoc.py: add init function to BaseDoc to be called after
all graphics formats are defined