Skip to content

Commit

Permalink
Merge pull request #42 from paynl/feature/PLUG-972
Browse files Browse the repository at this point in the history
feature/PLUG-972
  • Loading branch information
woutse authored May 30, 2022
2 parents 64483cb + de0a735 commit 2d3f56e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Model/Config/Source/Languages.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ public function toArray()
'de' => __('German'),
'it' => __('Italian'),
'fr' => __('French'),
'es' => __('Spanish')
'es' => __('Spanish'),
'dk' => __('Danish'),
'pl' => __('Polish')
];
}
}
2 changes: 2 additions & 0 deletions i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"Italian","Italian"
"French","French"
"Spanish","Spanish"
"Danish","Danish"
"Polish","Polish"
"After successful payment","After successful payment"
"Before payment","Before payment"
"Choose your bank","Choose your bank"
Expand Down
2 changes: 2 additions & 0 deletions i18n/nl_NL.csv
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"Italian","Italiaans"
"French","Frans"
"Spanish","Spaans"
"Danish","Deens"
"Polish","Pools"
"After successful payment","Na voltooide betaling"
"Before payment","Voor betaling"
"Choose your bank","Kies uw bank"
Expand Down

0 comments on commit 2d3f56e

Please sign in to comment.