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

--- Comment #1 from Brion Vibber <[email protected]> 2011-10-07 01:11:03 UTC 
---
The current code has ..... no localization support whatsoever. :)

Need to:

1) pick or create a localization library & file format
2) add stub English files
3) start changing code to use it
4) figure out how to get it set up on TWN

For the StatusNet Desktop client (we never did finish i18n for the mobile
version) I made a stub library:

https://www.gitorious.org/statusnet-client/statusnet-client/blobs/master/StatusNet%20Desktop/Resources/model/statusnet_locale.js

using a simple XML key-value file format based on that used by native
localization support that Titanium was adding. PhoneGap doesn't seem to have a
built-in standard localization helper, so might be good to adapt some of that
(there's some basic logic for merging fallback languages iirc).

The key-value format is pretty straightforward and should be easy to adapt to
TWN. Or, if there's something TWN already understands natively we could go with
that and maybe be easier. :)

-- 
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