Loading _i18n/en.yml +1 −1 Original line number Original line Diff line number Diff line test: "*hello* device " test: "*hello* $device$" _i18n/en/templates/device_install.md +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5,6 +5,6 @@ {% capture test_translation %}{% t test %}{% endcapture %} {% capture test_translation %}{% t test %}{% endcapture %} {{ test_translation | replace: "device", device.name }} {{ test_translation | replace: "$device$", device.name }} </div> </div> Loading
_i18n/en.yml +1 −1 Original line number Original line Diff line number Diff line test: "*hello* device " test: "*hello* $device$"
_i18n/en/templates/device_install.md +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5,6 +5,6 @@ {% capture test_translation %}{% t test %}{% endcapture %} {% capture test_translation %}{% t test %}{% endcapture %} {{ test_translation | replace: "device", device.name }} {{ test_translation | replace: "$device$", device.name }} </div> </div>