]> git.basschouten.com Git - openhab-addons.git/commit
Add default translations for transform add-ons (#11755)
authorWouter Born <github@maindrain.net>
Sat, 11 Dec 2021 17:01:29 +0000 (18:01 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Dec 2021 17:01:29 +0000 (18:01 +0100)
commit1b3818c32905e7d5f9f775ea57834a5b44a6da6d
treefc59a6fd97a5bb57c41c610d6f017bdc045993e1
parent13ca0d550064f73777dc4016b275615638e04365
Add default translations for transform add-ons (#11755)

This makes the texts used by these add-ons translatable with Crowdin.

Signed-off-by: Wouter Born <github@maindrain.net>
16 files changed:
bundles/org.openhab.transform.exec/src/main/resources/OH-INF/config/execProfile.xml
bundles/org.openhab.transform.exec/src/main/resources/OH-INF/i18n/exec.properties [new file with mode: 0644]
bundles/org.openhab.transform.javascript/src/main/resources/OH-INF/config/javascriptProfile.xml
bundles/org.openhab.transform.javascript/src/main/resources/OH-INF/i18n/js.properties [new file with mode: 0644]
bundles/org.openhab.transform.jinja/src/main/resources/OH-INF/config/jinjaProfile.xml
bundles/org.openhab.transform.jinja/src/main/resources/OH-INF/i18n/jinja.properties [new file with mode: 0644]
bundles/org.openhab.transform.jsonpath/src/main/resources/OH-INF/config/jsonpathProfile.xml
bundles/org.openhab.transform.jsonpath/src/main/resources/OH-INF/i18n/jsonpath.properties [new file with mode: 0644]
bundles/org.openhab.transform.regex/src/main/resources/OH-INF/config/regexProfile.xml
bundles/org.openhab.transform.regex/src/main/resources/OH-INF/i18n/regex.properties [new file with mode: 0644]
bundles/org.openhab.transform.scale/src/main/resources/OH-INF/config/scaleProfile.xml
bundles/org.openhab.transform.scale/src/main/resources/OH-INF/i18n/scale.properties [new file with mode: 0644]
bundles/org.openhab.transform.xpath/src/main/resources/OH-INF/config/xpathProfile.xml
bundles/org.openhab.transform.xpath/src/main/resources/OH-INF/i18n/xpath.properties [new file with mode: 0644]
bundles/org.openhab.transform.xslt/src/main/resources/OH-INF/config/xsltProfile.xml
bundles/org.openhab.transform.xslt/src/main/resources/OH-INF/i18n/xslt.properties [new file with mode: 0644]