Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 395a7e61 authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Improvements

parent 9b7e027f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
test: "*hello* device "
test: "*hello* $device$"
+1 −1
Original line number Original line Diff line number Diff line
@@ -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>