summaryrefslogtreecommitdiffhomepage
path: root/vi-vn
Commit message (Collapse)AuthorAgeLines
* [markdown/it-it,vi-vn,zh-cn,ko-kr,ru-ru] Fixed displaying of three backticks ↵Coldle2024-07-06-3/+1
| | | | (#4986)
* [python/*] proofread en and ru and all linksBoris Verkhovskiy2024-04-26-4/+2
|
* [markdown/*] remove table of contentsBoris Verkhovskiy2024-04-20-12/+1
|
* [typescript/*] remove dead links and formatBoris Verkhovskiy2024-04-18-6/+3
|
* Update highlighting languagesBoris Verkhovskiy2024-04-08-2/+2
|
* [python/*] remove feedback email requestBoris Verkhovskiy2024-04-07-2/+0
|
* Remove leading and trailing empty lines in code blocksBoris Verkhovskiy2024-04-06-13/+1
|
* Github -> GitHubBoris Verkhovskiy2024-04-04-1/+1
|
* Convert \r\n to \nBoris Verkhovskiy2024-04-04-703/+703
|
* Fix syntax highlighting for MarkdownBoris Verkhovskiy2024-04-03-13/+27
|
* [xml/vi-vn] add Vietnamese translation (#3731)Thanh Phan2023-12-14-0/+170
|
* Merge pull request #4376 from tobycm/patch-1Marcel Ribeiro Dantas, Ph.D2022-07-08-1/+1
|\ | | | | [json/vi-vn] Add a missing comma
| * Add a missing commatobycm2022-04-10-1/+1
| | | | | | In json/vi-vn
* | Remove GitGuy dead link from git material (close #4314)Marcel Ribeiro-Dantas2022-07-08-2/+0
|/
* Rename OS X to macOS (#4166)Борис Верховский2021-05-25-1/+1
|
* Python 3: Use 'filename: learnpython*.py' (no '3')Simon Shine2020-02-12-1/+1
| | | | | | | | | | | | | | | | | | | | Before renaming, Python 3 filenames were 'learnpython3*.py'. This commit removes the '3' part from the filename. To verify that the filenames were named consistently across translations prior to this commit, and to change this: ``` ack -H 'filename:' python.html.markdown find . -name "python-*.markdown" -exec ack -H 'filename:' {} \; sed -i 's/^filename: learnpython3/filename: learnpython/' \ python.html.markdown find . -name "python-*.markdown" -exec \ sed -i 's/^filename: learnpython3/filename: learnpython/' {} \; ```
* Python 3: 'language: Python'Simon Shine2020-02-12-1/+1
| | | | | | | | | | | | | Instead of listing 'language: python3' for Python 3, use language: Python as #3450 does. ``` find . -iname "python-*.markdown" -exec \ sed -i 's/language: python3/language: Python/' {} \; ```
* Switch links: 'python3 <-> python' and 'python <-> pythonlegacy'Simon Shine2020-02-12-1/+1
| | | | The list of references is exhausted by running 'ack docs/python'.
* Rename Python 3 markdown files into 'python'Simon Shine2020-02-12-0/+0
| | | | | | | | ``` for f in $(find . -iname "*python3*" | grep -vE 'git'); do fnew=$(echo "$f" | sed 's/python3/python/') git mv "$f" "$fnew" done
* mdAdam Bard2018-08-24-27/+27
|
* Merge pull request #2995 from thanhpd/markdown-viAndre Polykanine A.K.A. Menelion Elensúlë2017-11-04-0/+325
|\ | | | | [markdown/vi-vn] Added Vietnamese translation for Markdown language
| * Added Vietnamese translation for Markdown languagethanhpd2017-10-31-0/+325
| |
* | Added Vietnamese translation for Sass languagethanhpd2017-10-31-0/+590
|/
* Re-edit Less translation filethanhpd2017-10-25-10/+0
|
* Fixed minor typo for Less translation filethanhpd2017-10-25-1/+1
|
* Added Vietnamese translation for Lessthanhpd2017-10-25-0/+405
|
* Update typescript-vi.html.markdownAndre Polykanine A.K.A. Menelion Elensúlë2017-10-22-0/+1
| | | Moved @thanhpd to the `translators` section.
* Added Vietnamese translation for TypeScript languagethanhpd2017-10-22-0/+192
|
* fix language code suffix(#2832)Pratik Karki2017-08-25-1/+1
|
* fix language code suffix(#2832)Pratik Karki2017-08-25-1/+2
|
* fix language code suffix(#2832)Pratik Karki2017-08-25-1/+1
|
* [html/vi-vn] Add HTML tutorial in Vietnamese (#2749)Xuan (Sean) Luong2017-06-07-0/+123
| | | | | | * [html/vi-vn] Add HTML tutorial in Vietnamese * Address vendethiel's comments
* [python3/vi-vn] Add Python 3 tutorial in Vietnamese (#2747)Xuan (Sean) Luong2017-06-06-0/+913
| | | | | | * Add Python 3 tutorial in Vietnamese * Create a separate translators section
* Update objective-c-vi.html.markdownAdam Bard2016-03-15-2/+0
|
* Merge pull request #1470 from vinhnglx/ruby-ecosystem-to-viven2016-03-10-0/+148
|\ | | | | Translate Ruby-ecosystem to Vietnamese
| * Translate Ruby-ecosystem to VietnameseVinh Nguyen2015-10-11-0/+148
| |
* | fix typothanhpd2015-10-17-1/+1
| |
* | Vietnamese translation of json addedthanhpd2015-10-17-0/+76
| |
* | Merge pull request #1423 from AndyBrown91/objective-cLevi Bostian2015-10-12-1/+1
|\ \ | | | | | | [objective-c/en-fr-ru-tr-vn] Enable syntax highlighting
| * | [objective-c/en-fr-ru-tr-vn] Enable syntax highlightingAndy B2015-10-09-1/+1
| |/
* | Add languageVinh Nguyen2015-10-11-0/+1
| |
* | Translate Ruby to vietnameseVinh Nguyen2015-10-11-0/+548
|/
* Fix Vietnamese Git guide typo and update contentVinh Nguyen2014-10-25-28/+38
|
* Review docs for added rouge lexers and update those with new highlightersAdam2014-09-08-1/+1
|
* UpdatesAdam2013-10-27-2/+3
|
* add Git and Obj-C translation in Vietnamese languageVinh Nguyen2013-10-04-0/+710