is not translated in " errors?-6ren"> is not translated in " errors?-我无法编译/调试我们的 Android 应用程序,因为本地化文件还不完美。 我的IDE验证工具Lint创建错误说: newCardsOrderVals is not translated in ar,-6ren">
gpt4 book ai didi

eclipse - Lint : How to ignore " is not translated in " errors?

转载 作者:行者123 更新时间:2023-12-02 11:38:41 25 4
gpt4 key购买 nike

我无法编译/调试我们的 Android 应用程序,因为本地化文件还不完美。

我的IDE验证工具Lint创建错误说:

newCardsOrderVals is not translated in ar, bg, ca, cs

使用 Ant 编译/安装/运行工作正常,但我想使用我的 IDE 来简化调试。

有没有办法关闭此特定检查,或者理想情况下使其成为警告而不是错误?

我知道在发布之前我们确实需要正确地获取本地化文件,但目前这不是一个优先事项,因为屏幕本身的修改非常频繁。

最佳答案

Android Studio:

  • "file">“设置”并在搜索框中输入“MissingTranslation”

eclipse :

  • Windows/Linux:在“窗口”>“首选项”>“Android”>“Lint 错误检查”中
  • Mac:“Eclipse”>“首选项”>“Android”>“Lint 错误检查”

找到 MissingTranslation 行,并将其设置为 Warning,如下所示:

Missing translations, is not translated in

关于eclipse - Lint : How to ignore "<key> is not translated in <language>" errors?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11443996/

25 4 0