Summary: | [projectwizard]Lokalize incapable to create new projects | ||
---|---|---|---|
Product: | [Applications] lokalize | Reporter: | Marek Laane <qiilaq69> |
Component: | project management | Assignee: | Nick Shaforostoff <shafff> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/lokalize/95fa50a26b63293698f37632d918ae4726a14437 | Version Fixed In: | |
Sentry Crash Report: |
Description
Marek Laane
2010-02-08 18:54:48 UTC
can you try reproducing this behaviour with the latest newprojectwizard.py? get it from http://websvn.kde.org/trunk/KDE/kdesdk/lokalize/scripts/ and put it to /usr/share/kde4/apps/lokalize/scripts/newprojectwizard.py Yes, still the same: base, branch and alternatives directory is still /. SVN commit 1125680 by shaforo: -return the simple way to create project, omitting python script. CCBUG: 225938 -don't update TM with new translation if the file has non-matching target language. -react on project id change a bit more better M +1 -1 scripts/newprojectwizard.rc M +5 -0 src/catalog/catalog.cpp M +13 -7 src/lokalizemainwindow.cpp M +1 -0 src/lokalizemainwindow.h M +1 -1 src/lokalizemainwindowui.rc M +13 -0 src/prefs/prefs.cpp M +1 -0 src/prefs/prefs.h M +9 -0 src/tm/dbfilesmodel.cpp M +1 -1 src/tm/dbfilesmodel.h M +1 -1 src/tm/tmview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1125680 Git commit 95fa50a26b63293698f37632d918ae4726a14437 by Nick Shaforostoff. Committed on 20/01/2015 at 04:13. Pushed by shaforo into branch 'master'. improve gettext translation project creation: make sure a proper tm is created with correct target languagecode set by the user in project settings M +10 -6 src/prefs/prefs.cpp M +13 -0 src/project/project.cpp M +4 -2 src/project/project.h http://commits.kde.org/lokalize/95fa50a26b63293698f37632d918ae4726a14437 |