Summary: | XMI localization tools | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 2.13.2 | ||
Target Milestone: | 2.15 (KDE Applications 14.12) | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/umbrello/5c8eceddd8026399753d19db4dcd45d3e3ff17d0 | Version Fixed In: | 2.14.80 (KDE 14.11.80) |
Sentry Crash Report: |
Description
Ralf Habacker
2014-10-27 08:45:40 UTC
Git commit 5c8eceddd8026399753d19db4dcd45d3e3ff17d0 by Ralf Habacker. Committed on 29/04/2014 at 11:42. Pushed by habacker into branch 'master'. Add command line tools po2xmi and xmi2pot. - xmi2pot extracts all messages from a xmi file into a pot file format - po2xmi takes an untranslated xmi file and a translated po file to generate a localized xmi file M +2 -0 CMakeLists.txt A +19 -0 tools/CMakeLists.txt A +44 -0 tools/po2xmi.cpp [License: GPL (v2+)] A +289 -0 tools/shared.cpp [License: GPL (v2+)] A +44 -0 tools/shared.h [License: GPL (v2+)] A +83 -0 tools/xmi2pot.cpp [License: GPL (v2+)] http://commits.kde.org/umbrello/5c8eceddd8026399753d19db4dcd45d3e3ff17d0 |