NMF-earth / nmf-app

Understand and reduce your carbon footprint 🌱 iOS & Android.
https://nmf.earth
GNU General Public License v3.0
503 stars 156 forks source link

Bug: Requiring unknown module "./locale/zh". #310

Closed PierreBresson closed 3 years ago

PierreBresson commented 3 years ago

Describe the bug In ProgressChart.tsx the following is crashing const period = moment().locale(language).format(isMonth ? "MMMM" : "YYYY"); with error message : Requiring unknown module "./locale/zh" Happening on android 9, app version 0.7.1. Could be related to this moment issue.

PierreBresson commented 3 years ago

Attempt : https://github.com/NMF-earth/nmf-app/commit/003babf852c10b137a4c02958681543887ddab6d https://github.com/NMF-earth/nmf-app/commit/2e77c69ca8d9071c6f7a1bf58efe5c8828fa862f https://github.com/NMF-earth/nmf-app/commit/88556e2b044c67e8c531fbe732f607ad398581f7