app/assets/javascripts/languages/ro.js in wysiwyg-rails-2.0.0.pre.rc.3 vs app/assets/javascripts/languages/ro.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 + */ + /** * Romanian */ $.FroalaEditor.LANGUAGE['ro'] = { @@ -209,9 +215,14 @@ // Select all "Select All": "Selecteaz\u0103 tot", // Code view - "Code View": "Vizualizare cod" + "Code View": "Vizualizare cod", + + // Quote + "Quote": "Citat", + "Increase": "Indenteaz\u0103", + "Decrease": "De-indenteaz\u0103" }, direction: "ltr" };