Fix bad type base i18n translations
This commit is contained in:
@@ -14,7 +14,7 @@ import warning from "./warning";
|
|||||||
import woka from "./woka";
|
import woka from "./woka";
|
||||||
|
|
||||||
const de_DE: Translation = {
|
const de_DE: Translation = {
|
||||||
...en_US,
|
...(en_US as Translation),
|
||||||
language: "Deutsch",
|
language: "Deutsch",
|
||||||
country: "Deutschland",
|
country: "Deutschland",
|
||||||
audio,
|
audio,
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ import woka from "./woka";
|
|||||||
import trigger from "./trigger";
|
import trigger from "./trigger";
|
||||||
|
|
||||||
const fr_FR: Translation = {
|
const fr_FR: Translation = {
|
||||||
...en_US,
|
...(en_US as Translation),
|
||||||
language: "Français",
|
language: "Français",
|
||||||
country: "France",
|
country: "France",
|
||||||
audio,
|
audio,
|
||||||
|
|||||||
Reference in New Issue
Block a user