Navigation Menu

Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
Added support for component.lang for YUI.add() call
Browse files Browse the repository at this point in the history
  • Loading branch information
sdesai committed Feb 12, 2010
1 parent b2daf94 commit a85a94f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions componentbuild/docs/properties.html
Expand Up @@ -137,6 +137,11 @@
<td>Whether or not the component is "skinnable". Used in generating the boilerplate registration code [YUI3 Only].</td> <td>Whether or not the component is "skinnable". Used in generating the boilerplate registration code [YUI3 Only].</td>
<td class="default">No Default Value</td> <td class="default">No Default Value</td>
</tr> </tr>
<tr>
<td class="term">component.lang</td>
<td>Comma separated list of BCP 47 language codes, specifying the language packs which are available for this module [YUI3 Only].</td>
<td class="default">No Default Value</td>
</tr>
<tr> <tr>
<td class="term">component.logger.regex</td> <td class="term">component.logger.regex</td>
<td> <td>
Expand Down
1 change: 1 addition & 0 deletions componentbuild/shared/macrolib.xml
Expand Up @@ -33,6 +33,7 @@
<arrayliteral from="component.supersedes" to="component.details.supersedes" key="supersedes" /> <arrayliteral from="component.supersedes" to="component.details.supersedes" key="supersedes" />
<arrayliteral from="component.requires" to="component.details.requires" key="requires" /> <arrayliteral from="component.requires" to="component.details.requires" key="requires" />
<arrayliteral from="component.optional" to="component.details.optional" key="optional" /> <arrayliteral from="component.optional" to="component.details.optional" key="optional" />
<arrayliteral from="component.lang" to="component.details.lang" key="lang" />
<if> <if>
<isset property="component.skinnable" /> <isset property="component.skinnable" />
<then> <then>
Expand Down

0 comments on commit a85a94f

Please sign in to comment.