Closed evayde closed 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:
en.json
import en from "./en.json"; ... import de from "./en.json";
@evayde fixed, thanks
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: