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'...
add support for export target so that we can ex...
Update the command-line argument handling to ha...
Added support for the export target so that we ...
Add some targets for the build.xml one dir up t...
Add some locale data to the jar file so that th...
Add an IResourceBundle which wraps the Android ...
I've worked to sync up iLib with UCD 9.0(CLDR30...
Fix bug of Hangul normalization
Fixed problems with pseudo translation in HTML
use window check instead of process.browser. En...
iLib has trouble determining the platform with ...
Fix bug: In WebLoader, getting 'root' path on l...
Added the ability to skip \uXXXX unicode charac...
Fix getProperPath() on Loader. If there's no lo...
Suggest to add ilib.getProperPath() on Loader i...
Create branch for suggesting api on loader
Fix legacy unittest for numbers
Updated test.number target to test the number r...
Merge cldrupdate4 branch.
Fix legacy unittest failures in daterange
Fix legacy unittest failures
Fix legacy unittest failures
Update missing files
The date duration data format shouldn't be upda...
Fix unittest failures
re-Update duration medium formatdata
Remove emty contetns files which shouldn't be c...
Add currency resources.
Re-creating dateformats.json data. and fix wron...
Fix for working properly for standAlone date fo...
More fixes for duration unittest failures
Re-creating sysres.json resources. and Fixing s...
Fix wrong property name
Recreating sysres.json and Updating fiew unittest
Update gendatefmt2.js and datefmts.js
WIP. More fixes
Fix UnittestFailures for duration because of up...
Update dateformats.json/sysres.json which were ...
Fix datefmt.js code. In order to create standal...
WIP.Fix UnitTest failures for date/time duratio...
Upate dateformats.json and sysres.json
Modified dateformats file for consistency of da...
Fix fail case of unit test and symbol and order...
Put the safety code to prevent referencing unde...
Fixed review stuff.
Make code simpler for creating separator resour...
Update gendatefmt2.js in order to create in {du...
Update gendatefmt2.js in order to create durati...
WIP. Writing duration converting code. Few thig...
Add tool code for currency synchronization with...
Create cldrupdate5 branch in order to update cu...
Roll back test code which was accidently committed
Add unit test files in order to verify az-AZ(Ca...
Okey, thanks for the information. It would be nice to have that type of functionality...
Oh, and the autoscale option for the UnitFmt class is on by default, so if you've...
I think there should probably be an "autoScale" option for the number formatter (NumFmt)...
I think there should probably be an "autoScale" option for the number formatter (NumFmt)...
Yeah I have had a look at the UnitFmt class but not quite got the result i wanted....
Fix indentation
Fix bug. standalond template for weekday is l. ...
Create cldrupdate4 branch. For Update dateforma...
roadmap
iLib - an internationalization library written in Javascript
iLib - an internationalization library written in Javascript
iLib - an internationalization library written in Javascript
New hosting for demos and docs
That is similar to what the UnitFmt class does with the autoScale flag turned on,...
Hi, Is there any way to format numbers like "1000000" to be "1M" using iLib?
Add unit test files in order to verify az-AZ(Du...
Fixes from sourceforge user kaaposc for Latvia ...
Fix Meridiem value(06:00~06:00) in am-ET
Fix ja/collation data which have same values fo...
Add unit test files in order to verify az-AZ(Ra...
Add unit test files in order to verify az-AZ(Da...
Rolled back r2041 except build.xml
Put back the uglify calls the way they were. Ug...
Add unit test files in order to verify az-AZ(Da...
delete DateFmtazAZ branch which was accidently ...
Create branch in order to verity az-AZ(Date/Tim...
Create b
I use ilib to manage international currencies. In France the alternative format is...
Yes, just found out it was down. I'm working on getting it back up again. I am guessing...
Thank you for your reply and your work. For your information, your site is down since...
Merging cldrupdate3 branch into main trunk
Update IStrings.js. Add firstPropRule() in orde...
Few update & remove useless lines in IString.js
Fix legacy unittest failure cases
Update IString.js code in order to support deci...
Removed useless comment line
Update IStrings.js. Current exist unittest is p...
Fix wrong locale name fr-GQ is right name. inst...
WIP IString.js. this change affects durationfmt...
WIP IString.js. Not working properly yet. Updat...
Add newly generated plural.json from cldr 26.0.1
Add newly updated plurals.json from cldr 26.0.1
Generally, this file is quite good!
Update genplurals.js code
use eq/neq/mod instead of =/!=/% in genplural