Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
6d18970b
Commit
6d18970b
authored
Oct 08, 2009
by
Oswald Buddenhagen
Browse files
do not sort contexts in TS files
this avoids big diffs if contexts are renamed and manually adjusted in the files.
parent
81a8f2f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/translations/translations.pro
View file @
6d18970b
...
...
@@ -9,7 +9,7 @@ defineReplace(prependAll) {
}
XMLPATTERNS
=
$$
targetPath
(
$$
[
QT_INSTALL_BINS
]
/
xmlpatterns
)
LUPDATE
=
$$
targetPath
(
$$
[
QT_INSTALL_BINS
]
/
lupdate
)
-
locations
relative
-
no
-
ui
-
lines
LUPDATE
=
$$
targetPath
(
$$
[
QT_INSTALL_BINS
]
/
lupdate
)
-
locations
relative
-
no
-
ui
-
lines
-
no
-
sort
LRELEASE
=
$$
targetPath
(
$$
[
QT_INSTALL_BINS
]
/
lrelease
)
TRANSLATIONS
=
$$
prependAll
(
LANGUAGES
,
$$
PWD
/
qtcreator_
,.
ts
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment