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.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to