https://bugzilla.wikimedia.org/show_bug.cgi?id=33521

--- Comment #1 from Brion Vibber <[email protected]> 2012-01-04 19:50:23 UTC 
---
Probably need to tweak something in the app manifest...


http://developer.android.com/guide/topics/manifest/application-element.html#label

android:label
    A user-readable label for the application as a whole, and a default label
for each of the application's components. See the individual label attributes
for <activity>, <activity-alias>, <service>, <receiver>, and <provider>
elements.

    The label should be set as a reference to a string resource, so that it can
be localized like other strings in the user interface. However, as a
convenience while you're developing the application, it can also be set as a
raw string. 



So:
* add a localized string resource for the app name
* copy in a bunch of our localizations?
* use it in the manifest for <application android:label>

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to