Locale: en settings

I would like to configure fab-manager to be entirely in english. The statistics page is still showing french:

Other pages seems ok!

env settings:

RAILS_LOCALE=en
MOMENT_LOCALE=en-gb
SUMMERNOTE_LOCALE=fr-FR
ANGULAR_LOCALE=en-en
MESSAGEFORMAT_LOCALE=en
FULLCALENDAR_LOCALE=en

ELASTICSEARCH_LANGUAGE_ANALYZER=english

Hello Kenneth,

You are right, it should be displayed in english. I guess it’s an oversight in the new version. c/@sleede

Hello @kennethlimcp,

This is due to the fact that these data are stored in the database. So if your locales were not configured when you first setup the database (rake db:setup), these values were initialized to the default locale (default= french).

You may encounter some other values that are not translated because of the same behavior.

So I advise you to run the following commands to re-init your database with the correct translations:

rake db:drop
rake db:setup