flash-messages xlations added

This commit is contained in:
Rix Beck
2019-08-06 10:19:17 +02:00
parent 3b0322d2ea
commit c4fc0f62d6
2 changed files with 5 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
<!-- Then put toasts within -->
<div class="toast" role="alert" aria-live="assertive" aria-atomic="true" data-delay="6000">
<div class="alert-{{ type }} toast-header">
<strong class="mr-auto">Notification </strong>
<strong class="mr-auto">{{ 'flash_messages.notification'|trans }}Notification </strong>
<small>{{ type|trans }}</small>
<button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close">
<span aria-hidden="true">&times;</span>

View File

@@ -911,6 +911,10 @@
<source>repeater.remark</source>
<target>Note: The Repeater / Block field is basically a wrapper for other fields.</target>
</trans-unit>
<trans-unit id="z2AgHGp" resname="flash_messages.notification">
<source>flash_messages.notification</source>
<target>__flash_messages.notification</target>
</trans-unit>
</body>
</file>
</xliff>