bootstrap-wysihtml5-rails 0.3.2.99 → 0.3.2.100

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/README.md +4 -6
  4. data/Rakefile +15 -5
  5. data/lib/bootstrap-wysihtml5-rails/version.rb +1 -1
  6. data/vendor/assets/javascripts/bootstrap-wysihtml5/bootstrap3-wysihtml5.js +8 -6
  7. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/ar-AR.js +11 -3
  8. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/bg-BG.js +10 -2
  9. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/ca-CT.js +10 -2
  10. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/cs-CZ.js +10 -2
  11. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/da-DK.js +10 -2
  12. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/de-DE.js +12 -3
  13. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/el-GR.js +10 -2
  14. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/en-US.js +10 -2
  15. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/es-AR.js +57 -50
  16. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/es-ES.js +57 -50
  17. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/fr-FR.js +10 -2
  18. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/hr-HR.js +10 -2
  19. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/hu-HU.js +10 -2
  20. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/il-HE.js +10 -2
  21. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/it-IT.js +10 -2
  22. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/ja-JP.js +10 -2
  23. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/ko-KR.js +10 -2
  24. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/lt-LT.js +10 -2
  25. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/mo-MD.js +10 -2
  26. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/nb-NB.js +10 -2
  27. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/nl-NL.js +10 -2
  28. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/pl-PL.js +10 -2
  29. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/pt-BR.js +10 -2
  30. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/ru-RU.js +10 -2
  31. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/sk-SK.js +10 -2
  32. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/sv-SE.js +10 -2
  33. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/tr-TR.js +10 -2
  34. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/ua-UA.js +10 -2
  35. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/zh-CN.js +10 -2
  36. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/zh-TW.js +10 -2
  37. metadata +2 -2
@@ -1,7 +1,15 @@
1
1
  /**
2
2
  * French translation for bootstrap-wysihtml5
3
3
  */
4
- (function($){
4
+ (function (factory) {
5
+ if (typeof define === 'function' && define.amd) {
6
+ // AMD. Register as an anonymous module.
7
+ define('bootstrap.wysihtml5.fr-FR', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["fr-FR"] = {
6
14
  font_styles: {
7
15
  normal: "Texte normal",
@@ -50,4 +58,4 @@
50
58
  orange: "Orange"
51
59
  }
52
60
  };
53
- }(jQuery));
61
+ }));
@@ -1,7 +1,15 @@
1
1
  /**
2
2
  * Croatian localisation for bootstrap-wysihtml5
3
3
  */
4
- (function($){
4
+ (function (factory) {
5
+ if (typeof define === 'function' && define.amd) {
6
+ // AMD. Register as an anonymous module.
7
+ define('bootstrap.wysihtml5.hr-HR', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["hr-HR"] = {
6
14
  font_styles: {
7
15
  normal: "Normalan tekst",
@@ -45,4 +53,4 @@
45
53
  orange: "Narandžasta"
46
54
  }
47
55
  };
48
- }(jQuery));
56
+ }));
@@ -1,7 +1,15 @@
1
1
  /**
2
2
  * Hungarian translation for bootstrap-wysihtml5
3
3
  */
4
- (function($){
4
+ (function (factory) {
5
+ if (typeof define === 'function' && define.amd) {
6
+ // AMD. Register as an anonymous module.
7
+ define('bootstrap.wysihtml5.hu-HU', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["hu-HU"] = {
6
14
  font_styles: {
7
15
  normal: "Szövegtörzs",
@@ -49,4 +57,4 @@
49
57
  orange: "Narancs"
50
58
  }
51
59
  };
52
- }(jQuery));
60
+ }));
@@ -1,7 +1,15 @@
1
1
  /**
2
2
  * Hebrew translation for bootstrap-wysihtml5
3
3
  */
4
- (function($){
4
+ (function (factory) {
5
+ if (typeof define === 'function' && define.amd) {
6
+ // AMD. Register as an anonymous module.
7
+ define('bootstrap.wysihtml5.il-HE', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["il-HE"] = {
6
14
  font_styles: {
7
15
  normal: "רגיל",
@@ -50,4 +58,4 @@
50
58
  orange: "כתום"
51
59
  }
52
60
  };
53
- }(jQuery));
61
+ }));
@@ -1,7 +1,15 @@
1
1
  /**
2
2
  * Italian translation for bootstrap-wysihtml5
3
3
  */
4
- (function($){
4
+ (function (factory) {
5
+ if (typeof define === 'function' && define.amd) {
6
+ // AMD. Register as an anonymous module.
7
+ define('bootstrap.wysihtml5.it-IT', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["it-IT"] = {
6
14
  font_styles: {
7
15
  normal: "Testo normale",
@@ -44,4 +52,4 @@
44
52
  orange: "Arancio"
45
53
  }
46
54
  };
47
- }(jQuery));
55
+ }));
@@ -1,7 +1,15 @@
1
1
  /**
2
2
  * Japanese translation for bootstrap-wysihtml5
3
3
  */
4
- (function($){
4
+ (function (factory) {
5
+ if (typeof define === 'function' && define.amd) {
6
+ // AMD. Register as an anonymous module.
7
+ define('bootstrap.wysihtml5.ja-JP', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["ja-JP"] = {
6
14
  font_styles: {
7
15
  normal: "通常の文字",
@@ -46,4 +54,4 @@
46
54
  }
47
55
 
48
56
  };
49
- }(jQuery));
57
+ }));
@@ -1,7 +1,15 @@
1
1
  /**
2
2
  * Korean translation for bootstrap-wysihtml5
3
3
  */
4
- (function($){
4
+ (function (factory) {
5
+ if (typeof define === 'function' && define.amd) {
6
+ // AMD. Register as an anonymous module.
7
+ define('bootstrap.wysihtml5.ko-KR', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["ko-KR"] = {
6
14
  font_styles: {
7
15
  normal: "일반",
@@ -46,4 +54,4 @@
46
54
  }
47
55
 
48
56
  };
49
- }(jQuery));
57
+ }));
@@ -1,7 +1,15 @@
1
1
  /**
2
2
  * Lithuanian translation for bootstrap-wysihtml5
3
3
  */
4
- (function($){
4
+ (function (factory) {
5
+ if (typeof define === 'function' && define.amd) {
6
+ // AMD. Register as an anonymous module.
7
+ define('bootstrap.wysihtml5.lt-LT', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["lt-LT"] = {
6
14
  font_styles: {
7
15
  normal: "Normalus",
@@ -45,4 +53,4 @@
45
53
  orange: "Oranžinė"
46
54
  }
47
55
  };
48
- }(jQuery));
56
+ }));
@@ -1,7 +1,15 @@
1
1
  /**
2
2
  * Moldavian translation for bootstrap-wysihtml5
3
3
  */
4
- (function($){
4
+ (function (factory) {
5
+ if (typeof define === 'function' && define.amd) {
6
+ // AMD. Register as an anonymous module.
7
+ define('bootstrap.wysihtml5.mo-MD', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["mo-MD"] = {
6
14
  font_styles: {
7
15
  normal: "Normal",
@@ -45,4 +53,4 @@
45
53
  orange: "Portocaliu"
46
54
  }
47
55
  };
48
- }(jQuery));
56
+ }));
@@ -1,7 +1,15 @@
1
1
  /**
2
2
  * Norwegian translation for bootstrap-wysihtml5
3
3
  */
4
- (function($){
4
+ (function (factory) {
5
+ if (typeof define === 'function' && define.amd) {
6
+ // AMD. Register as an anonymous module.
7
+ define('bootstrap.wysihtml5.nb-NB', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["nb-NB"] = {
6
14
  font_styles: {
7
15
  normal: "Normal tekst",
@@ -46,4 +54,4 @@
46
54
  orange: "Oransj"
47
55
  }
48
56
  };
49
- }(jQuery));
57
+ }));
@@ -1,7 +1,15 @@
1
1
  /**
2
2
  * Dutch translation for bootstrap-wysihtml5
3
3
  */
4
- (function($){
4
+ (function (factory) {
5
+ if (typeof define === 'function' && define.amd) {
6
+ // AMD. Register as an anonymous module.
7
+ define('bootstrap.wysihtml5.nl-NL', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["nl-NL"] = {
6
14
  font_styles: {
7
15
  normal: "Normale Tekst",
@@ -45,4 +53,4 @@
45
53
  orange: "Oranje"
46
54
  }
47
55
  };
48
- }(jQuery));
56
+ }));
@@ -1,7 +1,15 @@
1
1
  /**
2
2
  * Polish translation for bootstrap-wysihtml5
3
3
  */
4
- (function($){
4
+ (function (factory) {
5
+ if (typeof define === 'function' && define.amd) {
6
+ // AMD. Register as an anonymous module.
7
+ define('bootstrap.wysihtml5.pl-PL', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["pl-PL"] = {
6
14
  font_styles: {
7
15
  normal: "Tekst podstawowy",
@@ -49,4 +57,4 @@
49
57
  orange: "Pomarańczowy"
50
58
  }
51
59
  };
52
- }(jQuery));
60
+ }));
@@ -1,7 +1,15 @@
1
1
  /**
2
2
  * Brazilian portuguese translation for bootstrap-wysihtml5
3
3
  */
4
- (function($){
4
+ (function (factory) {
5
+ if (typeof define === 'function' && define.amd) {
6
+ // AMD. Register as an anonymous module.
7
+ define('bootstrap.wysihtml5.pt-BR', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["pt-BR"] = {
6
14
  font_styles: {
7
15
  normal: "Texto normal",
@@ -50,4 +58,4 @@
50
58
  orange: "Laranja"
51
59
  }
52
60
  };
53
- }(jQuery));
61
+ }));
@@ -1,7 +1,15 @@
1
1
  /**
2
2
  * Russian translation for bootstrap-wysihtml5
3
3
  */
4
- (function($){
4
+ (function (factory) {
5
+ if (typeof define === 'function' && define.amd) {
6
+ // AMD. Register as an anonymous module.
7
+ define('bootstrap.wysihtml5.ru-RU', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["ru-RU"] = {
6
14
  font_styles: {
7
15
  normal: "Обычный текст",
@@ -45,5 +53,5 @@
45
53
  orange: "Оранжевый"
46
54
  }
47
55
  };
48
- }(jQuery));
56
+ }));
49
57
 
@@ -1,7 +1,15 @@
1
1
  /**
2
2
  * Slovak translation for bootstrap-wysihtml5
3
3
  */
4
- (function($){
4
+ (function (factory) {
5
+ if (typeof define === 'function' && define.amd) {
6
+ // AMD. Register as an anonymous module.
7
+ define('bootstrap.wysihtml5.sk-SK', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["sk-SK"] = {
6
14
  font_styles: {
7
15
  normal: "Normálny text",
@@ -45,4 +53,4 @@
45
53
  orange: "Oranžová"
46
54
  }
47
55
  };
48
- }(jQuery));
56
+ }));
@@ -1,7 +1,15 @@
1
1
  /**
2
2
  * Swedish translation for bootstrap-wysihtml5
3
3
  */
4
- (function($){
4
+ (function (factory) {
5
+ if (typeof define === 'function' && define.amd) {
6
+ // AMD. Register as an anonymous module.
7
+ define('bootstrap.wysihtml5.sv-SE', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["sv-SE"] = {
6
14
  font_styles: {
7
15
  normal: "Normal Text",
@@ -45,4 +53,4 @@
45
53
  orange: "Orange"
46
54
  }
47
55
  };
48
- }(jQuery));
56
+ }));
@@ -1,7 +1,15 @@
1
1
  /**
2
2
  * Turkish translation for bootstrap-wysihtml5
3
3
  */
4
- (function($){
4
+ (function (factory) {
5
+ if (typeof define === 'function' && define.amd) {
6
+ // AMD. Register as an anonymous module.
7
+ define('bootstrap.wysihtml5.tr-TR', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["tr-TR"] = {
6
14
  font_styles: {
7
15
  normal: "Normal",
@@ -45,4 +53,4 @@
45
53
  orange: "Turuncu"
46
54
  }
47
55
  };
48
- }(jQuery));
56
+ }));
@@ -1,7 +1,15 @@
1
1
  /**
2
2
  * Ukrainian translation for bootstrap-wysihtml5
3
3
  */
4
- (function($){
4
+ (function (factory) {
5
+ if (typeof define === 'function' && define.amd) {
6
+ // AMD. Register as an anonymous module.
7
+ define('bootstrap.wysihtml5.ua-UA', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["ua-UA"] = {
6
14
  font_styles: {
7
15
  normal: "Звичайний текст",
@@ -45,5 +53,5 @@
45
53
  orange: "Помаранчевий"
46
54
  }
47
55
  };
48
- }(jQuery));
56
+ }));
49
57
 
@@ -1,7 +1,15 @@
1
1
  /**
2
2
  * Chinese translation for bootstrap-wysihtml5
3
3
  */
4
- (function($){
4
+ (function (factory) {
5
+ if (typeof define === 'function' && define.amd) {
6
+ // AMD. Register as an anonymous module.
7
+ define('bootstrap.wysihtml5.zh-CN', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["zh-CN"] = {
6
14
  font_styles: {
7
15
  normal: "正文",
@@ -49,4 +57,4 @@
49
57
  orange: "橙色"
50
58
  }
51
59
  };
52
- }(jQuery));
60
+ }));