wysiwyg-rails 2.1.0 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/froala_editor.min.js +6 -6
  3. data/app/assets/javascripts/languages/ar.js +6 -3
  4. data/app/assets/javascripts/languages/bs.js +6 -3
  5. data/app/assets/javascripts/languages/cs.js +6 -3
  6. data/app/assets/javascripts/languages/da.js +6 -3
  7. data/app/assets/javascripts/languages/de.js +7 -4
  8. data/app/assets/javascripts/languages/en_ca.js +6 -3
  9. data/app/assets/javascripts/languages/en_gb.js +6 -3
  10. data/app/assets/javascripts/languages/es.js +6 -3
  11. data/app/assets/javascripts/languages/et.js +6 -3
  12. data/app/assets/javascripts/languages/fa.js +6 -3
  13. data/app/assets/javascripts/languages/fi.js +6 -3
  14. data/app/assets/javascripts/languages/fr.js +6 -3
  15. data/app/assets/javascripts/languages/he.js +6 -3
  16. data/app/assets/javascripts/languages/hr.js +6 -3
  17. data/app/assets/javascripts/languages/hu.js +6 -3
  18. data/app/assets/javascripts/languages/id.js +6 -3
  19. data/app/assets/javascripts/languages/it.js +6 -3
  20. data/app/assets/javascripts/languages/ja.js +6 -3
  21. data/app/assets/javascripts/languages/ko.js +6 -3
  22. data/app/assets/javascripts/languages/me.js +6 -3
  23. data/app/assets/javascripts/languages/nb.js +6 -3
  24. data/app/assets/javascripts/languages/nl.js +6 -3
  25. data/app/assets/javascripts/languages/pl.js +6 -3
  26. data/app/assets/javascripts/languages/pt_br.js +6 -3
  27. data/app/assets/javascripts/languages/pt_pt.js +6 -3
  28. data/app/assets/javascripts/languages/ro.js +6 -3
  29. data/app/assets/javascripts/languages/ru.js +6 -3
  30. data/app/assets/javascripts/languages/sr.js +6 -3
  31. data/app/assets/javascripts/languages/sv.js +6 -3
  32. data/app/assets/javascripts/languages/th.js +6 -3
  33. data/app/assets/javascripts/languages/tr.js +6 -3
  34. data/app/assets/javascripts/languages/ua.js +6 -3
  35. data/app/assets/javascripts/languages/zh_cn.js +6 -3
  36. data/app/assets/javascripts/languages/zh_tw.js +6 -3
  37. data/app/assets/javascripts/plugins/align.min.js +2 -2
  38. data/app/assets/javascripts/plugins/char_counter.min.js +2 -2
  39. data/app/assets/javascripts/plugins/code_beautifier.min.js +3 -3
  40. data/app/assets/javascripts/plugins/code_view.min.js +2 -2
  41. data/app/assets/javascripts/plugins/colors.min.js +2 -2
  42. data/app/assets/javascripts/plugins/draggable.min.js +7 -0
  43. data/app/assets/javascripts/plugins/emoticons.min.js +2 -2
  44. data/app/assets/javascripts/plugins/entities.min.js +2 -2
  45. data/app/assets/javascripts/plugins/file.min.js +2 -2
  46. data/app/assets/javascripts/plugins/font_family.min.js +2 -2
  47. data/app/assets/javascripts/plugins/font_size.min.js +2 -2
  48. data/app/assets/javascripts/plugins/fullscreen.min.js +2 -2
  49. data/app/assets/javascripts/plugins/image.min.js +2 -2
  50. data/app/assets/javascripts/plugins/image_manager.min.js +2 -2
  51. data/app/assets/javascripts/plugins/inline_style.min.js +2 -2
  52. data/app/assets/javascripts/plugins/line_breaker.min.js +2 -2
  53. data/app/assets/javascripts/plugins/link.min.js +2 -2
  54. data/app/assets/javascripts/plugins/lists.min.js +2 -2
  55. data/app/assets/javascripts/plugins/paragraph_format.min.js +2 -2
  56. data/app/assets/javascripts/plugins/paragraph_style.min.js +2 -2
  57. data/app/assets/javascripts/plugins/quick_insert.min.js +2 -2
  58. data/app/assets/javascripts/plugins/quote.min.js +2 -2
  59. data/app/assets/javascripts/plugins/save.min.js +2 -2
  60. data/app/assets/javascripts/plugins/table.min.js +3 -3
  61. data/app/assets/javascripts/plugins/url.min.js +2 -2
  62. data/app/assets/javascripts/plugins/video.min.js +2 -2
  63. data/app/assets/stylesheets/froala_editor.min.css +2 -2
  64. data/app/assets/stylesheets/froala_style.min.css +2 -2
  65. data/app/assets/stylesheets/plugins/char_counter.min.css +1 -1
  66. data/app/assets/stylesheets/plugins/code_view.min.css +1 -1
  67. data/app/assets/stylesheets/plugins/colors.min.css +1 -1
  68. data/app/assets/stylesheets/plugins/draggable.min.css +7 -0
  69. data/app/assets/stylesheets/plugins/emoticons.min.css +1 -1
  70. data/app/assets/stylesheets/plugins/file.min.css +1 -1
  71. data/app/assets/stylesheets/plugins/fullscreen.min.css +1 -1
  72. data/app/assets/stylesheets/plugins/image.min.css +1 -1
  73. data/app/assets/stylesheets/plugins/image_manager.min.css +1 -1
  74. data/app/assets/stylesheets/plugins/line_breaker.min.css +2 -2
  75. data/app/assets/stylesheets/plugins/quick_insert.min.css +2 -2
  76. data/app/assets/stylesheets/plugins/table.min.css +2 -2
  77. data/app/assets/stylesheets/plugins/video.min.css +1 -1
  78. data/app/assets/stylesheets/themes/dark.min.css +2 -2
  79. data/app/assets/stylesheets/themes/gray.min.css +2 -2
  80. data/app/assets/stylesheets/themes/red.min.css +2 -2
  81. data/app/assets/stylesheets/themes/royal.min.css +2 -2
  82. data/lib/wysiwyg-rails/version.rb +1 -1
  83. metadata +4 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.2.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms
4
4
  * Copyright 2014-2016 Froala Labs
5
5
  */
@@ -8,7 +8,7 @@
8
8
  * Indonesian
9
9
  */
10
10
 
11
- $.FroalaEditor.LANGUAGE['id'] = {
11
+ $.FE.LANGUAGE['id'] = {
12
12
  translation: {
13
13
  // Place holder
14
14
  "Type something": "Ketik sesuatu",
@@ -221,7 +221,10 @@ $.FroalaEditor.LANGUAGE['id'] = {
221
221
  // Quote
222
222
  "Quote": "Kutipan",
223
223
  "Increase": "Meningkat",
224
- "Decrease": "Penurunan"
224
+ "Decrease": "Penurunan",
225
+
226
+ // Quick Insert
227
+ "Quick Insert": "Memasukkan cepat"
225
228
  },
226
229
  direction: "ltr"
227
230
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.2.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms
4
4
  * Copyright 2014-2016 Froala Labs
5
5
  */
@@ -8,7 +8,7 @@
8
8
  * Italian
9
9
  */
10
10
 
11
- $.FroalaEditor.LANGUAGE['it'] = {
11
+ $.FE.LANGUAGE['it'] = {
12
12
  translation: {
13
13
  // Place holder
14
14
  "Type something": "Digita qualcosa",
@@ -221,7 +221,10 @@ $.FroalaEditor.LANGUAGE['it'] = {
221
221
  // Quote
222
222
  "Quote": "Citazione",
223
223
  "Increase": "Aumentare",
224
- "Decrease": "Diminuzione"
224
+ "Decrease": "Diminuzione",
225
+
226
+ // Quick Insert
227
+ "Quick Insert": "Inserto rapida"
225
228
  },
226
229
  direction: "ltr"
227
230
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.2.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms
4
4
  * Copyright 2014-2016 Froala Labs
5
5
  */
@@ -8,7 +8,7 @@
8
8
  * Japanese
9
9
  */
10
10
 
11
- $.FroalaEditor.LANGUAGE['ja'] = {
11
+ $.FE.LANGUAGE['ja'] = {
12
12
  translation: {
13
13
  // Place holder
14
14
  "Type something": "\u4f55\u304b\u5165\u529b",
@@ -221,7 +221,10 @@ $.FroalaEditor.LANGUAGE['ja'] = {
221
221
  // Quote
222
222
  "Quote": "\u5f15\u7528",
223
223
  "Increase": "\u5897\u52a0",
224
- "Decrease": "\u6e1b\u5c11"
224
+ "Decrease": "\u6e1b\u5c11",
225
+
226
+ // Quick Insert
227
+ "Quick Insert": "\u30af\u30a4\u30c3\u30af\u30a4\u30f3\u30b5\u30fc\u30c8"
225
228
  },
226
229
  direction: "ltr"
227
230
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.2.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms
4
4
  * Copyright 2014-2016 Froala Labs
5
5
  */
@@ -8,7 +8,7 @@
8
8
  * Korean
9
9
  */
10
10
 
11
- $.FroalaEditor.LANGUAGE['ko'] = {
11
+ $.FE.LANGUAGE['ko'] = {
12
12
  translation: {
13
13
  // Place holder
14
14
  "Type something": "\ub0b4\uc6a9\uc744 \uc785\ub825\ud558\uc138\uc694",
@@ -221,7 +221,10 @@ $.FroalaEditor.LANGUAGE['ko'] = {
221
221
  // Quote
222
222
  "Quote": "\uc778\uc6a9",
223
223
  "Increase": "\uc99d\uac00",
224
- "Decrease": "\uac10\uc18c"
224
+ "Decrease": "\uac10\uc18c",
225
+
226
+ // Quick Insert
227
+ "Quick Insert": "\ube60\ub978 \uc0bd\uc785"
225
228
  },
226
229
  direction: "ltr"
227
230
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.2.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms
4
4
  * Copyright 2014-2016 Froala Labs
5
5
  */
@@ -8,7 +8,7 @@
8
8
  * Montenegrin
9
9
  */
10
10
 
11
- $.FroalaEditor.LANGUAGE['me'] = {
11
+ $.FE.LANGUAGE['me'] = {
12
12
  translation: {
13
13
  // Place holder
14
14
  "Type something": "Ukucajte ne\u0161tp",
@@ -221,7 +221,10 @@ $.FroalaEditor.LANGUAGE['me'] = {
221
221
  // Quote
222
222
  "Quote": "Citat",
223
223
  "Increase": "Pove\u0107ati",
224
- "Decrease": "Smanjenje"
224
+ "Decrease": "Smanjenje",
225
+
226
+ // Quick Insert
227
+ "Quick Insert": "Brzo umetni"
225
228
  },
226
229
  direction: "ltr"
227
230
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.2.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms
4
4
  * Copyright 2014-2016 Froala Labs
5
5
  */
@@ -8,7 +8,7 @@
8
8
  * Norwegian
9
9
  */
10
10
 
11
- $.FroalaEditor.LANGUAGE['nb'] = {
11
+ $.FE.LANGUAGE['nb'] = {
12
12
  translation: {
13
13
  // Place holder
14
14
  "Type something": "Skriv noe",
@@ -221,7 +221,10 @@ $.FroalaEditor.LANGUAGE['nb'] = {
221
221
  // Quote
222
222
  "Quote": "Sitat",
223
223
  "Increase": "\u00d8ke",
224
- "Decrease": "Nedgang"
224
+ "Decrease": "Nedgang",
225
+
226
+ // Quick Insert
227
+ "Quick Insert": "Hurtiginnsats"
225
228
  },
226
229
  direction: "ltr"
227
230
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.2.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms
4
4
  * Copyright 2014-2016 Froala Labs
5
5
  */
@@ -8,7 +8,7 @@
8
8
  * Dutch
9
9
  */
10
10
 
11
- $.FroalaEditor.LANGUAGE['nl'] = {
11
+ $.FE.LANGUAGE['nl'] = {
12
12
  translation: {
13
13
  // Place holder
14
14
  "Type something": "Typ iets",
@@ -221,7 +221,10 @@ $.FroalaEditor.LANGUAGE['nl'] = {
221
221
  // Quote
222
222
  "Quote": "Citaat",
223
223
  "Increase": "Toenemen",
224
- "Decrease": "Daling"
224
+ "Decrease": "Daling",
225
+
226
+ // Quick Insert
227
+ "Quick Insert": "Snel invoegen"
225
228
  },
226
229
  direction: "ltr"
227
230
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.2.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms
4
4
  * Copyright 2014-2016 Froala Labs
5
5
  */
@@ -8,7 +8,7 @@
8
8
  * Polish
9
9
  */
10
10
 
11
- $.FroalaEditor.LANGUAGE['pl'] = {
11
+ $.FE.LANGUAGE['pl'] = {
12
12
  translation: {
13
13
  // Place holder
14
14
  "Type something": "Wpisz co\u015b",
@@ -221,7 +221,10 @@ $.FroalaEditor.LANGUAGE['pl'] = {
221
221
  // Quote
222
222
  "Quote": "Cytat",
223
223
  "Increase": "Wzrost",
224
- "Decrease": "Zmniejszenie"
224
+ "Decrease": "Zmniejszenie",
225
+
226
+ // Quick Insert
227
+ "Quick Insert": "Szybkie wstaw"
225
228
  },
226
229
  direction: "ltr"
227
230
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.2.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms
4
4
  * Copyright 2014-2016 Froala Labs
5
5
  */
@@ -8,7 +8,7 @@
8
8
  * Portuguese spoken in Brazil
9
9
  */
10
10
 
11
- $.FroalaEditor.LANGUAGE['pt_br'] = {
11
+ $.FE.LANGUAGE['pt_br'] = {
12
12
  translation: {
13
13
  // Place holder
14
14
  "Type something": "Digite algo",
@@ -221,7 +221,10 @@ $.FroalaEditor.LANGUAGE['pt_br'] = {
221
221
  // Quote
222
222
  "Quote": "Cita\u00e7\u00e3o",
223
223
  "Increase": "Aumentar",
224
- "Decrease": "Diminuir"
224
+ "Decrease": "Diminuir",
225
+
226
+ // Quick Insert
227
+ "Quick Insert": "Inser\u00e7\u00e3o r\u00e1pida"
225
228
  },
226
229
  direction: "ltr"
227
230
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.2.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms
4
4
  * Copyright 2014-2016 Froala Labs
5
5
  */
@@ -8,7 +8,7 @@
8
8
  * Portuguese spoken in Portugal
9
9
  */
10
10
 
11
- $.FroalaEditor.LANGUAGE['pt_pt'] = {
11
+ $.FE.LANGUAGE['pt_pt'] = {
12
12
  translation: {
13
13
  // Place holder
14
14
  "Type something": "Digite algo",
@@ -221,7 +221,10 @@ $.FroalaEditor.LANGUAGE['pt_pt'] = {
221
221
  // Quote
222
222
  "Quote": "Cita\u00e7\u00e3o",
223
223
  "Increase": "Aumentar",
224
- "Decrease": "Diminuir"
224
+ "Decrease": "Diminuir",
225
+
226
+ // Quick Insert
227
+ "Quick Insert": "Inser\u00e7\u00e3o r\u00e1pida"
225
228
  },
226
229
  direction: "ltr"
227
230
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.2.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms
4
4
  * Copyright 2014-2016 Froala Labs
5
5
  */
@@ -8,7 +8,7 @@
8
8
  * Romanian
9
9
  */
10
10
 
11
- $.FroalaEditor.LANGUAGE['ro'] = {
11
+ $.FE.LANGUAGE['ro'] = {
12
12
  translation: {
13
13
  // Place holder
14
14
  "Type something": "Tasteaz\u0103 ceva",
@@ -222,7 +222,10 @@ $.FroalaEditor.LANGUAGE['ro'] = {
222
222
  // Quote
223
223
  "Quote": "Citat",
224
224
  "Increase": "Indenteaz\u0103",
225
- "Decrease": "De-indenteaz\u0103"
225
+ "Decrease": "De-indenteaz\u0103",
226
+
227
+ // Quick Insert
228
+ "Quick Insert": "Inserare rapid\u0103"
226
229
  },
227
230
  direction: "ltr"
228
231
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.2.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms
4
4
  * Copyright 2014-2016 Froala Labs
5
5
  */
@@ -8,7 +8,7 @@
8
8
  * Russian
9
9
  */
10
10
 
11
- $.FroalaEditor.LANGUAGE['ru'] = {
11
+ $.FE.LANGUAGE['ru'] = {
12
12
  translation: {
13
13
  // Place holder
14
14
  "Type something": "\u041d\u0430\u043f\u0438\u0448\u0438\u0442\u0435 \u0447\u0442\u043e\u002d\u043d\u0438\u0431\u0443\u0434\u044c",
@@ -221,7 +221,10 @@ $.FroalaEditor.LANGUAGE['ru'] = {
221
221
  // Quote
222
222
  "Quote": "\u0446\u0438\u0442\u0430\u0442\u0430",
223
223
  "Increase": "\u0423\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u0435",
224
- "Decrease": "\u0421\u043d\u0438\u0436\u0435\u043d\u0438\u0435"
224
+ "Decrease": "\u0421\u043d\u0438\u0436\u0435\u043d\u0438\u0435",
225
+
226
+ // Quick Insert
227
+ "Quick Insert": "\u0411\u044b\u0441\u0442\u0440\u044b\u0439 \u0432\u0441\u0442\u0430\u0432\u043a\u0430"
225
228
  },
226
229
  direction: "ltr"
227
230
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.2.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms
4
4
  * Copyright 2014-2016 Froala Labs
5
5
  */
@@ -8,7 +8,7 @@
8
8
  * Serbian (Latin)
9
9
  */
10
10
 
11
- $.FroalaEditor.LANGUAGE['sr'] = {
11
+ $.FE.LANGUAGE['sr'] = {
12
12
  translation: {
13
13
  // Place holder
14
14
  "Type something": "Ukucajte ne\u0161tp",
@@ -221,7 +221,10 @@ $.FroalaEditor.LANGUAGE['sr'] = {
221
221
  // Quote
222
222
  "Quote": "Ponude",
223
223
  "Increase": "Pove\u0107anje",
224
- "Decrease": "Smanjivanje"
224
+ "Decrease": "Smanjivanje",
225
+
226
+ // Quick Insert
227
+ "Quick Insert": "Brzo umetanje"
225
228
  },
226
229
  direction: "ltr"
227
230
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.2.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms
4
4
  * Copyright 2014-2016 Froala Labs
5
5
  */
@@ -8,7 +8,7 @@
8
8
  * Swedish
9
9
  */
10
10
 
11
- $.FroalaEditor.LANGUAGE['sv'] = {
11
+ $.FE.LANGUAGE['sv'] = {
12
12
  translation: {
13
13
  // Place holder
14
14
  "Type something": "Ange n\u00e5got",
@@ -221,7 +221,10 @@ $.FroalaEditor.LANGUAGE['sv'] = {
221
221
  // Quote
222
222
  "Quote": "Citerar",
223
223
  "Increase": "\u00d6ka",
224
- "Decrease": "Minska"
224
+ "Decrease": "Minska",
225
+
226
+ // Quick Insert
227
+ "Quick Insert": "Snabb insats"
225
228
  },
226
229
  direction: "ltr"
227
230
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.2.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms
4
4
  * Copyright 2014-2016 Froala Labs
5
5
  */
@@ -8,7 +8,7 @@
8
8
  * Thai
9
9
  */
10
10
 
11
- $.FroalaEditor.LANGUAGE['th'] = {
11
+ $.FE.LANGUAGE['th'] = {
12
12
  translation: {
13
13
  // Place holder
14
14
  "Type something": "\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e1a\u0e32\u0e07\u0e2a\u0e34\u0e48\u0e07\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07",
@@ -221,7 +221,10 @@ $.FroalaEditor.LANGUAGE['th'] = {
221
221
  // Quote
222
222
  "Quote": "\u0e2d\u0e49\u0e32\u0e07",
223
223
  "Increase": "\u0e40\u0e1e\u0e34\u0e48\u0e21",
224
- "Decrease": "\u0e25\u0e14\u0e25\u0e07"
224
+ "Decrease": "\u0e25\u0e14\u0e25\u0e07",
225
+
226
+ // Quick Insert
227
+ "Quick Insert": "\u0e41\u0e17\u0e23\u0e01\u0e14\u0e48\u0e27\u0e19"
225
228
  },
226
229
  direction: "ltr"
227
230
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.2.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms
4
4
  * Copyright 2014-2016 Froala Labs
5
5
  */
@@ -8,7 +8,7 @@
8
8
  * Turkish
9
9
  */
10
10
 
11
- $.FroalaEditor.LANGUAGE['tr'] = {
11
+ $.FE.LANGUAGE['tr'] = {
12
12
  translation: {
13
13
  // Place holder
14
14
  "Type something": "Bir \u015fey yaz\u0131n",
@@ -221,7 +221,10 @@ $.FroalaEditor.LANGUAGE['tr'] = {
221
221
  // Quote
222
222
  "Quote": "Al\u0131nt\u0131",
223
223
  "Increase": "Art\u0131rmak",
224
- "Decrease": "Azal\u0131\u015f"
224
+ "Decrease": "Azal\u0131\u015f",
225
+
226
+ // Quick Insert
227
+ "Quick Insert": "H\u0131zl\u0131 insert"
225
228
  },
226
229
  direction: "ltr"
227
230
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.2.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms
4
4
  * Copyright 2014-2016 Froala Labs
5
5
  */
@@ -8,7 +8,7 @@
8
8
  * Ukrainian
9
9
  */
10
10
 
11
- $.FroalaEditor.LANGUAGE['ua'] = {
11
+ $.FE.LANGUAGE['ua'] = {
12
12
  translation: {
13
13
  // Place holder
14
14
  "Type something": "\u041d\u0430\u043f\u0438\u0448\u0456\u0442\u044c \u0431\u0443\u0434\u044c-\u0449\u043e",
@@ -221,7 +221,10 @@ $.FroalaEditor.LANGUAGE['ua'] = {
221
221
  // Quote
222
222
  "Quote": "\u0426\u0438\u0442\u0430\u0442\u0430",
223
223
  "Increase": "\u0417\u0431\u0456\u043b\u044c\u0448\u0438\u0442\u0438",
224
- "Decrease": "\u0437\u043d\u0438\u0436\u0435\u043d\u043d\u044f"
224
+ "Decrease": "\u0437\u043d\u0438\u0436\u0435\u043d\u043d\u044f",
225
+
226
+ // Quick Insert
227
+ "Quick Insert": "\u0428\u0432\u0438\u0434\u043a\u0438\u0439 \u0432\u0441\u0442\u0430\u0432\u043a\u0430"
225
228
  },
226
229
  direction: "ltr"
227
230
  };