NMF-earth / nmf-app

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

German translation imports the wrong file #189

Closed evayde closed 4 years ago

evayde commented 4 years ago

app/screen/Budget/translations/index.ts

imports the en.json twice, which results in a linter warning. The import for the german file is wrong:

import en from "./en.json";
...
import de from "./en.json";
PierreBresson commented 4 years ago

@evayde fixed, thanks