【错误记录】国际化报错 ( “xxx“ is not translated in “zh“ (Chinese) )
生活随笔
收集整理的这篇文章主要介绍了
【错误记录】国际化报错 ( “xxx“ is not translated in “zh“ (Chinese) )
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
文章目录
- 一、报错信息
- 二、解决方案
一、报错信息
对应用进行国际化时报错 , 报错信息 :
"xxx" is not translated in "zh" (Chinese)二、解决方案
在根元素中添加如下属性 , 暂时先忽略翻译 ;
<resourcesxmlns:tools="http://schemas.android.com/tools"tools:ignore="MissingTranslation"> </resources>总结
以上是生活随笔为你收集整理的【错误记录】国际化报错 ( “xxx“ is not translated in “zh“ (Chinese) )的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 【Flutter】Animation 动
- 下一篇: 【Flutter】Animation 动