We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6cbfb commit a1d63c2Copy full SHA for a1d63c2
app/test/processing/app/I18NTest.java
@@ -9,7 +9,7 @@ public class I18NTest {
9
10
private Set<String> loadReferenceI18NKeys() throws IOException {
11
Properties properties = new Properties();
12
- properties.putAll(loadProperties(new File(I18NTest.class.getResource("./Resources_en.properties").getFile())));
+ properties.putAll(loadProperties(new File(I18NTest.class.getResource("./i18n/Resources_en.properties").getFile())));
13
Set<String> keys = new HashSet<String>();
14
for (Object key : properties.keySet()) {
15
keys.add(key.toString());
0 commit comments