Skip to content

Commit

Permalink
remove en-gb
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Dobbelaere committed Jun 12, 2024
1 parent 195508c commit dfdd570
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OneSila/OneSila/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
LANGUAGES = (
('nl', _('Nederlands')),
('en', _('English')),
('en-gb', _('English GB')),
# ('en-gb', _('English GB')),
)


Expand Down
Loading

0 comments on commit dfdd570

Please sign in to comment.