A Java library, focused on making internationalisation more modular, easier to evolve and maintain, robust-to-change and IDE-friendly without excess of external tools.
Apache License 2.0
67
stars
10
forks
source link
Bundle lookup key is incorrect when using interface inheritance #6
For classes
This works:
this does not
The reason is the in the second case the look-up key is wrongly set to
B.a
instead of correctA.a
.