Skip to content

Commit 739987d

Browse files
cweitkampkaikreuzer
authored andcommitted
Moved ESH-INF folders to OH-INF folders (openhab#174)
Signed-off-by: Christoph Weitkamp <[email protected]>
1 parent e4460f5 commit 739987d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1
-1
lines changed

bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/internal/DashboardService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ private String getLocalizedText(String key) {
254254
// The return value for "locale" key is an ISO 639-1 language code
255255
// In case there is no translation for the used locale provided with the dashboard, "en" is returned
256256
return bundleContext.getBundle()
257-
.getEntry("ESH-INF/i18n/dashboard_" + useLocale.getLanguage() + ".properties") != null
257+
.getEntry("OH-INF/i18n/dashboard_" + useLocale.getLanguage() + ".properties") != null
258258
? useLocale.getLanguage()
259259
: "en";
260260
} else {

0 commit comments

Comments
 (0)