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

ru: Add Russian translation #502

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
82328a0
Initial version of Russian translation
voitau Apr 12, 2020
2c752d7
Add link to README-ru.md file
voitau Apr 12, 2020
57612f6
Merge pull request #2 from voitau/lang_ru
voitau Apr 12, 2020
182217a
Add message about contributing to translation
voitau Apr 12, 2020
47a6a02
Update styling
voitau Apr 12, 2020
b59b8bf
Update translation contributing guidelines
voitau Apr 12, 2020
1804d6b
Update translation contributing guidelines
voitau Apr 12, 2020
29ab395
Add job to check sync status
voitau Apr 12, 2020
0b6e1ff
Merge pull request #3 from voitau/lang_ru
voitau Apr 12, 2020
0b26e21
Add badge link to gh action
voitau Apr 12, 2020
8053fd8
Add link to gitter
voitau Apr 12, 2020
f323c73
Translate: DNS, CDN, LB
voitau Apr 19, 2020
a94dbf4
Translate RU: Reverse proxy, applicaton layer
voitau Apr 25, 2020
ccb8233
Translate RU: database - start
voitau Apr 26, 2020
31ca2f9
Translate RU: databases - complete
voitau Apr 27, 2020
d48069b
Translation RU: fix typo
voitau Apr 27, 2020
d4a15a4
Translate RU: cache, security
voitau May 4, 2020
63459c2
Translate RU: appendix
voitau May 4, 2020
dd54aff
Translate RU: HTTP
voitau May 4, 2020
c43b431
Translate RU: fix typo
voitau May 4, 2020
3a357f7
Translate RU: communication
voitau May 11, 2020
df4826d
Merge remote-tracking branch 'upstream/master'
voitau Jun 6, 2020
28e1a8b
Translate RU: update headers and table of contents
voitau Jun 6, 2020
d1659a5
Update video link
voitau Jun 6, 2020
5990bdf
Update from main
voitau Jan 18, 2021
fb3a136
Update IMG links
voitau Jan 18, 2021
e975d51
Update translation from original
voitau Jan 18, 2021
226c6bb
Fix typos
voitau Jan 25, 2021
19a3361
docs: update README-ru.md
Nov 18, 2021
54a39c5
docs: update README-ru.md
anton-marchenko Nov 25, 2021
46b3eae
Merge pull request #20 from anton-marchenko/patch-3
voitau Jun 15, 2023
51c31c6
Merge pull request #19 from ghost/patch-1
voitau Jun 15, 2023
a558e84
docs: update README-ru.md
eartqk Oct 30, 2023
44eb5f3
Merge pull request #21 from eartqk/improve-translation-1
voitau Oct 31, 2023
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
21 changes: 21 additions & 0 deletions .github/workflows/l10n-sync-ru.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: l10n-sync-ru

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
sync-status-ru:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Download mdlm
run: curl -o- https://raw.githubusercontent.com/markdown-localization/mdlm-sh/v0.0.20/install.sh | bash

- name: Sync status - ru
run: |
$HOME/.mdlm/mdlm.sh diff ru
Loading