We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a0a902 + d3ca028 commit d624156Copy full SHA for d624156
spotify/lang/uk.js
@@ -0,0 +1,9 @@
1
+"use strict";
2
+(function() {
3
+ CKEDITOR.plugins.setLang("spotify", "uk", {
4
+ title: "Редагувати список відтворення Spotify",
5
+ addButton: "Додати список відтворення Spotify",
6
+ embedCodeLabel: "Spotify посилання або URI",
7
+ embedCodeError: "Недійсне Spotify посилання або URI."
8
+ });
9
+})();
spotify/plugin.js
@@ -7,7 +7,7 @@
hidpi: true,
10
- lang: ["en", "nb"],
+ lang: ["en", "nb", "uk"],
11
12
init: function(editor) {
13
// Adds stylesheet to classic editor. Must be copied manually for inline editors
0 commit comments