learnxinyminutes-docs/vi-vn
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
..
git-vi.html.markdown Fix Vietnamese Git guide typo and update content 2014-10-25 09:59:01 +07:00
html-vi.html.markdown fix language code suffix(#2832) 2017-08-25 14:17:39 +05:45
json-vi.html.markdown fix typo 2015-10-17 15:33:10 +07:00
less-vi.html.markdown Re-edit Less translation file 2017-10-25 22:12:24 +07:00
markdown-vi.html.markdown md 2018-08-24 19:44:16 -07:00
objective-c-vi.html.markdown Update objective-c-vi.html.markdown 2016-03-15 15:35:51 -07:00
python-vi.html.markdown Python 3: Use 'filename: learnpython*.py' (no '3') 2020-02-12 07:04:42 +01:00
ruby-ecosystem-vi.html.markdown Translate Ruby-ecosystem to Vietnamese 2015-10-11 17:24:27 +07:00
ruby-vi.html.markdown fix language code suffix(#2832) 2017-08-25 14:18:31 +05:45
sass-vi.html.markdown Added Vietnamese translation for Sass language 2017-10-31 22:08:37 +07:00
typescript-vi.html.markdown Update typescript-vi.html.markdown 2017-10-22 21:34:32 +03:00