Skip to content

Commit d624156

Browse files
authored
Merge pull request #1 from Sestowner/master
Add Ukrainian translation
2 parents 0a0a902 + d3ca028 commit d624156

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

spotify/lang/uk.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
hidpi: true,
99

10-
lang: ["en", "nb"],
10+
lang: ["en", "nb", "uk"],
1111

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

0 commit comments

Comments
 (0)