bootstrap-datetimepicker-rails 0.0.1 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -22,7 +22,7 @@ Add the following line to your stylesheet file (**warning**: seems to be working
22
22
 
23
23
  ## Usage
24
24
 
25
- See the excellent demo provided by plugin's author (@tarruda) [here]( http://tarruda.github.com/bootstrap-datetimepicker/().
25
+ See the excellent demo provided by plugin's author - [@tarruda](https://github.com/tarruda) [here](http://tarruda.github.com/bootstrap-datetimepicker/).
26
26
 
27
27
  ## Contributing
28
28
 
@@ -1,5 +1,5 @@
1
1
  module BootstrapDatetimepicker
2
2
  module Rails
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Hungarian translation for bootstrap-datetimepicker
3
+ * Zsolt Sztupak <mail@sztupy.hu>
4
+ */
5
+ ;(function($){
6
+ $.fn.datetimepicker.dates['hu'] = {
7
+ days: ["Vasárnap", "Hétfő", "Kedd", "Szerda", "Csütörtök", "Péntek", "Szombat", "Vasárnap"],
8
+ daysShort: ["Vas", "Hét", "Ked", "Sze", "Csü", "Pén", "Szo", "Vas"],
9
+ daysMin: ["V", "H", "K", "Sze", "Cs", "P", "Szo", "V"],
10
+ months: ["Január", "Február", "Március", "Április", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December"],
11
+ monthsShort: ["Jan", "Feb", "Már", "Ápr", "Máj", "Jún", "Júl", "Aug", "Sze", "Okt", "Nov", "Dec"],
12
+ today: "Ma"
13
+ };
14
+ }(jQuery));
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-datetimepicker-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-12 00:00:00.000000000 Z
12
+ date: 2013-01-14 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: This gem packages the bootstrap-datetimepicker (JavaScripts & stylesheets)
15
15
  for Rails 3.1+ asset pipeline
@@ -30,6 +30,7 @@ files:
30
30
  - vendor/assets/javascripts/locales/bootstrap-datetimepicker.fi.js
31
31
  - vendor/assets/javascripts/locales/bootstrap-datetimepicker.fr.js
32
32
  - vendor/assets/javascripts/locales/bootstrap-datetimepicker.hr.js
33
+ - vendor/assets/javascripts/locales/bootstrap-datetimepicker.hu.js
33
34
  - vendor/assets/javascripts/locales/bootstrap-datetimepicker.id.js
34
35
  - vendor/assets/javascripts/locales/bootstrap-datetimepicker.is.js
35
36
  - vendor/assets/javascripts/locales/bootstrap-datetimepicker.it.js