add en-GB 'translations'

This commit is contained in:
Amith211 2021-10-17 14:23:43 +01:00 committed by Christopher Charbonneau Wells
parent 04c1fc0317
commit 52fab47735
4 changed files with 1678 additions and 1 deletions

View File

@ -168,7 +168,8 @@ LOCALE_PATHS = [
] ]
LANGUAGES = [ LANGUAGES = [
('en', _('English')), ('en', _('English (US)')),
('en-GB', _('English (UK)')),
('nl', _('Dutch')), ('nl', _('Dutch')),
('fr', _('French')), ('fr', _('French')),
('fi', _('Finnish')), ('fi', _('Finnish')),

View File

@ -33,6 +33,7 @@ module.exports = {
'node_modules/bootstrap/dist/js/bootstrap.js', 'node_modules/bootstrap/dist/js/bootstrap.js',
'node_modules/moment/moment.js', 'node_modules/moment/moment.js',
'node_modules/moment/locale/de.js', 'node_modules/moment/locale/de.js',
'node_modules/moment/locale/en-gb.js',
'node_modules/moment/locale/es.js', 'node_modules/moment/locale/es.js',
'node_modules/moment/locale/fi.js', 'node_modules/moment/locale/fi.js',
'node_modules/moment/locale/fr.js', 'node_modules/moment/locale/fr.js',

Binary file not shown.

File diff suppressed because it is too large Load Diff