Explorar el Código

modify i18next configuration

Yuki Takei hace 9 años
padre
commit
57efb316d0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/crowi/express-init.js

+ 1 - 1
lib/crowi/express-init.js

@@ -32,7 +32,7 @@ module.exports = function(crowi, app) {
     .use(i18nFsBackend)
     .use(i18nSprintf)
     .init({
-      // debug: (crowi.node_env === 'development'),
+      // debug: true,
       fallbackLng: [User.LANG_EN_US],
       whitelist: Object.keys(User.getLanguageLabels()).map((k) => User[k]),
       backend: {