Python 2 'language': Python 2 (legacy)

Instead of listing 'language: python' for Python 2, use

    language: Python 2 (legacy)

```
find . -iname "*pythonlegacy*" -exec \
  sed -i 's/^language: .*/language: Python 2 (legacy)/' {} \;
```
This commit is contained in:
Simon Shine 2020-02-12 05:09:13 +01:00
parent efe00fd06e
commit 95c8b24ebf
15 changed files with 15 additions and 15 deletions

View File

@ -1,5 +1,5 @@
---
language: python
language: Python 2 (legacy)
contributors:
- ["Louie Dinh", "http://ldinh.ca"]
translators:

View File

@ -1,5 +1,5 @@
---
language: python
language: Python 2 (legacy)
contributors:
- ["Louie Dinh", "http://ldinh.ca"]
translators:

View File

@ -1,5 +1,5 @@
---
language: python
language: Python 2 (legacy)
filename: learnpython-fr.py
contributors:
- ["Louie Dinh", "http://ldinh.ca"]

View File

@ -1,5 +1,5 @@
---
language: python
language: Python 2 (legacy)
contributors:
- ["Louie Dinh", "http://ldinh.ca"]
- ["Amin Bandali", "https://aminb.org"]

View File

@ -1,5 +1,5 @@
---
language: python
language: Python 2 (legacy)
filename: learnpython-it.py
contributors:
- ["Louie Dinh", "http://ldinh.ca"]

View File

@ -1,5 +1,5 @@
---
language: python
language: Python 2 (legacy)
category: language
contributors:
- ["Louie Dinh", "http://ldinh.ca"]

View File

@ -1,7 +1,7 @@
---
name: python
category: language
language: python
language: Python 2 (legacy)
filename: learnpython-pl.py
contributors:
- ["Louie Dinh", "http://ldinh.ca"]

View File

@ -1,5 +1,5 @@
---
language: python
language: Python 2 (legacy)
contributors:
- ["Louie Dinh", "http://ldinh.ca"]
translators:

View File

@ -1,5 +1,5 @@
---
language: python
language: Python 2 (legacy)
contributors:
- ["Louie Dinh", "http://ldinh.ca"]
- ["Amin Bandali", "https://aminb.org"]

View File

@ -1,5 +1,5 @@
---
language: python
language: Python 2 (legacy)
contributors:
- ["Louie Dinh", "http://ldinh.ca"]
translators:

View File

@ -1,5 +1,5 @@
---
language: python
language: Python 2 (legacy)
lang: ru-ru
contributors:
- ["Louie Dinh", "http://ldinh.ca"]

View File

@ -1,5 +1,5 @@
---
language: python
language: Python 2 (legacy)
filename: learnpython-tr.py
contributors:
- ["Louie Dinh", "http://ldinh.ca"]

View File

@ -1,5 +1,5 @@
---
language: python
language: Python 2 (legacy)
lang: uk-ua
contributors:
- ["Louie Dinh", "http://ldinh.ca"]

View File

@ -1,5 +1,5 @@
---
language: python
language: Python 2 (legacy)
contributors:
- ["Louie Dinh", "http://ldinh.ca"]
translators:

View File

@ -1,5 +1,5 @@
---
language: python
language: Python 2 (legacy)
contributors:
- ["Louie Dinh", "http://ldinh.ca"]
- ["Amin Bandali", "http://aminbandali.com"]