Skip to content

Commit

Permalink
Merge branch 'patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
wwalc committed Oct 1, 2016
2 parents 272d34d + 224f0b8 commit 43326cc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions lang/es.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'chart', 'es', {
bar: 'Barra',
chart: 'Gráfico',
chartType: 'Tipo de gráfico:',
dialogTitle: 'Editar Gráfico',
doughnut: 'Dona',
height: 'Alto:',
label: 'Etiqueta:',
line: 'Línea',
pie: 'Circular',
polar: 'Polar',
value: 'Valor:'
} );
2 changes: 1 addition & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Name of the file in the "icons" folder
icons: 'chart',
// Supported languages
lang: 'en,pl',
lang: 'en,es,pl',

// Load library that renders charts inside CKEditor, if Chart object is not already available.
afterInit: function() {
Expand Down

0 comments on commit 43326cc

Please sign in to comment.