Skip to content

Commit

Permalink
Merge pull request #1 from Sestowner/master
Browse files Browse the repository at this point in the history
Add Ukrainian translation
  • Loading branch information
santi authored May 2, 2020
2 parents 0a0a902 + d3ca028 commit d624156
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions spotify/lang/uk.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"use strict";
(function() {
CKEDITOR.plugins.setLang("spotify", "uk", {
title: "Редагувати список відтворення Spotify",
addButton: "Додати список відтворення Spotify",
embedCodeLabel: "Spotify посилання або URI",
embedCodeError: "Недійсне Spotify посилання або URI."
});
})();
2 changes: 1 addition & 1 deletion spotify/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

hidpi: true,

lang: ["en", "nb"],
lang: ["en", "nb", "uk"],

init: function(editor) {
// Adds stylesheet to classic editor. Must be copied manually for inline editors
Expand Down

0 comments on commit d624156

Please sign in to comment.