mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Fix translations (#3626)
This commit is contained in:
parent
2a596666c8
commit
3927eb53ac
@ -214,9 +214,7 @@ gulp.task(
|
||||
const lang = subtags.slice(0, i).join("-");
|
||||
if (lang === "test") {
|
||||
src.push(workDir + "/test.json");
|
||||
} else if (lang === "en") {
|
||||
src.push("src/translations/en.json");
|
||||
} else {
|
||||
} else if (lang !== "en") {
|
||||
src.push(inDir + "/" + lang + ".json");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user