-
-
Notifications
You must be signed in to change notification settings - Fork 68
Comparing changes
Open a pull request
base repository: eligrey/l10n.js
base: master
head repository: rojakcoder/l10ns.js
compare: master
- 14 commits
- 23 files changed
- 2 contributors
Commits on Sep 1, 2013
-
Add initial change to allow 2 form pluralities.
Tested with English (US). Once specified with plurality, the non-plural form cannot be used i.e. 'en': { '&plural-forms': 'nplurals=2; plural=(n!=1)', '&plurals': [ { '%phrase1': 'This is the only allowable form' } ], '%phrase1': 'This is COMPLETELY ignored' }
Configuration menu - View commit details
-
Copy full SHA for c3bc05c - Browse repository at this point
Copy the full SHA c3bc05cView commit details -
Add initial change to allow 2 form pluralities.
Tested with English (US). Once specified with plurality, the non-plural form cannot be used i.e. 'en': { '&plural-forms': 'nplurals=2; plural=(n!=1)', '&plurals': [ { '%phrase1': 'This is the only allowable form' } ], '%phrase1': 'This is COMPLETELY ignored' }
Configuration menu - View commit details
-
Copy full SHA for d1f3f6d - Browse repository at this point
Copy the full SHA d1f3f6dView commit details -
Merge branch 'master' of ssh://github.com/rojakcoder/l10n.js
Conflicts: tests/one-locale-plural.html
Configuration menu - View commit details
-
Copy full SHA for f029ab0 - Browse repository at this point
Copy the full SHA f029ab0View commit details
Commits on Sep 4, 2013
-
Added a few fixes to parsing of plurality operators.
Added the fix and tests for lesser than, greater than, and modulus.
Configuration menu - View commit details
-
Copy full SHA for 981617e - Browse repository at this point
Copy the full SHA 981617eView commit details -
Added ability to parse complex conditions for plurals.
Removed unnecessary functions and replaced with eval() with checking for accepted syntax.
Configuration menu - View commit details
-
Copy full SHA for 4c476cf - Browse repository at this point
Copy the full SHA 4c476cfView commit details
Commits on Sep 7, 2013
-
Made several improvements to l10n.js to facilitate fallbacks.
Changed several tests to accommodate the changes to l10n.js. Added tests for language and region fallback.
Configuration menu - View commit details
-
Copy full SHA for 74bc20c - Browse repository at this point
Copy the full SHA 74bc20cView commit details
Commits on Sep 15, 2013
-
Changed name of l10n.js to l10ns.js to reflect pluralization in the l…
…ibrary. Changed the tests and demo to use the new file.
Configuration menu - View commit details
-
Copy full SHA for ae44305 - Browse repository at this point
Copy the full SHA ae44305View commit details -
Updated the demo to show the use of pluralizations.
Also updated README.md to describe the use of l10ns.js.
Configuration menu - View commit details
-
Copy full SHA for 61d4d1d - Browse repository at this point
Copy the full SHA 61d4d1dView commit details -
Changed the demo to use the minified version of l10ns.js.
Corrected some mistakes in README.md and added a link to view a live demo.
Configuration menu - View commit details
-
Copy full SHA for 5342877 - Browse repository at this point
Copy the full SHA 5342877View commit details
Commits on Oct 5, 2013
-
Added ability to use JavaScript function to evaluate the plurality.
Updated the tests to be executed in one file instead of running each test in its own file one-by-one. Added tests to test the new function-form of plural evaluation.
Configuration menu - View commit details
-
Copy full SHA for 6a24985 - Browse repository at this point
Copy the full SHA 6a24985View commit details
Commits on Feb 10, 2015
-
Updated the minified version with the latest changes.
Chua Chee How committedFeb 10, 2015 Configuration menu - View commit details
-
Copy full SHA for e808ce6 - Browse repository at this point
Copy the full SHA e808ce6View commit details -
Added version numbering to the minified file.
Chua Chee How committedFeb 10, 2015 Configuration menu - View commit details
-
Copy full SHA for 8acd028 - Browse repository at this point
Copy the full SHA 8acd028View commit details
Commits on Mar 13, 2017
-
Changed --- - Fixed a bug where the string-based plural rules for evaluation fails.
Configuration menu - View commit details
-
Copy full SHA for 76b1f1f - Browse repository at this point
Copy the full SHA 76b1f1fView commit details
Commits on Mar 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 07acb8f - Browse repository at this point
Copy the full SHA 07acb8fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master