[ 
https://issues.apache.org/jira/browse/CB-7102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14061161#comment-14061161
 ] 

ASF GitHub Bot commented on CB-7102:
------------------------------------

Github user rodms10 commented on a diff in the pull request:

    
https://github.com/apache/cordova-plugin-globalization/pull/17#discussion_r14900988
  
    --- Diff: plugin.xml ---
    @@ -70,6 +70,20 @@
            </js-module>
        </platform>
     
    +    <!-- firefoxos -->
    +    <platform name="firefoxos">
    +        <js-module src="src/firefoxos/l10n.js" name="l10n">
    +            <runs />
    +        </js-module>
    +        <js-module src="src/firefoxos/l10n_date.js" name="l10n_date">
    +            <runs />
    +        </js-module>
    +        <js-module src="src/firefoxos/GlobalizationProxy.js" 
name="GlobalizationProxy">
    --- End diff --
    
    The `date.ini` file wasn't being loaded for me because when `l10n.js` loads 
the `application/l10n` link wasn't present in the head yet. Moving this module 
to the top here fixed it for me.


> globalization
> -------------
>
>                 Key: CB-7102
>                 URL: https://issues.apache.org/jira/browse/CB-7102
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: FirefoxOS
>            Reporter: Piotr Zalewa
>            Assignee: Piotr Zalewa
>
> Add globalization support for Firefox OS



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to