Commit Graph

32 Commits

Author SHA1 Message Date
Борис Верховский
a502f8d723
Rename OS X to macOS (#4166) 2021-05-25 13:42:50 +02:00
Simon Shine
ae848c481f Python 3: Use 'filename: learnpython*.py' (no '3')
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/' {} \;
```
2020-02-12 07:04:42 +01:00
Simon Shine
8f5fac9895 Python 3: 'language: Python'
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/' {} \;
```
2020-02-12 07:04:42 +01:00
Simon Shine
efe00fd06e Switch links: 'python3 <-> python' and 'python <-> pythonlegacy'
The list of references is exhausted by running 'ack docs/python'.
2020-02-12 05:03:08 +01:00
Simon Shine
a3b0585374 Rename Python 3 markdown files into 'python'
```
for f in $(find . -iname "*python3*" | grep -vE 'git'); do
  fnew=$(echo "$f" | sed 's/python3/python/')
  git mv "$f" "$fnew"
done
2020-02-12 04:54:36 +01:00
Adam Bard
573b2f673c md 2018-08-24 19:44:16 -07:00
Andre Polykanine A.K.A. Menelion Elensúlë
0e0ece6692
Merge pull request #2995 from thanhpd/markdown-vi
[markdown/vi-vn] Added Vietnamese translation for Markdown language
2017-11-04 15:10:07 +02:00
thanhpd
28ce1bc6d7 Added Vietnamese translation for Markdown language 2017-10-31 22:12:33 +07:00
thanhpd
ef8e72783b Added Vietnamese translation for Sass language 2017-10-31 22:08:37 +07:00
thanhpd
ab094ff061 Re-edit Less translation file 2017-10-25 22:12:24 +07:00
thanhpd
4d248efdb8 Fixed minor typo for Less translation file 2017-10-25 20:48:16 +07:00
thanhpd
52324c9d0f Added Vietnamese translation for Less 2017-10-25 20:46:38 +07:00
Andre Polykanine A.K.A. Menelion Elensúlë
25c57dc0db Update typescript-vi.html.markdown
Moved @thanhpd to the `translators` section.
2017-10-22 21:34:32 +03:00
thanhpd
a65623736d Added Vietnamese translation for TypeScript language 2017-10-22 23:41:56 +07:00
Pratik Karki
f0d94e6f9c fix language code suffix(#2832) 2017-08-25 14:18:31 +05:45
Pratik Karki
a734cc54b4 fix language code suffix(#2832) 2017-08-25 14:18:10 +05:45
Pratik Karki
96c7ccadfe fix language code suffix(#2832) 2017-08-25 14:17:39 +05:45
Xuan (Sean) Luong
0c1d3dc27a [html/vi-vn] Add HTML tutorial in Vietnamese (#2749)
* [html/vi-vn] Add HTML tutorial in Vietnamese

* Address vendethiel's comments
2017-06-07 16:48:40 +02:00
Xuan (Sean) Luong
04b6f42964 [python3/vi-vn] Add Python 3 tutorial in Vietnamese (#2747)
* Add Python 3 tutorial in Vietnamese

* Create a separate translators section
2017-06-06 16:53:34 +02:00
Adam Bard
319d426507 Update objective-c-vi.html.markdown 2016-03-15 15:35:51 -07:00
ven
c84caf24f8 Merge pull request #1470 from vinhnglx/ruby-ecosystem-to-vi
Translate Ruby-ecosystem to Vietnamese
2016-03-10 23:05:58 +01:00
thanhpd
610d523b1a fix typo 2015-10-17 15:33:10 +07:00
thanhpd
1a8ec472ed Vietnamese translation of json added 2015-10-17 15:10:36 +07:00
Levi Bostian
6849c34771 Merge pull request #1423 from AndyBrown91/objective-c
[objective-c/en-fr-ru-tr-vn] Enable syntax highlighting
2015-10-12 22:58:18 -05:00
Vinh Nguyen
ec813df15e Translate Ruby-ecosystem to Vietnamese 2015-10-11 17:24:27 +07:00
Vinh Nguyen
a1eabd5187 Add language 2015-10-11 16:05:07 +07:00
Vinh Nguyen
1b0740ef8e Translate Ruby to vietnamese 2015-10-11 09:28:59 +07:00
Andy B
1e90e7da1d [objective-c/en-fr-ru-tr-vn] Enable syntax highlighting 2015-10-09 15:34:27 +01:00
Vinh Nguyen
f7b1bfeb45 Fix Vietnamese Git guide typo and update content 2014-10-25 09:59:01 +07:00
Adam
eab554a7a7 Review docs for added rouge lexers and update those with new highlighters 2014-09-08 13:08:28 +02:00
Adam
7ff3de74fe Updates 2013-10-27 22:17:56 -07:00
Vinh Nguyen
23c432f7af add Git and Obj-C translation in Vietnamese language 2013-10-04 23:18:05 +07:00