Last modified: 2012-02-24 02:52:49 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T35521, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 33521 - Wikipedia Android app name isn't localized
Wikipedia Android app name isn't localized
Status: RESOLVED FIXED
Product: Wikipedia App
Classification: Unclassified
Generic (Other open bugs)
1.0.0 (Android)
All All
: Unprioritized normal
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-01-04 19:45 UTC by Tomasz Finc
Modified: 2012-02-24 02:52 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: Android
Assignee Huggle Beta Tester: ---


Attachments

Description Tomasz Finc 2012-01-04 19:45:14 UTC
When i change locale the name of the app on the phone does not change
Comment 1 Brion Vibber 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>
Comment 2 Brion Vibber 2012-01-04 23:25:29 UTC
The app name was already being done as a localizable string, just had to extract some wgSiteName settings and add files. :D


[locname 6aad9f6] localized app_name pulled from wgSiteName settings

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links