app/assets/javascripts/languages/tr.js in wysiwyg-rails-2.1.0 vs app/assets/javascripts/languages/tr.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
*/
/**
* Turkish
*/
-$.FroalaEditor.LANGUAGE['tr'] = {
+$.FE.LANGUAGE['tr'] = {
translation: {
// Place holder
"Type something": "Bir \u015fey yaz\u0131n",
// Basic formatting
@@ -219,9 +219,12 @@
"Code View": "Kod g\u00f6r\u00fcn\u00fcm\u00fc",
// Quote
"Quote": "Al\u0131nt\u0131",
"Increase": "Art\u0131rmak",
- "Decrease": "Azal\u0131\u015f"
+ "Decrease": "Azal\u0131\u015f",
+
+ // Quick Insert
+ "Quick Insert": "H\u0131zl\u0131 insert"
},
direction: "ltr"
};