From: Christoph Weitkamp Date: Fri, 12 Nov 2021 10:37:01 +0000 (+0100) Subject: Added default i18n properties file (#11574) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=c048268aa77e1206e34afff9036705b7795db86e;p=openhab-addons.git Added default i18n properties file (#11574) Signed-off-by: Christoph Weitkamp --- 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 0000000000..9903cf28f1 --- /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)