Skip to content

Commit

Permalink
translate 'drink'
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-gui committed Mar 28, 2021
1 parent 092c0d9 commit 34d4310
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/character/show_equipment.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
{{ 'cl'|trans }} {{ potion.potion.casterLevel }}
</div>
<div class="col-auto">
<button class="btn btn-primary btn-sm">Drink</button>
<button class="btn btn-primary btn-sm">{{ 'drink'|trans }}</button>
</div>
</div>
</form>
Expand Down
1 change: 1 addition & 0 deletions translations/messages.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,3 +396,4 @@ potions: 'Potions'
potions.edit: 'Edit Potions'
cancel: 'Cancel'
cl: CL
drink: 'Drink'
1 change: 1 addition & 0 deletions translations/messages.fr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -387,3 +387,4 @@ potions: 'Potions'
potions.edit: 'Editer les potions'
cancel: 'Annuler'
cl: NLS
drink: 'Boire'

0 comments on commit 34d4310

Please sign in to comment.