mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2024-11-23 15:57:54 -05:00
Updated docs to point to new location of locale config examples
This commit is contained in:
parent
d68dcf0586
commit
ee3d708488
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ As time passes, the timestamps will automatically update.
|
|||
**For more usage and examples**: [http://timeago.yarp.com/](http://timeago.yarp.com/)
|
||||
|
||||
|
||||
-**For different language configurations**: [http://gist.github.com/6251](http://gist.github.com/6251) or just check `locales` directory.
|
||||
**For different language configurations**: visit the [`locales`](https://github.com/rmm5t/jquery-timeago/tree/master/locales) directory.
|
||||
|
||||
## Author
|
||||
|
||||
|
|
|
@ -118,7 +118,7 @@ jQuery.timeago.settings.allowFuture = true;</pre>
|
|||
|
||||
<h3>Excusez-moi?</h3>
|
||||
<p>
|
||||
Yes, timeago has locale/i18n/language support. Here are some <a href="http://gist.github.com/6251">configuration examples</a>. Email <a href="http://ryan.mcgeary.org">Ryan McGeary</a> for corrections or additional languages.
|
||||
Yes, timeago has locale/i18n/language support. Here are some <a href="https://github.com/rmm5t/jquery-timeago/tree/master/locales">configuration examples</a>. Please submit a <a href="https://github.com/rmm5t/jquery-timeago">GitHub pull request</a> for corrections or additional languages.
|
||||
</p>
|
||||
|
||||
<h3>Where?</h3>
|
||||
|
|
Loading…
Reference in a new issue