What's new? | Help | Directory | Sign in
Google
             
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
m4_changequote(`[',`]')m4_dnl
m4_changequote([~`],[`~])m4_dnl
m4_define(~`m4_underscore`~, ~`m4_translit(~`$1`~,~`-`~,~`_`~)`~)m4_dnl
m4_divert(~`-1`~)
# foreach(x, (item_1, item_2, ..., item_n), stmt)
# parenthesized list, simple version
m4_define(~`m4_foreach`~,
~`m4_pushdef(~`$1`~)_foreach($@)m4_popdef(~`$1`~)`~)
m4_define(~`_arg1`~, ~`$1`~)
m4_define(~`_foreach`~, ~`m4_ifelse(~`$2`~, ~`()`~, ~``~,
~`m4_define(~`$1`~, _arg1$2)$3~``~$0(~`$1`~, (m4_shift$2), ~`$3`~)`~)`~)
m4_divert~``~m4_dnl
content PRODUCT_SHORT_NAME_UQ chrome/chromeFiles/content/
overlay chrome://browser/content/browser.xul chrome://PRODUCT_SHORT_NAME_UQ/content/browser-overlay.xul
m4_foreach(~`LANG`~, I18N_LANGUAGES, ~`m4_dnl
locale PRODUCT_SHORT_NAME_UQ LANG chrome/chromeFiles/locale/LANG/
`~)m4_dnl
Show details Hide details

Change log

r2363 by gears.daemon on Jul 15, 2008   Diff
[Author: zork]

Update the localization pipeline to
separate the strings from the html.

R=playmobil
CC=gears-eng@googlegroups.com
APPROVED=playmobil
OCL=7664786
SCL=7710856
Go to: 
Project members, sign in to write a code review

Older revisions

r375 by gears.daemon on Oct 30, 2007   Diff
[Author: aa]

Implement HTML and JS for new
shortcuts dialog.

...
r350 by gears.daemon on Oct 19, 2007   Diff
[Author: zork]

First pass at adding the i18n pipeline
to Gears

...
r1 by cprince on May 27, 2007   Diff
Initial checkin.
All revisions of this file

File info

Size: 804 bytes, 17 lines