Localizers!
In the very near future, I'm going to land a changeset to
mozilla-central that adds a "webapp runtime" to Firefox. The runtime is
an executable and XUL application for running webapps in their own
processes (somewhat similar to the old Prism project). It will ship with
Firefox 14, which merges from central to aurora next week.
Although the runtime has very little application chrome, it does provide
some functionality, like standard OS menus/menuitems, that contains
locale-specific strings. The changeset puts these strings into
webapp.dtd and webapp.properties files in the
browser/locales/en-US/webapprt/ directory.
(In the long run, I'd like them to live in the webapprt/locales/en-US/
directory, inside the same top-level webapprt/ directory as the rest of
the runtime's files, but I understand that this will require significant
work on l10n repackaging, so I'm not putting them there for now.)
If you'd like a sneak peek at the files before I land them, check them
out in the GitHub repository where we have been developing the feature:
https://github.com/michaelrhanson/mozilla-central/blob/master/browser/locales/en-US/webapprt/webapp.dtd
https://github.com/michaelrhanson/mozilla-central/blob/master/browser/locales/en-US/webapprt/webapp.properties
Regards,
-myk