gpt4 book ai didi

angular - 不同语言环境的不同 index.html

转载 作者:行者123 更新时间:2023-12-05 06:51:59 24 4
gpt4 key购买 nike

我想知道为什么我似乎是唯一遇到此问题的人。我在这里没有通过搜索找到解决方案。

我打算在不同的语言环境中使用不同的 index.html 文件。

这对我不起作用:

            "de": {
"aot": true,
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"index": {
"input": "src/index_de.html",
"output": "index.html"
},
"outputPath": "dist/frontend",
"i18nFile": "src/locale/messages.de.xlf",
"i18nLocale": "de"
},

我期待 ng build 替换索引文件。但事实并非如此。

我现在的解决方法是手动将 index_de.htm 复制到 index.htm 并构建项目并对 english 执行相同的操作。所以我必须构建两次。

有什么想法吗?提前致谢!

最佳答案

您需要将索引文件直接传递给索引键,在您希望索引文件用于的特定构建配置下。

configurations: {
a: {
index: "src/index_a.html"
},
b: {
index: "src/index_b.html"
}
}

关于angular - 不同语言环境的不同 index.html,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66048985/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com