Skip to content

Resources#

Add custom translations and icons via provisioning.

Defaults#

Commented File-structure#

resources.xml
<?xml version="1.0" encoding="utf-8"?>
<resources version="1.34.0">
  <!-- List of a additional translations that were not "baked into" the firmware.
       Can be used by templates to translate a custom parammeter-name.
       type: list -->
  <strings>
    <!-- parameters:
           locale: type: enum
                   accepted values:
                     de_DE
                     de_AT
                     de_CH
                     fr_CH
                     it_CH
                     en_GB
                     fr_FR
                     el_GR
                     pl_PL
                     es_ES
                     nl_BE
                     fr_BE
                     de_BE
                     nl_NL
                     it_IT
           name: type: string
                 matched against: '^([a-z_]*)$' -->
    <string locale="" name="">
      <!-- type: string -->
      <text></text>
    </string>
  </strings>
  <!-- type: list -->
  <drawables>
    <!-- List of a additional icons that were not "baked into" the firmware.
         parameters:
           name: type: string
                 matched against: '^([a-z_]*)$' -->
    <drawable name="">
      <!-- type: string -->
      <icon></icon>
    </drawable>
  </drawables>
</resources>