mirror of https://github.com/snachodog/mybuddy.git
add en-GB 'translations'
This commit is contained in:
parent
04c1fc0317
commit
52fab47735
|
@ -168,7 +168,8 @@ LOCALE_PATHS = [
|
|||
]
|
||||
|
||||
LANGUAGES = [
|
||||
('en', _('English')),
|
||||
('en', _('English (US)')),
|
||||
('en-GB', _('English (UK)')),
|
||||
('nl', _('Dutch')),
|
||||
('fr', _('French')),
|
||||
('fi', _('Finnish')),
|
||||
|
|
|
@ -33,6 +33,7 @@ module.exports = {
|
|||
'node_modules/bootstrap/dist/js/bootstrap.js',
|
||||
'node_modules/moment/moment.js',
|
||||
'node_modules/moment/locale/de.js',
|
||||
'node_modules/moment/locale/en-gb.js',
|
||||
'node_modules/moment/locale/es.js',
|
||||
'node_modules/moment/locale/fi.js',
|
||||
'node_modules/moment/locale/fr.js',
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue