Skip to content
Snippets Groups Projects
Commit 8e17ab32 authored by ka215's avatar ka215
Browse files

Added "httpLanguage" option as v1.0.4 candidate

parent 24bcdf5a
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,7 @@ $("#myTimeline").timeline({ ...@@ -97,6 +97,7 @@ $("#myTimeline").timeline({
| showPointer | Boolean | true | Whether to display needle pointer on the current datetime | | showPointer | Boolean | true | Whether to display needle pointer on the current datetime |
| i18n | Object | (omission) | Define translated text for internationalization of datetime format converted by datetime format. For details, refer to the section on [Internationalization](#Internationalization). | | i18n | Object | (omission) | Define translated text for internationalization of datetime format converted by datetime format. For details, refer to the section on [Internationalization](#Internationalization). |
| langsDir | String | ./langs/ | Since ver.1.0.3, you can specify the path that stores the language files for multilingualization. Please specify by relative path or absolute URL from HTML where js script is loaded. | | langsDir | String | ./langs/ | Since ver.1.0.3, you can specify the path that stores the language files for multilingualization. Please specify by relative path or absolute URL from HTML where js script is loaded. |
| httpLanguage | Boolean | false | Whether to obtain the language setting of the browsing environment from the server side header. |
## Methods ## Methods
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"timeline", "timeline",
"horizontal" "horizontal"
], ],
"version": "1.0.3", "version": "1.0.4",
"author": { "author": {
"name": "ka2", "name": "ka2",
"email": "ka2@ka2.org", "email": "ka2@ka2.org",
......
{ {
"name": "jquery.timeline", "name": "jquery.timeline",
"version": "1.0.3", "version": "1.0.4",
"description": "Horizontal Timeline plugin for jQuery", "description": "Horizontal Timeline plugin for jQuery",
"main": "gulpfile.js", "main": "gulpfile.js",
"dependencies": { "dependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment