Skip to content

Commit

Permalink
Merge pull request #2553 from drgrice1/en-GB-localization
Browse files Browse the repository at this point in the history
Add an en-GB localization option.
  • Loading branch information
Alex-Jordan committed Sep 8, 2024
2 parents 1ef614d + 3fd80de commit 72fc97e
Show file tree
Hide file tree
Showing 5 changed files with 19,818 additions and 3,244 deletions.
1 change: 1 addition & 0 deletions htdocs/js/DatePicker/datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
const datetimeFormats = {
en: 'L/d/yy, h:mm a',
'en-US': 'L/d/yy, h:mm a',
'en-GB': 'dd/LL/yyyy, HH:mm',
'cs-CZ': 'dd.LL.yy H:mm',
de: 'dd.LL.yy, HH:mm',
el: 'd/L/yy, h:mm a',
Expand Down
1 change: 1 addition & 0 deletions htdocs/js/ProblemSetList/problemsetlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
const datetimeFormats = {
en: 'L/d/yy, h:mm a',
'en-US': 'L/d/yy, h:mm a',
'en-GB': 'dd/LL/yyyy, HH:mm',
'cs-CZ': 'dd.LL.yy H:mm',
de: 'dd.LL.yy, HH:mm',
el: 'd/L/yy, h:mm a',
Expand Down
Loading

0 comments on commit 72fc97e

Please sign in to comment.