Summary: | lokalize synchronize with pot file | ||
---|---|---|---|
Product: | [Applications] lokalize | Reporter: | Dimitrios Glentadakis <dglent> |
Component: | general | Assignee: | Nick Shaforostoff <shafff> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | CC: | adrian |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dimitrios Glentadakis
2009-03-19 20:35:19 UTC
do understand better i search the equivalent of poedit "update from pot file" to be implemented as a kross script calling 'msgmerge' very fast reply ! The KDE has an excellent support ! (much better than microsoft's :D ) thanks a lot, Dimitri a fast reply doesn't mean I will do it today ;) i sometimes don't react to a mail for over a month ))) nevertheless, the feature will be present in KDE 4.3 SVN commit 963392 by shaforo: add msgmerge action. it operatos on the current file, or on selection in project tree (recursively). it searches for .pot files using 'templates' path specified in the project CCBUG: 187635 M +5 -1 CMakeLists.txt M +10 -0 editortab.cpp M +1 -0 editortab.h M +9 -1 lokalizemainwindow.cpp M +2 -0 lokalizemainwindow.h M +2 -0 org.kde.lokalize.Editor.xml M +6 -0 org.kde.lokalize.MainWindow.xml M +10 -0 project/org.kde.lokalize.Project.xml A project/org.kde.lokalize.ProjectOverview.xml M +4 -0 project/project.h M +13 -11 project/projecttab.cpp M +12 -0 project/projecttab.h M +4 -3 project/projectwidget.cpp M +5 -9 project/projectwidget.h A scripts/msgmerge.py A scripts/msgmerge.rc M +14 -9 scripts/new-project-wizard.py M +1 -1 scripts/new-project-wizard.rc WebSVN link: http://websvn.kde.org/?view=rev&revision=963392 Great news |