bootstrap-wysihtml5-rails 0.3.1.15 → 0.3.1.16

Sign up to get free protection for your applications and to get access to all the features.
data/CONTRIBUTING.md ADDED
@@ -0,0 +1,5 @@
1
+ If this is a set of changes on bootstrap-wysihtml5 itself, then you want to make you pull request here:
2
+
3
+ https://github.com/jhollingworth/bootstrap-wysihtml5
4
+
5
+ If this is a set of changes on bootstrap-wysihtml5-rails, then go ahead
@@ -1,5 +1,5 @@
1
1
  module BootstrapWysihtml5Rails
2
2
  module Rails
3
- VERSION = "0.3.1.15"
3
+ VERSION = "0.3.1.16"
4
4
  end
5
5
  end
@@ -0,0 +1,48 @@
1
+ /**
2
+ * Chinese Traditional translation for bootstrap-wysihtml5
3
+ */
4
+ (function($){
5
+ $.fn.wysihtml5.locale["zh-TW"] = {
6
+ font_styles: {
7
+ normal: "內文",
8
+ h1: "標題 1",
9
+ h2: "標題 2",
10
+ h3: "標題 3"
11
+ },
12
+ emphasis: {
13
+ bold: "粗體",
14
+ italic: "斜體",
15
+ underline: "底線"
16
+ },
17
+ lists: {
18
+ unordered: "項目符號",
19
+ ordered: "編號列表",
20
+ outdent: "減少縮排",
21
+ indent: "增加縮排"
22
+ },
23
+ link: {
24
+ insert: "插入超連結",
25
+ cancel: "取消"
26
+ },
27
+ image: {
28
+ insert: "插入圖片連結",
29
+ cancel: "取消"
30
+ },
31
+ html: {
32
+ edit: "HTML原始碼"
33
+ },
34
+ colours: {
35
+ black: "黑色",
36
+ silver: "銀色",
37
+ gray: "灰色",
38
+ maroon: "栗色",
39
+ red: "红色",
40
+ purple: "紫色",
41
+ green: "綠色",
42
+ olive: "橄欖色",
43
+ navy: "深藍色",
44
+ blue: "藍色",
45
+ orange: "橙色"
46
+ }
47
+ };
48
+ }(jQuery));
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-wysihtml5-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1.15
4
+ version: 0.3.1.16
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-08 00:00:00.000000000 Z
12
+ date: 2013-01-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -68,6 +68,7 @@ extra_rdoc_files: []
68
68
  files:
69
69
  - .gitignore
70
70
  - .rvmrc
71
+ - CONTRIBUTING.md
71
72
  - Gemfile
72
73
  - README.md
73
74
  - Rakefile
@@ -157,6 +158,7 @@ files:
157
158
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/sv-SE.js
158
159
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/tr-TR.js
159
160
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/zh-CN.js
161
+ - vendor/assets/javascripts/bootstrap-wysihtml5/locales/zh-TW.js
160
162
  - vendor/assets/javascripts/bootstrap-wysihtml5/wysihtml5.js
161
163
  - vendor/assets/stylesheets/bootstrap-wysihtml5/core.css
162
164
  - vendor/assets/stylesheets/bootstrap-wysihtml5/index.css
@@ -175,7 +177,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
175
177
  version: '0'
176
178
  segments:
177
179
  - 0
178
- hash: 418475866782617745
180
+ hash: 285984120195992141
179
181
  required_rubygems_version: !ruby/object:Gem::Requirement
180
182
  none: false
181
183
  requirements:
@@ -184,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
186
  version: '0'
185
187
  segments:
186
188
  - 0
187
- hash: 418475866782617745
189
+ hash: 285984120195992141
188
190
  requirements: []
189
191
  rubyforge_project:
190
192
  rubygems_version: 1.8.24