mirror of
https://github.com/jbcr/core.git
synced 2026-04-01 22:02:16 +02:00
flash-messages xlations added
This commit is contained in:
@@ -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">×</span>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user