Skip to content

Commit

Permalink
fix sv locale
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk committed Jan 1, 2018
1 parent 4546956 commit c02105c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function localeFromLangCode($code) {
case 'en':
return 'en_US';
case 'sv':
return 'sv_SV';
return 'sv_SE';
case 'de':
return 'de_DE';
case 'fr':
Expand Down

0 comments on commit c02105c

Please sign in to comment.