Hello, This series of patch tries to improve a few things against the recently submitted patches:
- patch 1: converting the encoding to UTF-8 in the Ukrainian translation, because this is what is used everywhere else, and because nowadays it is the right way to do if we do not want problems with all the tools; - patch 2: removing the Ukrainian translation from the fedora packaging directory, because now it is part of the official package (Martin's patch) so it is not a good idea to duplicate the files; - patch 3: tentative to re-introduce the Unicode characters that Doug initially tried to use. I suspect the patch did not apply because the encoding was wrong in the mail; this could be fixed by running this by patch submitters: git config --global sendemail.assume8bitEncoding UTF-8 if the patch 3 does not apply, it can safely be skipped anyway... - patch 4: minor improvements to the man page, for consistency; - patch 5: fixes an incorrect email address used in the code, and updates all the translation files accordingly. The patch should be easily merged with: git rebase -i master --autosquash On a side note, I would also suggest to merge the patch 'make: Add Ukrainian translation files to EXTRA_DIST' into the patch 'Import of (partly outdated) Ukrainian translations' because they are the same feature. Regards, Christophe. WPrefs.app/po/uk.po | 906 +++++++++--------- distros/WPrefs-uk.po | 2133 ------------------------------------------ distros/WindowMaker-uk.po | 1969 -------------------------------------- distros/wmaker-crm-next.spec | 12 +- doc/wmiv.1 | 17 +- po/be.po | 8 +- po/bg.po | 9 +- po/ca.po | 9 +- po/cs.po | 8 +- po/da.po | 4 +- po/de.po | 5 +- po/el.po | 6 - po/es.po | 4 +- po/et.po | 4 +- po/fi.po | 4 +- po/fr.po | 16 +- po/gl.po | 4 +- po/hu.po | 4 +- po/hy.po | 4 - po/it.po | 4 +- po/ja.po | 4 +- po/ko.po | 4 +- po/ms.po | 4 +- po/nl.po | 21 +- po/pt.po | 5 +- po/ru.po | 9 +- po/sk.po | 14 +- po/uk.po | 897 +++++++++--------- po/zh_CN.po | 4 +- po/zh_TW.po | 4 +- src/dialog.c | 8 +- src/osdep_stub.c | 10 +- util/wmiv.c | 8 +- 33 files changed, 1010 insertions(+), 5112 deletions(-) delete mode 100644 distros/WPrefs-uk.po delete mode 100644 distros/WindowMaker-uk.po -- 2.1.4 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.