app/assets/javascripts/activeadmin/trumbowyg/plugins/template/trumbowyg.template.js in activeadmin_trumbowyg-0.1.8 vs app/assets/javascripts/activeadmin/trumbowyg/plugins/template/trumbowyg.template.js in activeadmin_trumbowyg-0.2.0

- old
+ new

@@ -2,33 +2,44 @@ 'use strict'; // Adds the language variables $.extend(true, $.trumbowyg, { langs: { + // jshint camelcase:false en: { template: 'Template' }, da: { template: 'Skabelon' }, + de: { + template: 'Vorlage' + }, fr: { template: 'Patron' }, + ja: { + template: 'テンプレート' + }, + ko: { + template: '서식' + }, nl: { template: 'Sjabloon' }, + pt_br: { + template: 'Modelo' + }, ru: { template: 'Шаблон' }, - ja: { - template: 'テンプレート' - }, tr: { template: 'Şablon' }, zh_tw: { template: '模板', }, + // jshint camelcase:true } }); // Adds the extra button definition $.extend(true, $.trumbowyg, {