Open main menu
Home
Random
Log in
Settings
About MozillaWiki
MozillaWiki
Search
Labs/Ubiquity/Parser 2/Localization Tutorial: Difference between revisions
Page
Discussion
← Older edit
Newer edit →
Labs/Ubiquity/Parser 2/Localization Tutorial
(view source)
Revision as of 07:29, 22 June 2009
2 bytes removed
,
22 June 2009
→The structure of the language file
Revision as of 07:27, 22 June 2009
(
view source
)
Mitcho
(
talk
|
contribs
)
(
→The structure of the language file
)
← Older edit
Revision as of 07:29, 22 June 2009
(
view source
)
Mitcho
(
talk
|
contribs
)
(
→The structure of the language file
)
Newer edit →
Line 26:
Line 26:
function makeParser() {
function makeParser() {
var en = new Parser('en');
var en = new Parser('en');
...
...
return en;
return en;
};
};
Mitcho
308
edits