%i18n:desktop.tags.mk-ui-header-nav.channels%
+%i18n:desktop.tags.mk-ui-header-nav.ch%
-
-
- %i18n:mobile.tags.mk-ui-nav.search% +
- %i18n:mobile.tags.mk-ui-nav.ch% +
- %i18n:mobile.tags.mk-ui-nav.drive%
- %i18n:mobile.tags.mk-ui-nav.settings% diff --git a/webpack/webpack.config.ts b/webpack/webpack.config.ts index 5199285d5..066df1815 100644 --- a/webpack/webpack.config.ts +++ b/webpack/webpack.config.ts @@ -16,6 +16,7 @@ module.exports = langs.map(([lang, locale]) => { const entry = { desktop: './src/web/app/desktop/script.js', mobile: './src/web/app/mobile/script.js', + ch: './src/web/app/ch/script.js', stats: './src/web/app/stats/script.js', status: './src/web/app/status/script.js', dev: './src/web/app/dev/script.js',