Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ukrainian language file for WordCount plugin #172

Closed
utilmind opened this issue Sep 13, 2018 · 1 comment
Closed

Ukrainian language file for WordCount plugin #172

utilmind opened this issue Sep 13, 2018 · 1 comment

Comments

@utilmind
Copy link

Hello w8tcha! Please add the lang/uk.js file with following content:

CKEDITOR.plugins.setLang('wordcount', 'uk', {
    WordCount: 'Слів:',
    CharCount: 'Символів:',
    CharCountWithHTML: ' (включаючи HTML-розмітку):',
    Paragraphs: 'Параграфів:',
    ParagraphsRemaining: 'Параграфів лишилося',
    pasteWarning: 'Контент не може бути вставлено, оскільки перевищує допустимий ліміт',
    Selected: 'Виділено: ',
    title: 'Статистика'
});

Also fixed russian language file (with translated ParagraphsRemaining line):

CKEDITOR.plugins.setLang('wordcount', 'ru', {
    WordCount: 'Слов:',
    CharCount: 'Символов:',
    CharCountWithHTML: ' (включая HTML-разметку):',
    Paragraphs: 'Параграфов:',
    ParagraphsRemaining: 'Параграфов осталось',
    pasteWarning: 'Контент не может быть вставлен, т.к. привышает допустимый лимит',
    Selected: 'Выделено: ',
    title: 'Статистика'
});
@w8tcha w8tcha closed this as completed in 8bd76de Sep 15, 2018
@w8tcha
Copy link
Owner

w8tcha commented Sep 15, 2018

Thanks, done!

drupal-ckeditor-libraries-group-machine pushed a commit to drupal-ckeditor-libraries-group/CKEditor-WordCount-Plugin that referenced this issue May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants