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

add russian translation #40

Merged
merged 4 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion i18n/i18next.min.js

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions i18n/ru.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Object.assign((typeof window === 'undefined' ? module.exports : window).i18n = (typeof window === 'undefined' ? module.exports : window).i18n || {}, {
ru: {
TitleText: 'Общайтесь в Delta Chat',
DescriptionText: 'Delta Chat — это мессенджер, работающий через электронную почту.',
FormBlurbText: 'Создайте ссылку-инвайт для Delta Chat',
StepCodeText: 'Откройте Delta Chat, зайдите в <b>QR-код → показать QR-инвайт код → Сохранить в буфер обмена</b>',
StepPasteText: 'Вставьте ссылку в это поле:',
StepShareText: 'Поделитесь полученной ссылкой через любой канал',
ShareLinkText: 'Открыть ссылку',
JoinText: 'Поприветствовать',
JoinGroupText: 'Присоединиться',
ChatText: 'Открыть чат',
DownloadText: 'Скачать Delta Chat',
},
});

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<script src="./i18n/i18next.min.js"></script>
<script src="./i18n/en.js"></script>
<script src="./i18n/fr.js"></script>
<script src="./i18n/ru.js"></script>

<style>
:root {
Expand Down
Loading