From c048268aa77e1206e34afff9036705b7795db86e Mon Sep 17 00:00:00 2001 From: Christoph Weitkamp Date: Fri, 12 Nov 2021 11:37:01 +0100 Subject: [PATCH] Added default i18n properties file (#11574) 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 000000000..9903cf28f --- /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)