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
  * Chinese Traditional 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-TW', ['jquery', 'bootstrap.wysihtml5'], factory);
8
+ } else {
9
+ // Browser globals
10
+ factory(jQuery);
11
+ }
12
+ }(function($){
5
13
  $.fn.wysihtml5.locale["zh-TW"] = {
6
14
  font_styles: {
7
15
  normal: "內文",
@@ -49,4 +57,4 @@
49
57
  orange: "橙色"
50
58
  }
51
59
  };
52
- }(jQuery));
60
+ }));
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-wysihtml5-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2.99
4
+ version: 0.3.2.100
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gonzalo Rodríguez-Baltanás Díaz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-08 00:00:00.000000000 Z
11
+ date: 2014-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties