-
Notifications
You must be signed in to change notification settings - Fork 49.4k
ru: Add Russian translation #502
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
Open
voitau
wants to merge
34
commits into
donnemartin:master
Choose a base branch
from
voitau:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+4,063
−1
Open
Changes from 28 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
82328a0
Initial version of Russian translation
voitau 2c752d7
Add link to README-ru.md file
voitau 57612f6
Merge pull request #2 from voitau/lang_ru
voitau 182217a
Add message about contributing to translation
voitau 47a6a02
Update styling
voitau b59b8bf
Update translation contributing guidelines
voitau 1804d6b
Update translation contributing guidelines
voitau 29ab395
Add job to check sync status
voitau 0b6e1ff
Merge pull request #3 from voitau/lang_ru
voitau 0b26e21
Add badge link to gh action
voitau 8053fd8
Add link to gitter
voitau f323c73
Translate: DNS, CDN, LB
voitau a94dbf4
Translate RU: Reverse proxy, applicaton layer
voitau ccb8233
Translate RU: database - start
voitau 31ca2f9
Translate RU: databases - complete
voitau d48069b
Translation RU: fix typo
voitau d4a15a4
Translate RU: cache, security
voitau 63459c2
Translate RU: appendix
voitau dd54aff
Translate RU: HTTP
voitau c43b431
Translate RU: fix typo
voitau 3a357f7
Translate RU: communication
voitau df4826d
Merge remote-tracking branch 'upstream/master'
voitau 28e1a8b
Translate RU: update headers and table of contents
voitau d1659a5
Update video link
voitau 5990bdf
Update from main
voitau fb3a136
Update IMG links
voitau e975d51
Update translation from original
voitau 226c6bb
Fix typos
voitau 19a3361
docs: update README-ru.md
54a39c5
docs: update README-ru.md
anton-marchenko 46b3eae
Merge pull request #20 from anton-marchenko/patch-3
voitau 51c31c6
Merge pull request #19 from ghost/patch-1
voitau a558e84
docs: update README-ru.md
eartqk 44eb5f3
Merge pull request #21 from eartqk/improve-translation-1
voitau File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. would it be possible to use v4 ? |
||
|
||
- 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 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
using latest is not a good practice.
specify a major version if possible