learnxinyminutes-docs/ja-jp
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
..
asciidoc.html.markdown [asciidoc/ja-jp]Add translate for AsciiDoc in ja-jp (#3578) 2019-08-03 14:19:41 +05:30
bash-jp.html.markdown [bash-jp/ja-jp] Corrected spelling. seperated -> separated 2016-02-17 22:23:30 -07:00
julia-jp.html.markdown [julia/ja] Added missing lang: ja-jp 2015-01-13 09:29:15 +09:00
php-jp.html.markdown Fix a bunch of typos 2017-08-23 10:14:39 +02:00
python-jp.html.markdown Python 3: Use 'filename: learnpython*.py' (no '3') 2020-02-12 07:04:42 +01:00
r-jp.html.markdown Review docs for added rouge lexers and update those with new highlighters 2014-09-08 13:08:28 +02:00