--
You received this message because you are subscribed to the "Android Building" mailing list.
To post to this group, send email to android-...@googlegroups.com
To unsubscribe from this group, send email to
android-buildi...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en
This is where AOSP defines that list of locales for the "full" builds
in the master branch:
http://android.git.kernel.org/?p=platform/build.git;a=blob;f=target/product/locales_full.mk
Adding a language boils down to adding translations in the various
resource directories around the source tree, enabling that language in
the list of locales, and doing a full re-build. See e.g. the directory
structure for the translations in the Calculator:
http://android.git.kernel.org/?p=platform/packages/apps/Calculator.git;a=tree;f=res
Really though, before you start working on that, you need to first get
to the point where you can build AOSP and run it on a phone.
JBQ
--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.
Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.