Skip to content

Commit 83a1811

Browse files
Updated Dutch translations
1 parent c8bafc3 commit 83a1811

File tree

4 files changed

+491
-411
lines changed

4 files changed

+491
-411
lines changed

templates/security/login.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div class="form-group">
3636
<label>
3737
<input type="checkbox" name="_remember_me" checked/>
38-
Keep me logged in
38+
{{ 'label.remember_me'|trans }}
3939
</label>
4040
</div>
4141
<input type="hidden" name="_target_path" value="{{ app.request.get('redirect_to') }}"/>

translations/messages+intl-icu.en.xlf

+4
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@
206206
<source>label.username</source>
207207
<target>Username</target>
208208
</trans-unit>
209+
<trans-unit id="label.remember_me">
210+
<source>label.remember_me</source>
211+
<target>Keep me logged in</target>
212+
</trans-unit>
209213
<trans-unit id="label.fullname">
210214
<source>label.fullname</source>
211215
<target>Fullname</target>

0 commit comments

Comments
 (0)