Skip to content

Commit

Permalink
Adding save translation
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 14, 2017
1 parent 88ef97c commit e68b5bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Translation/Resources/lang/core/en/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
'reset' => 'Reset',
'update and back' => 'Update and go back',
],
'save' => 'Save',
'breadcrumb' => [
'home' => 'Home',
],
Expand Down
1 change: 1 addition & 0 deletions Modules/Translation/Resources/lang/core/fr/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
'reset' => 'Réinitialiser',
'update and back' => 'Mise à jour et retour',
],
'save' => 'Sauvegardé',
'breadcrumb' => [
'home' => 'Accueil',
],
Expand Down
1 change: 1 addition & 0 deletions Modules/Translation/Resources/lang/core/nl/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'reset' => 'Herstellen',
'update and back' => 'Wijzig en ga terug',
],
'save' => 'Opslaan',
'breadcrumb' => [
'home' => 'Start',
],
Expand Down

0 comments on commit e68b5bf

Please sign in to comment.