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/' {} \;
```
This commit is contained in:
Simon Shine 2020-02-12 06:23:31 +01:00
parent 887cbee8af
commit ae848c481f
13 changed files with 13 additions and 13 deletions

View File

@ -11,7 +11,7 @@ contributors:
translators: translators:
- ["Ahmad Hegazy", "https://github.com/ahegazy"] - ["Ahmad Hegazy", "https://github.com/ahegazy"]
lang: ar-ar lang: ar-ar
filename: learnpython3-ar.py filename: learnpython-ar.py
--- ---
لقد أُنشئت لغة البايثون بواسطة جايدو ڤان روسم في بداية التسعينات. هي الأن أحد أشهر اللغات الموجودة. لقد أُنشئت لغة البايثون بواسطة جايدو ڤان روسم في بداية التسعينات. هي الأن أحد أشهر اللغات الموجودة.

View File

@ -5,7 +5,7 @@ contributors:
translators: translators:
- ["kultprok", "http:/www.kulturproktologie.de"] - ["kultprok", "http:/www.kulturproktologie.de"]
- ["matthiaskern", "https://github.com/matthiaskern"] - ["matthiaskern", "https://github.com/matthiaskern"]
filename: learnpython3-de.py filename: learnpython-de.py
lang: de-de lang: de-de
--- ---

View File

@ -8,7 +8,7 @@ contributors:
- ["evuez", "http://github.com/evuez"] - ["evuez", "http://github.com/evuez"]
- ["Rommel Martinez", "https://ebzzry.io"] - ["Rommel Martinez", "https://ebzzry.io"]
- ["Roberto Fernandez Diaz", "https://github.com/robertofd1995"] - ["Roberto Fernandez Diaz", "https://github.com/robertofd1995"]
filename: learnpython3-gr.py filename: learnpython-gr.py
lang: el-gr lang: el-gr
--- ---

View File

@ -5,7 +5,7 @@ contributors:
translators: translators:
- ["Camilo Garrido", "http://twitter.com/hirohope"] - ["Camilo Garrido", "http://twitter.com/hirohope"]
lang: es-es lang: es-es
filename: learnpython3-es.py filename: learnpython-es.py
--- ---
Python fue creado por Guido Van Rossum en el principio de los 90'. Ahora es uno Python fue creado por Guido Van Rossum en el principio de los 90'. Ahora es uno

View File

@ -8,7 +8,7 @@ contributors:
translators: translators:
- ["Gnomino", "https://github.com/Gnomino"] - ["Gnomino", "https://github.com/Gnomino"]
- ["Julien M'Poy", "http://github.com/groovytron"] - ["Julien M'Poy", "http://github.com/groovytron"]
filename: learnpython3-fr.py filename: learnpython-fr.py
lang: fr-fr lang: fr-fr
--- ---

View File

@ -1,6 +1,6 @@
--- ---
language: Python language: Python
filename: learnpython3-it.py filename: learnpython-it.py
contributors: contributors:
- ["Louie Dinh", "http://pythonpracticeprojects.com"] - ["Louie Dinh", "http://pythonpracticeprojects.com"]
- ["Steven Basart", "http://github.com/xksteven"] - ["Steven Basart", "http://github.com/xksteven"]

View File

@ -11,7 +11,7 @@ contributors:
translators: translators:
- ["kakakaya", "https://github.com/kakakaya"] - ["kakakaya", "https://github.com/kakakaya"]
- ["Ryota Kayanuma", "https://github.com/PicoSushi"] - ["Ryota Kayanuma", "https://github.com/PicoSushi"]
filename: learnpython3-jp.py filename: learnpython-jp.py
lang: ja-jp lang: ja-jp
--- ---

View File

@ -9,7 +9,7 @@ translators:
- ["Paulo Henrique Rodrigues Pinheiro", "http://www.sysincloud.it"] - ["Paulo Henrique Rodrigues Pinheiro", "http://www.sysincloud.it"]
- ["Monique Baptista", "https://github.com/bfmonique"] - ["Monique Baptista", "https://github.com/bfmonique"]
lang: pt-br lang: pt-br
filename: learnpython3-pt.py filename: learnpython-pt.py
--- ---
Python foi criada por Guido Van Rossum nos anos 1990. Ela é atualmente uma Python foi criada por Guido Van Rossum nos anos 1990. Ela é atualmente uma

View File

@ -9,7 +9,7 @@ contributors:
- ["Rommel Martinez", "https://ebzzry.io"] - ["Rommel Martinez", "https://ebzzry.io"]
- ["Roberto Fernandez Diaz", "https://github.com/robertofd1995"] - ["Roberto Fernandez Diaz", "https://github.com/robertofd1995"]
- ["caminsha", "https://github.com/caminsha"] - ["caminsha", "https://github.com/caminsha"]
filename: learnpython3.py filename: learnpython.py
--- ---
Python was created by Guido van Rossum in the early 90s. It is now one of the most popular Python was created by Guido van Rossum in the early 90s. It is now one of the most popular

View File

@ -6,7 +6,7 @@ contributors:
- ["Steven Basart", "http://github.com/xksteven"] - ["Steven Basart", "http://github.com/xksteven"]
translators: translators:
- ["Andre Polykanine", "https://github.com/Oire"] - ["Andre Polykanine", "https://github.com/Oire"]
filename: learnpython3-ru.py filename: learnpython-ru.py
--- ---
Язык Python был создан Гвидо ван Россумом в начале 90-х. Сейчас это один из Язык Python был создан Гвидо ван Россумом в начале 90-х. Сейчас это один из

View File

@ -8,7 +8,7 @@ contributors:
translators: translators:
- ["Eray AYDIN", "http://erayaydin.me/"] - ["Eray AYDIN", "http://erayaydin.me/"]
lang: tr-tr lang: tr-tr
filename: learnpython3-tr.py filename: learnpython-tr.py
--- ---
Python,90ların başlarında Guido Van Rossum tarafından oluşturulmuştur. En popüler olan dillerden biridir. Beni Python'a aşık eden sebep onun syntax beraklığı. Çok basit bir çalıştırılabilir söz koddur. Python,90ların başlarında Guido Van Rossum tarafından oluşturulmuştur. En popüler olan dillerden biridir. Beni Python'a aşık eden sebep onun syntax beraklığı. Çok basit bir çalıştırılabilir söz koddur.

View File

@ -1,6 +1,6 @@
--- ---
language: Python language: Python
filename: learnpython3-vi.py filename: learnpython-vi.py
contributors: contributors:
- ["Louie Dinh", "http://pythonpracticeprojects.com"] - ["Louie Dinh", "http://pythonpracticeprojects.com"]
- ["Steven Basart", "http://github.com/xksteven"] - ["Steven Basart", "http://github.com/xksteven"]

View File

@ -6,7 +6,7 @@ contributors:
- ["Andre Polykanine", "https://github.com/Oire"] - ["Andre Polykanine", "https://github.com/Oire"]
translators: translators:
- ["Geoff Liu", "http://geoffliu.me"] - ["Geoff Liu", "http://geoffliu.me"]
filename: learnpython3-cn.py filename: learnpython-cn.py
lang: zh-cn lang: zh-cn
--- ---