From 8444853c1bf9e892f930f2959dcd3a1ffc147e9f Mon Sep 17 00:00:00 2001 From: Christoph Weitkamp Date: Fri, 12 Nov 2021 11:19:07 +0100 Subject: [PATCH] Added default i18n properties file Signed-off-by: Christoph Weitkamp --- .../src/main/resources/OH-INF/i18n/transform.properties | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform.properties diff --git a/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform.properties b/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform.properties new file mode 100644 index 0000000000000..9903cf28f123a --- /dev/null +++ b/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform.properties @@ -0,0 +1,6 @@ +# bundle config + +profile.config.transform.function.label = Filename +profile.config.transform.function.description = Filename containing the mapping information. +profile.config.transform.sourceFormat.label = State Formatter +profile.config.transform.sourceFormat.description = How to format the state on the channel before transforming it, i.e. %s or %.1f °C (default is %s)