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
Marco Bubke
flatpak-qt-creator
Commits
649c52be
Commit
649c52be
authored
Nov 01, 2010
by
Oswald Buddenhagen
Browse files
include region-qualified languages into the list
parent
abe9797d
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/translations/check-ts.pl
View file @
649c52be
...
...
@@ -48,7 +48,7 @@ my %scores = ();
my
$files
=
join
("
\n
",
<*
_
??
.
ts
>
);
my
$res
=
`
xmlpatterns -param files=
\
"
$files
\
" check-ts.xq
`;
for
my
$i
(
split
(
/ /
,
$res
))
{
$i
=~
/^(?:[^\/]+\/)*qtcreator_(
..
)\.ts:(.*)$/
;
$i
=~
/^(?:[^\/]+\/)*qtcreator_(
[^.]+
)\.ts:(.*)$/
;
my
(
$lang
,
$pc
)
=
(
$
1
,
$
2
);
$scores
{
$lang
}
=
$pc
;
}
...
...
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