app/assets/javascripts/languages/en_gb.js in wysiwyg-rails-2.1.0 vs app/assets/javascripts/languages/en_gb.js in wysiwyg-rails-2.2.0
- old
+ new
@@ -1,16 +1,16 @@
/*!
- * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
+ * froala_editor v2.2.0 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms
* Copyright 2014-2016 Froala Labs
*/
/**
* English spoken in Great Britain
*/
-$.FroalaEditor.LANGUAGE['en_gb'] = {
+$.FE.LANGUAGE['en_gb'] = {
translation: {
// Place holder
"Type something": "Type something",
// Basic formatting
@@ -163,9 +163,12 @@
"Code View": "Code View",
// Quote
"Quote": "Quote",
"Increase": "Increase",
- "Decrease": "Decrease"
+ "Decrease": "Decrease",
+
+ // Quick Insert
+ "Quick Insert": "Quick Insert"
},
direction: "ltr"
};