Skip to content

Commit

Permalink
Merge pull request #13 from Rias500/v2
Browse files Browse the repository at this point in the history
Add translations + prevent error when adding field
  • Loading branch information
brandonkelly authored May 15, 2017
2 parents 70e311b + 673fba5 commit 84bbedb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/input.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<thead>
<tr>
<td></td>
<th>Opening Time</th>
<th>Closing Time</th>
<th>{{ "Opening Time"|t('storehours') }}</th>
<th>{{ "Closing Time"|t('storehours') }}</th>
</tr>
</thead>
<tbody>
Expand Down
6 changes: 6 additions & 0 deletions src/translations/nl/storehours.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

return [
'Opening Time' => 'Openingstijd',
'Closing Time' => 'Sluitingstijd'
];

0 comments on commit 84bbedb

Please sign in to comment.