wysiwyg-rails 3.2.5.pre.2 → 3.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +21 -21
- data/README.md +148 -148
- data/Rakefile +5 -5
- data/app/assets/javascripts/froala_editor.min.js +2 -2
- data/app/assets/javascripts/froala_editor.pkgd.min.js +2 -2
- data/app/assets/javascripts/languages/ar.js +3 -3
- data/app/assets/javascripts/languages/bs.js +3 -3
- data/app/assets/javascripts/languages/cs.js +3 -3
- data/app/assets/javascripts/languages/da.js +3 -3
- data/app/assets/javascripts/languages/de.js +3 -3
- data/app/assets/javascripts/languages/el.js +3 -3
- data/app/assets/javascripts/languages/en_ca.js +3 -3
- data/app/assets/javascripts/languages/en_gb.js +3 -3
- data/app/assets/javascripts/languages/es.js +3 -3
- data/app/assets/javascripts/languages/et.js +3 -3
- data/app/assets/javascripts/languages/fa.js +3 -3
- data/app/assets/javascripts/languages/fi.js +3 -3
- data/app/assets/javascripts/languages/fr.js +3 -3
- data/app/assets/javascripts/languages/he.js +3 -3
- data/app/assets/javascripts/languages/hr.js +3 -3
- data/app/assets/javascripts/languages/hu.js +3 -3
- data/app/assets/javascripts/languages/id.js +3 -3
- data/app/assets/javascripts/languages/it.js +3 -3
- data/app/assets/javascripts/languages/ja.js +3 -3
- data/app/assets/javascripts/languages/ko.js +3 -3
- data/app/assets/javascripts/languages/ku.js +3 -3
- data/app/assets/javascripts/languages/me.js +3 -3
- data/app/assets/javascripts/languages/nb.js +3 -3
- data/app/assets/javascripts/languages/nl.js +3 -3
- data/app/assets/javascripts/languages/pl.js +3 -3
- data/app/assets/javascripts/languages/pt_br.js +3 -3
- data/app/assets/javascripts/languages/pt_pt.js +3 -3
- data/app/assets/javascripts/languages/ro.js +3 -3
- data/app/assets/javascripts/languages/ru.js +3 -3
- data/app/assets/javascripts/languages/sk.js +3 -3
- data/app/assets/javascripts/languages/sl.js +3 -3
- data/app/assets/javascripts/languages/sr.js +3 -3
- data/app/assets/javascripts/languages/sv.js +3 -3
- data/app/assets/javascripts/languages/th.js +3 -3
- data/app/assets/javascripts/languages/tr.js +3 -3
- data/app/assets/javascripts/languages/uk.js +3 -3
- data/app/assets/javascripts/languages/vi.js +1 -1
- data/app/assets/javascripts/languages/zh_cn.js +3 -3
- data/app/assets/javascripts/languages/zh_tw.js +3 -3
- data/app/assets/javascripts/plugins.pkgd.min.js +1 -1
- data/app/assets/javascripts/plugins/align.min.js +1 -1
- data/app/assets/javascripts/plugins/char_counter.min.js +1 -1
- data/app/assets/javascripts/plugins/code_beautifier.min.js +1 -1
- data/app/assets/javascripts/plugins/code_view.min.js +1 -1
- data/app/assets/javascripts/plugins/colors.min.js +1 -1
- data/app/assets/javascripts/plugins/cryptojs.min.js +1 -1
- data/app/assets/javascripts/plugins/draggable.min.js +1 -1
- data/app/assets/javascripts/plugins/edit_in_popup.min.js +1 -1
- data/app/assets/javascripts/plugins/emoticons.min.js +1 -1
- data/app/assets/javascripts/plugins/entities.min.js +1 -1
- data/app/assets/javascripts/plugins/file.min.js +1 -1
- data/app/assets/javascripts/plugins/files_manager.min.js +1 -1
- data/app/assets/javascripts/plugins/font_family.min.js +1 -1
- data/app/assets/javascripts/plugins/font_size.min.js +1 -1
- data/app/assets/javascripts/plugins/forms.min.js +1 -1
- data/app/assets/javascripts/plugins/fullscreen.min.js +1 -1
- data/app/assets/javascripts/plugins/help.min.js +1 -1
- data/app/assets/javascripts/plugins/image.min.js +1 -1
- data/app/assets/javascripts/plugins/image_manager.min.js +1 -1
- data/app/assets/javascripts/plugins/inline_class.min.js +1 -1
- data/app/assets/javascripts/plugins/inline_style.min.js +1 -1
- data/app/assets/javascripts/plugins/line_breaker.min.js +1 -1
- data/app/assets/javascripts/plugins/line_height.min.js +1 -1
- data/app/assets/javascripts/plugins/link.min.js +1 -1
- data/app/assets/javascripts/plugins/lists.min.js +1 -1
- data/app/assets/javascripts/plugins/paragraph_format.min.js +1 -1
- data/app/assets/javascripts/plugins/paragraph_style.min.js +1 -1
- data/app/assets/javascripts/plugins/print.min.js +1 -1
- data/app/assets/javascripts/plugins/quick_insert.min.js +1 -1
- data/app/assets/javascripts/plugins/quote.min.js +1 -1
- data/app/assets/javascripts/plugins/save.min.js +1 -1
- data/app/assets/javascripts/plugins/special_characters.min.js +1 -1
- data/app/assets/javascripts/plugins/table.min.js +1 -1
- data/app/assets/javascripts/plugins/trim_video.min.js +1 -1
- data/app/assets/javascripts/plugins/url.min.js +1 -1
- data/app/assets/javascripts/plugins/video.min.js +1 -1
- data/app/assets/javascripts/plugins/word_paste.min.js +1 -1
- data/app/assets/javascripts/third_party/embedly.min.js +1 -1
- data/app/assets/javascripts/third_party/font_awesome.min.js +1 -1
- data/app/assets/javascripts/third_party/image_tui.min.js +1 -1
- data/app/assets/javascripts/third_party/spell_checker.min.js +1 -1
- data/app/assets/stylesheets/froala_editor.css +1361 -1361
- data/app/assets/stylesheets/froala_editor.min.css +2 -2
- data/app/assets/stylesheets/froala_editor.pkgd.css +4589 -4589
- data/app/assets/stylesheets/froala_editor.pkgd.min.css +2 -2
- data/app/assets/stylesheets/froala_style.css +357 -357
- data/app/assets/stylesheets/froala_style.min.css +2 -2
- data/app/assets/stylesheets/plugins.pkgd.css +2871 -2871
- data/app/assets/stylesheets/plugins.pkgd.min.css +2 -2
- data/app/assets/stylesheets/plugins/char_counter.css +44 -44
- data/app/assets/stylesheets/plugins/char_counter.min.css +2 -2
- data/app/assets/stylesheets/plugins/code_view.css +92 -92
- data/app/assets/stylesheets/plugins/code_view.min.css +2 -2
- data/app/assets/stylesheets/plugins/colors.css +93 -93
- data/app/assets/stylesheets/plugins/colors.min.css +2 -2
- data/app/assets/stylesheets/plugins/draggable.css +36 -36
- data/app/assets/stylesheets/plugins/draggable.min.css +2 -2
- data/app/assets/stylesheets/plugins/emoticons.css +29 -29
- data/app/assets/stylesheets/plugins/emoticons.min.css +2 -2
- data/app/assets/stylesheets/plugins/file.css +123 -123
- data/app/assets/stylesheets/plugins/file.min.css +2 -2
- data/app/assets/stylesheets/plugins/files_manager.css +1235 -1235
- data/app/assets/stylesheets/plugins/files_manager.min.css +2 -2
- data/app/assets/stylesheets/plugins/fullscreen.css +72 -72
- data/app/assets/stylesheets/plugins/fullscreen.min.css +2 -2
- data/app/assets/stylesheets/plugins/help.css +40 -40
- data/app/assets/stylesheets/plugins/help.min.css +2 -2
- data/app/assets/stylesheets/plugins/image.css +206 -206
- data/app/assets/stylesheets/plugins/image.min.css +2 -2
- data/app/assets/stylesheets/plugins/image_manager.css +231 -231
- data/app/assets/stylesheets/plugins/image_manager.min.css +2 -2
- data/app/assets/stylesheets/plugins/line_breaker.css +33 -33
- data/app/assets/stylesheets/plugins/line_breaker.min.css +2 -2
- data/app/assets/stylesheets/plugins/quick_insert.css +67 -67
- data/app/assets/stylesheets/plugins/quick_insert.min.css +2 -2
- data/app/assets/stylesheets/plugins/special_characters.css +28 -28
- data/app/assets/stylesheets/plugins/special_characters.min.css +2 -2
- data/app/assets/stylesheets/plugins/table.css +106 -106
- data/app/assets/stylesheets/plugins/table.min.css +2 -2
- data/app/assets/stylesheets/plugins/trim_video.css +242 -242
- data/app/assets/stylesheets/plugins/trim_video.min.css +2 -2
- data/app/assets/stylesheets/plugins/video.css +196 -196
- data/app/assets/stylesheets/plugins/video.min.css +2 -2
- data/app/assets/stylesheets/themes/dark.css +2164 -2164
- data/app/assets/stylesheets/themes/dark.min.css +2 -2
- data/app/assets/stylesheets/themes/gray.css +2164 -2164
- data/app/assets/stylesheets/themes/gray.min.css +2 -2
- data/app/assets/stylesheets/themes/royal.css +2164 -2164
- data/app/assets/stylesheets/themes/royal.min.css +2 -2
- data/app/assets/stylesheets/third_party/embedly.css +55 -55
- data/app/assets/stylesheets/third_party/embedly.min.css +2 -2
- data/app/assets/stylesheets/third_party/font_awesome.css +28 -28
- data/app/assets/stylesheets/third_party/font_awesome.min.css +2 -2
- data/app/assets/stylesheets/third_party/image_tui.css +36 -36
- data/app/assets/stylesheets/third_party/image_tui.min.css +2 -2
- data/app/assets/stylesheets/third_party/spell_checker.css +59 -59
- data/app/assets/stylesheets/third_party/spell_checker.min.css +2 -2
- data/lib/wysiwyg-rails.rb +1 -1
- data/lib/wysiwyg-rails/engine.rb +16 -16
- data/lib/wysiwyg-rails/version.rb +5 -5
- metadata +10 -10
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* German
|
15
|
+
/**
|
16
|
+
* German
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['de'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Greek
|
15
|
+
/**
|
16
|
+
* Greek
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['el'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* English spoken in Canada
|
15
|
+
/**
|
16
|
+
* English spoken in Canada
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['en_ca'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* English spoken in Great Britain
|
15
|
+
/**
|
16
|
+
* English spoken in Great Britain
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['en_gb'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Spanish
|
15
|
+
/**
|
16
|
+
* Spanish
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['es'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Estonian
|
15
|
+
/**
|
16
|
+
* Estonian
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['et'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Persian
|
15
|
+
/**
|
16
|
+
* Persian
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['fa'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Finnish
|
15
|
+
/**
|
16
|
+
* Finnish
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['fi'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* French
|
15
|
+
/**
|
16
|
+
* French
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['fr'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Hebrew
|
15
|
+
/**
|
16
|
+
* Hebrew
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['he'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Croatian
|
15
|
+
/**
|
16
|
+
* Croatian
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['hr'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Hungarian
|
15
|
+
/**
|
16
|
+
* Hungarian
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['hu'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Indonesian
|
15
|
+
/**
|
16
|
+
* Indonesian
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['id'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Italian
|
15
|
+
/**
|
16
|
+
* Italian
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['it'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Japanese
|
15
|
+
/**
|
16
|
+
* Japanese
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['ja'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Korean
|
15
|
+
/**
|
16
|
+
* Korean
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['ko'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Arabic
|
15
|
+
/**
|
16
|
+
* Arabic
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['ku'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Montenegrin
|
15
|
+
/**
|
16
|
+
* Montenegrin
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['me'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Norwegian
|
15
|
+
/**
|
16
|
+
* Norwegian
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['nb'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Dutch
|
15
|
+
/**
|
16
|
+
* Dutch
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['nl'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Polish
|
15
|
+
/**
|
16
|
+
* Polish
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['pl'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Portuguese spoken in Brazil
|
15
|
+
/**
|
16
|
+
* Portuguese spoken in Brazil
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['pt_br'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Portuguese spoken in Portugal
|
15
|
+
/**
|
16
|
+
* Portuguese spoken in Portugal
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['pt_pt'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Romanian
|
15
|
+
/**
|
16
|
+
* Romanian
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['ro'] = {
|
19
19
|
translation: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v3.2.
|
2
|
+
* froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2021 Froala Labs
|
5
5
|
*/
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
14
|
|
15
|
-
/**
|
16
|
-
* Russian
|
15
|
+
/**
|
16
|
+
* Russian
|
17
17
|
*/
|
18
18
|
FE.LANGUAGE['ru'] = {
|
19
19
|
translation: {
|