Error: “app_name” is not translated in af

in values/strings.xml   "app_name" is not translated in af, am, ar, be, bg, ca, cs, da, de, el, en-rGB, en-rIN, es, es-rUS, et, et-rEE, fa, fi, fr, fr-rCA, hi, hr, hu, hy-rAM, in, it, iw, ja, ka-rGE, km-rKH, ko, lo-rLA, lt, lv, mn-rMN, ms, ms-rMY, nb, nl, pl, pt, pt-rBR, pt-rPT, ro, ru, sk, sl, sr, sv, sw, th, tl, tr, uk, vi, zh-rCN, zh-rHK, zh-rTW, zu

 

 

To ignore this in a gradle build add this to the android section of your build file:

android {
    ...
    lintOptions {
       disable 'MissingTranslation'
    }
    ...
}
posted @ 2017-03-07 17:15  zero_7  阅读(468)  评论(0编辑  收藏  举报