Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I18N made easier for third party applications. #83

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

I18N made easier for third party applications. #83

wants to merge 2 commits into from

Commits on Jun 25, 2012

  1. [IMP] add a better support for third party applications i18n support

    if you include timeago.js inside a large application that already handles i18n, it's now made easy to give timeago.js your own translator() function.  and if you don't, timeago will continue to behave the same way than before.
    qn7o committed Jun 25, 2012
    Configuration menu
    Copy the full SHA
    1bb29c8 View commit details
    Browse the repository at this point in the history
  2. [IMP] continue refactoring timeago.js, following the conversation on …

    …this pull request: #83
    
    - remove bad usage of global variable stringAndNumber
    - use a consistent name for the substitute() function which was actully not substituing anything anymore
    qn7o committed Jun 25, 2012
    Configuration menu
    Copy the full SHA
    6fc5d86 View commit details
    Browse the repository at this point in the history