Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
bonita
bonita-studio
Commits
0e6997c9
Commit
0e6997c9
authored
Feb 12, 2016
by
Romain Bioteau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BS-14905 Only look for portal po files
parent
f97521f0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bundles/plugins/org.bonitasoft.studio.preferences/src/org/bonitasoft/studio/preferences/LocaleUtil.java
...ces/src/org/bonitasoft/studio/preferences/LocaleUtil.java
+1
-1
No files found.
bundles/plugins/org.bonitasoft.studio.preferences/src/org/bonitasoft/studio/preferences/LocaleUtil.java
View file @
0e6997c9
...
...
@@ -47,7 +47,7 @@ public class LocaleUtil {
@Override
public
boolean
accept
(
final
File
parent
,
final
String
filename
)
{
return
filename
.
endsWith
(
".po"
);
return
filename
.
endsWith
(
".po"
)
&&
filename
.
contains
(
"portal"
)
;
}
});
final
Set
<
Locale
>
locales
=
new
TreeSet
<
Locale
>(
localeComparator
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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