app/assets/javascripts/languages/tr.js in wysiwyg-rails-2.0.0.pre.rc.3 vs app/assets/javascripts/languages/tr.js in wysiwyg-rails-2.0.1

- old
+ new

@@ -1,5 +1,11 @@ +/*! + * froala_editor v2.0.1 (https://www.froala.com/wysiwyg-editor) + * License https://froala.com/wysiwyg-editor/terms + * Copyright 2014-2015 Froala Labs + */ + /** * Turkish */ $.FroalaEditor.LANGUAGE['tr'] = { @@ -208,9 +214,14 @@ // Select all "Select All": "T\u00fcm\u00fcn\u00fc se\u00e7", // Code view - "Code View": "Kod g\u00f6r\u00fcn\u00fcm\u00fc" + "Code View": "Kod g\u00f6r\u00fcn\u00fcm\u00fc", + + // Quote + "Quote": "Al\u0131nt\u0131", + "Increase": "Art\u0131rmak", + "Decrease": "Azal\u0131\u015f" }, direction: "ltr" };