Skip to content

Commit

Permalink
Update locale inconsistency and translation
Browse files Browse the repository at this point in the history
  • Loading branch information
modreoci committed Apr 21, 2016
1 parent 8466dc3 commit ab99ea9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function ($) {
$.Redactor.opts.langs['cs'] = {
$.Redactor.opts.langs['sk'] = {
html: 'HTML',
video: 'Video',
image: 'Obrázok',
Expand Down Expand Up @@ -81,6 +81,6 @@ $.Redactor.opts.langs['cs'] = {
alignment: 'Zarovnanie',
filename: 'Názov (voliteľné)',
edit: 'Upraviť',
center: 'Center'
center: 'Na stred'
};
})( jQuery );

0 comments on commit ab99ea9

Please sign in to comment.