Skip to content

Commit

Permalink
Merge pull request #62 from arashi01/locale_resource_loading_error
Browse files Browse the repository at this point in the history
Add locale resource bundles to classpath resources
  • Loading branch information
arashi01 authored Dec 22, 2024
2 parents 0886697 + ef59611 commit a79a7f0
Show file tree
Hide file tree
Showing 454 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public LocaleResources() {
*/

public void addBundleName(String bundlename) {
m_resources.add(ResourceBundle.getBundle(bundlename));
m_resources.add(ResourceBundle.getBundle("locales." + bundlename));
}

/**
Expand Down
Loading

0 comments on commit a79a7f0

Please sign in to comment.