Arkadiusz Drabczyk
8fb2e2bfe0
Remove an executable bit from README_ru.md
Accidentally added in 52e269a .
1 年之前
Arkadiusz Drabczyk
13f3654146
Convert github.com/golang/go/wiki links to go.dev/wiki
Go wiki has moved https://github.com/golang/go/issues/61940 . Wiki at
github.com/golang/go/wiki does not automatically move to go.dev/wiki
but says that wiki has moved.
I used the following shell one-liner to convert all links:
$ find . -type f -print0 | xargs -0 sed -i 's,github.com/golang/go/wiki,go.dev/wiki,g'
To verify if they return 200:
$ ag -a --nofilename -o 'https?.+wiki/.+?\b' | sort | uniq | xargs curl -sI
HTTP/2 200
(...)
HTTP/2 200
1 年之前
Sultan Moldobaev
e1b0e3f400
README_ru: remove unknown word
This word meant "new Go Modules", but "new" in russian was written with typo and was unrecognizable.
Go Module isn't new as well.
2 年之前
Alfan Mubarok
194703678f
Add indonesian translation to all README files
2 年之前
seregavspb
dbe94ec89a
Update Russian translation
Minor changes to make the translation more natural
2 年之前
Dmitry Rakovets
b032da6480
refactor: update russian translation
2 年之前
japananh
7210d1e8d2
Add Vietnamese translation
4 年之前
Nikita Pivkin
ec1ceb7d73
fix typo
3 年之前
Rostislav Pylypiv
be5ef492b4
Translated to 128 string
3 年之前
Rostislav Pylypiv
275568c7e2
Added new translation to all README files
3 年之前
Alessio Pierobon
e78b867d1b
doc: adds missing "it" translation links
3 年之前
Vladimir Malinovskii
4fbfc42212
typo fix in README_ru.md
small typo fix
3 年之前
Mikey Boldt
00c345d99a
Update link to Terraform example
That repo's master branch was renamed to main.
4 年之前
Vei Ch
5648e0d3a2
Update README_ru.md
Making russian translation more readable
4 年之前
Kyle Quest
23bda496bb
Turkish translation link updates
4 年之前
Kyle Quest
4e2cf8b9b3
russian translation link updates
4 年之前
nikita.glaktionov
52e269add5
Fix typo
4 年之前
nikita.glaktionov
78038e0a64
Adds russian language version of README.md file
4 年之前