Fix bad type base i18n translations

This commit is contained in:
Alexis Faizeau 2022-02-10 19:29:41 +01:00
parent a5e0c2a9cf
commit b7f4c0eecc
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ import warning from "./warning";
import woka from "./woka";
const de_DE: Translation = {
...en_US,
...(en_US as Translation),
language: "Deutsch",
country: "Deutschland",
audio,

View File

@ -15,7 +15,7 @@ import woka from "./woka";
import trigger from "./trigger";
const fr_FR: Translation = {
...en_US,
...(en_US as Translation),
language: "Français",
country: "France",
audio,