Add Chinese (simplified) translations

This commit is contained in:
Christopher C. Wells 2022-02-21 09:27:27 -08:00 committed by Christopher Charbonneau Wells
parent 579ea327e7
commit c540d36495
4 changed files with 1915 additions and 2 deletions

View File

@ -163,9 +163,10 @@ LOCALE_PATHS = [
]
LANGUAGES = [
("zh-hans", _("Chinese (simplified)")),
("nl", _("Dutch")),
("en-US", _("English (US)")),
("en-GB", _("English (UK)")),
("nl", _("Dutch")),
("fr", _("French")),
("fi", _("Finnish")),
("de", _("German")),

View File

@ -43,6 +43,7 @@ module.exports = {
'node_modules/moment/locale/pt.js',
'node_modules/moment/locale/sv.js',
'node_modules/moment/locale/tr.js',
'node_modules/moment/locale/zh-cn.js',
'node_modules/moment-timezone/builds/moment-timezone-with-data-10-year-range.js',
'node_modules/tempusdominus-bootstrap-4/build/js/tempusdominus-bootstrap-4.js'
],
@ -59,7 +60,8 @@ module.exports = {
'node_modules/plotly.js/dist/plotly-locale-pt-pt.js',
'node_modules/plotly.js/dist/plotly-locale-sv.js',
'node_modules/plotly.js/dist/plotly-locale-tr.js',
'node_modules/plotly.js/dist/plotly-locale-uk.js'
'node_modules/plotly.js/dist/plotly-locale-uk.js',
'node_modules/plotly.js/dist/plotly-locale-zh-cn.js',
],
app: [
'babybuddy/static_src/js/babybuddy.js',

Binary file not shown.

File diff suppressed because it is too large Load Diff