On Thu, Nov 8, 2012 at 5:11 PM, Xavier Ducrohet <x
...@android.com> wrote:
> We don't really have support to declare what the default language is at
> the moment. We should add this somewhere. I'll talk to Tor about it.
> On Fri, Oct 26, 2012 at 3:22 PM, Alec Plumb <abp...@gmail.com> wrote:
>> I have an app where the default language us US english. I also have
>> translations for several other languages, and for these the "is not
>> translated" lint error is invaluable. However, I also have a very few
>> strings that I need to change for en-rAU and en-rGB, but lint complains*"x" is not translated in en-rAU, en-rGB
>> * 200 times. Is there any way to tell lint that the default language is
>> "en", so that it doesn't complain about missing translations for other
>> english regions?
>> According to the Localization API Guide<http://developer.android.com/guide/topics/resources/localization.html> I
>> am organizing my resources correctly, so it would be nice if lint didn't
>> mark these as errors.
> --
> Xavier Ducrohet
> Android SDK Tech Lead
> Google Inc.
> http://developer.android.com | http://tools.android.com
> Please do not send me questions directly. Thanks!