Fix bad type base i18n translations
This commit is contained in:
parent
a5e0c2a9cf
commit
b7f4c0eecc
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user