Skip to content

Commit

Permalink
Updated Dutch translations
Browse files Browse the repository at this point in the history
  • Loading branch information
evertharmeling committed Dec 5, 2023
1 parent c8bafc3 commit e9813d9
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 411 deletions.
2 changes: 1 addition & 1 deletion templates/security/login.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="form-group">
<label>
<input type="checkbox" name="_remember_me" checked/>
Keep me logged in
{{ 'label.remember_me'|trans }}
</label>
</div>
<input type="hidden" name="_target_path" value="{{ app.request.get('redirect_to') }}"/>
Expand Down
4 changes: 4 additions & 0 deletions translations/messages+intl-icu.en.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@
<source>label.username</source>
<target>Username</target>
</trans-unit>
<trans-unit id="label.remember_me">
<source>label.remember_me</source>
<target>Keep me logged in</target>
</trans-unit>
<trans-unit id="label.fullname">
<source>label.fullname</source>
<target>Fullname</target>
Expand Down
Loading

0 comments on commit e9813d9

Please sign in to comment.