Activity for iLib

  • dorian rodriguez dorian rodriguez posted a comment on discussion General Discussion

    Hi, There is probably something i do wrong, and i don't succeed to load the library with different way with requirejs. I installed locally the package (npm install --save-dev), and tried to use it like this: requirejs(['../node_modules/ilib/lib/ilib-full-dyn'], function(ilib) { //here i can't access classes like ilib.Address. }) I've tried to add some shim parameters like, and with this parameter, ilib is now = Address, but i would like to use more than only one class : '../node_modules/ilib/lib/ilib-full-dyn'...

  • Edwin H Edwin H committed [r2105]

    add support for export target so that we can ex...

  • Edwin H Edwin H committed [r2104]

    Update the command-line argument handling to ha...

  • Edwin H Edwin H committed [r2103]

    Added support for the export target so that we ...

  • Edwin H Edwin H committed [r2102]

    Add some targets for the build.xml one dir up t...

  • Edwin H Edwin H committed [r2101]

    Add some locale data to the jar file so that th...

  • Edwin H Edwin H committed [r2100]

    Add an IResourceBundle which wraps the Android ...

  • Seonghyup Park Seonghyup Park committed [r2099]

    I've worked to sync up iLib with UCD 9.0(CLDR30...

  • Seonghyup Park Seonghyup Park committed [r2098]

    Fix bug of Hangul normalization

  • Edwin H Edwin H committed [r2097]

    Fixed problems with pseudo translation in HTML

  • Goun Lee Goun Lee committed [r2096]

    use window check instead of process.browser. En...

  • Goun Lee Goun Lee committed [r2095]

    iLib has trouble determining the platform with ...

  • Goun Lee Goun Lee committed [r2094]

    Fix bug: In WebLoader, getting 'root' path on l...

  • Edwin H Edwin H committed [r2093]

    Added the ability to skip \uXXXX unicode charac...

  • Goun Lee Goun Lee committed [r2092]

    Fix getProperPath() on Loader. If there's no lo...

  • Goun Lee Goun Lee committed [r2091]

    Suggest to add ilib.getProperPath() on Loader i...

  • Goun Lee Goun Lee committed [r2090]

    Create branch for suggesting api on loader

  • Goun Lee Goun Lee committed [r2089]

    Fix legacy unittest for numbers

  • Edwin H Edwin H committed [r2088]

    Updated test.number target to test the number r...

  • Edwin H Edwin H committed [r2087]

    Merge cldrupdate4 branch.

  • Goun Lee Goun Lee committed [r2086]

    Fix legacy unittest failures in daterange

  • Goun Lee Goun Lee committed [r2085]

    Fix legacy unittest failures

  • Goun Lee Goun Lee committed [r2084]

    Fix legacy unittest failures

  • Goun Lee Goun Lee committed [r2083]

    Update missing files

  • Goun Lee Goun Lee committed [r2082]

    The date duration data format shouldn't be upda...

  • Goun Lee Goun Lee committed [r2081]

    Fix unittest failures

  • Goun Lee Goun Lee committed [r2080]

    re-Update duration medium formatdata

  • Goun Lee Goun Lee committed [r2079]

    Remove emty contetns files which shouldn't be c...

  • Seonghyup Park Seonghyup Park committed [r2078]

    Add currency resources.

  • Goun Lee Goun Lee committed [r2077]

    Re-creating dateformats.json data. and fix wron...

  • Goun Lee Goun Lee committed [r2076]

    Fix for working properly for standAlone date fo...

  • Goun Lee Goun Lee committed [r2075]

    More fixes for duration unittest failures

  • Goun Lee Goun Lee committed [r2074]

    Re-creating sysres.json resources. and Fixing s...

  • Goun Lee Goun Lee committed [r2073]

    Fix wrong property name

  • Goun Lee Goun Lee committed [r2072]

    Recreating sysres.json and Updating fiew unittest

  • Goun Lee Goun Lee committed [r2071]

    Update gendatefmt2.js and datefmts.js

  • Goun Lee Goun Lee committed [r2070]

    WIP. More fixes

  • Goun Lee Goun Lee committed [r2069]

    Fix UnittestFailures for duration because of up...

  • Goun Lee Goun Lee committed [r2068]

    Update dateformats.json/sysres.json which were ...

  • Goun Lee Goun Lee committed [r2067]

    Fix datefmt.js code. In order to create standal...

  • Goun Lee Goun Lee committed [r2066]

    WIP.Fix UnitTest failures for date/time duratio...

  • Goun Lee Goun Lee committed [r2065]

    Upate dateformats.json and sysres.json

  • Seonghyup Park Seonghyup Park committed [r2064]

    Modified dateformats file for consistency of da...

  • Seonghyup Park Seonghyup Park committed [r2063]

    Fix fail case of unit test and symbol and order...

  • Goun Lee Goun Lee committed [r2062]

    Put the safety code to prevent referencing unde...

  • Edwin H Edwin H committed [r2061]

    Fixed review stuff.

  • Goun Lee Goun Lee committed [r2060]

    Make code simpler for creating separator resour...

  • Goun Lee Goun Lee committed [r2059]

    Update gendatefmt2.js in order to create in {du...

  • Goun Lee Goun Lee committed [r2058]

    Update gendatefmt2.js in order to create durati...

  • Goun Lee Goun Lee committed [r2057]

    WIP. Writing duration converting code. Few thig...

  • Seonghyup Park Seonghyup Park committed [r2056]

    Add tool code for currency synchronization with...

  • Goun Lee Goun Lee committed [r2055]

    Create cldrupdate5 branch in order to update cu...

  • Seonghyup Park Seonghyup Park committed [r2054]

    Roll back test code which was accidently committed

  • Seonghyup Park Seonghyup Park committed [r2053]

    Add unit test files in order to verify az-AZ(Ca...

  • Philip Olsén Philip Olsén posted a comment on discussion Numeric

    Okey, thanks for the information. It would be nice to have that type of functionality...

  • Edwin H Edwin H posted a comment on discussion Numeric

    Oh, and the autoscale option for the UnitFmt class is on by default, so if you've...

  • Edwin H Edwin H modified a comment on discussion Numeric

    I think there should probably be an "autoScale" option for the number formatter (NumFmt)...

  • Edwin H Edwin H posted a comment on discussion Numeric

    I think there should probably be an "autoScale" option for the number formatter (NumFmt)...

  • Philip Olsén Philip Olsén posted a comment on discussion Numeric

    Yeah I have had a look at the UnitFmt class but not quite got the result i wanted....

  • Goun Lee Goun Lee committed [r2052]

    Fix indentation

  • Goun Lee Goun Lee committed [r2051]

    Fix bug. standalond template for weekday is l. ...

  • Goun Lee Goun Lee committed [r2050]

    Create cldrupdate4 branch. For Update dateforma...

  • Edwin H Edwin H modified a wiki page

    roadmap

  • Edwin H Edwin H modified a wiki page

    iLib - an internationalization library written in Javascript

  • Edwin H Edwin H modified a wiki page

    iLib - an internationalization library written in Javascript

  • Edwin H Edwin H modified a wiki page

    iLib - an internationalization library written in Javascript

  • Edwin H Edwin H created a blog post

    New hosting for demos and docs

  • Edwin H Edwin H posted a comment on discussion Numeric

    That is similar to what the UnitFmt class does with the autoScale flag turned on,...

  • iLib iLib released /docs/iLib1.0JSTutorial.pdf

  • Philip Olsén Philip Olsén posted a comment on discussion Numeric

    Hi, Is there any way to format numbers like "1000000" to be "1M" using iLib?

  • Seonghyup Park Seonghyup Park committed [r2049]

    Add unit test files in order to verify az-AZ(Du...

  • Edwin H Edwin H committed [r2048]

    Fixes from sourceforge user kaaposc for Latvia ...

  • Goun Lee Goun Lee committed [r2047]

    Fix Meridiem value(06:00~06:00) in am-ET

  • Goun Lee Goun Lee committed [r2046]

    Fix ja/collation data which have same values fo...

  • Seonghyup Park Seonghyup Park committed [r2045]

    Add unit test files in order to verify az-AZ(Ra...

  • Seonghyup Park Seonghyup Park committed [r2044]

    Add unit test files in order to verify az-AZ(Da...

  • Seonghyup Park Seonghyup Park committed [r2043]

    Rolled back r2041 except build.xml

  • Edwin H Edwin H committed [r2042]

    Put back the uglify calls the way they were. Ug...

  • Seonghyup Park Seonghyup Park committed [r2041]

    Add unit test files in order to verify az-AZ(Da...

  • Goun Lee Goun Lee committed [r2040]

    delete DateFmtazAZ branch which was accidently ...

  • Goun Lee Goun Lee committed [r2039]

    Create branch in order to verity az-AZ(Date/Tim...

  • Goun Lee Goun Lee committed [r2038]

    Create b

  • Malys Malys posted a comment on discussion Localization Support

    I use ilib to manage international currencies. In France the alternative format is...

  • Edwin H Edwin H posted a comment on discussion Localization Support

    Yes, just found out it was down. I'm working on getting it back up again. I am guessing...

  • Sylvain Sylvain posted a comment on discussion Localization Support

    Thank you for your reply and your work. For your information, your site is down since...

  • Goun Lee Goun Lee committed [r2037]

    Merging cldrupdate3 branch into main trunk

  • Goun Lee Goun Lee committed [r2036]

    Update IStrings.js. Add firstPropRule() in orde...

  • Goun Lee Goun Lee committed [r2035]

    Few update & remove useless lines in IString.js

  • Goun Lee Goun Lee committed [r2034]

    Fix legacy unittest failure cases

  • Goun Lee Goun Lee committed [r2033]

    Update IString.js code in order to support deci...

  • Goun Lee Goun Lee committed [r2032]

    Removed useless comment line

  • Goun Lee Goun Lee committed [r2031]

    Update IStrings.js. Current exist unittest is p...

  • Goun Lee Goun Lee committed [r2030]

    Fix wrong locale name fr-GQ is right name. inst...

  • Goun Lee Goun Lee committed [r2029]

    WIP IString.js. this change affects durationfmt...

  • Goun Lee Goun Lee committed [r2028]

    WIP IString.js. Not working properly yet. Updat...

  • Goun Lee Goun Lee committed [r2027]

    Add newly generated plural.json from cldr 26.0.1

  • Goun Lee Goun Lee committed [r2026]

    Add newly updated plurals.json from cldr 26.0.1

  • Edwin H Edwin H committed [r2025]

    Generally, this file is quite good!

  • Goun Lee Goun Lee committed [r2024]

    Update genplurals.js code

  • Jongsoo Lee Jongsoo Lee committed [r2023]

    use eq/neq/mod instead of =/!=/% in genplural

1 >
MongoDB Logo MongoDB