TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Translating Android

5 pointsby siceloover 7 years ago
I would like to translate Android into my native language (Swazi). I am not referring to translating the text in a specific application. Instead, I am interested in translating the core UI&#x2F;system.<p>Additionally, I would like to improve the translation for my second language, Zulu, which exists in Android, but would do with some improvement.<p>Does anyone know how to go about doing that? Searching the web seems to only give me results related to app translation.

3 comments

lovelearningover 7 years ago
In the Android world, translations are usually found in string resources. See [1], for example.<p>AFAIK, if you want improved translations, 1) you&#x27;d need to either fork AOSP, build a custom ROM, and your users would need to deploy that custom ROM on their devices. or 2) convince Google to accept your changes [2].<p>Edit: There may be other hacky approaches I&#x27;m not aware of. You might find something useful if you trawl the XDA forums [3].<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;android&#x2F;platform_frameworks_base&#x2F;blob&#x2F;nougat-release&#x2F;packages&#x2F;SystemUI&#x2F;res&#x2F;values-zu&#x2F;strings.xml" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;android&#x2F;platform_frameworks_base&#x2F;blob&#x2F;nou...</a><p>[2]: <a href="https:&#x2F;&#x2F;source.android.com&#x2F;source&#x2F;contributing" rel="nofollow">https:&#x2F;&#x2F;source.android.com&#x2F;source&#x2F;contributing</a><p>[3]: <a href="https:&#x2F;&#x2F;forum.xda-developers.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;forum.xda-developers.com&#x2F;</a>
评论 #15291324 未加载
rahimnathwaniover 7 years ago
Consider asking this question on the Android Platform mailing list.<p>This post seems to be relevant: <a href="https:&#x2F;&#x2F;groups.google.com&#x2F;forum&#x2F;#!topic&#x2F;android-contrib&#x2F;XKqtfeMBMUU" rel="nofollow">https:&#x2F;&#x2F;groups.google.com&#x2F;forum&#x2F;#!topic&#x2F;android-contrib&#x2F;XKqt...</a>
PaulHouleover 7 years ago
Look at the Zulu translation first to see how it is implemented.
评论 #15290912 未加载