Commit 52b4944
Fixing setup of resource name when loading i18n resources (#1467)
* fix: fixing of loading of i18n resources
Issue #1465
* fix: fixing setup of resource name when loading i18n resources
Checking whether a resource file exists does not work with Webjars
as previously implemented. The new check is now a simple implementation
whether the given language string is empty or not.
Issue # #1465
---------
Co-authored-by: Timo Schmidt <timo@xinterchange.net>1 parent d57fbb2 commit 52b4944
1 file changed
Lines changed: 5 additions & 9 deletions
File tree
- select2-parent/select2/src/main/java/org/wicketstuff/select2
select2-parent/select2/src/main/java/org/wicketstuff/select2/Select2LanguageResourceReference.java
Lines changed: 5 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 34 | + | |
| 35 | + | |
41 | 36 | | |
42 | | - | |
| 37 | + | |
| 38 | + | |
43 | 39 | | |
44 | 40 | | |
0 commit comments