Fix bad type base i18n translations
This commit is contained in:
parent
a5e0c2a9cf
commit
b7f4c0eecc
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue