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
bonita
bonita-studio
Commits
0e6997c9
Commit
0e6997c9
authored
Feb 12, 2016
by
Romain Bioteau
Browse files
BS-14905 Only look for portal po files
parent
f97521f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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