Commit Graph

33 Commits

Author SHA1 Message Date
Kota Kato
ca3246f7f8
[vim/ja] Fix mistake 2021-04-16 08:24:34 +09:00
KotaKato
56151049a7 [vim/ja-jp]Add translate for vim in ja-jp 2021-04-15 23:01:43 +09:00
Luxor
4f1a1b6ec4
Update python-jp.html.markdown
Fix tiny typo
2020-03-24 20:44:47 +09: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
Ryota Kayanuma
1391c0194a [asciidoc/ja-jp]Add translate for AsciiDoc in ja-jp (#3578)
* Add translate for AsciiDoc in ja-jp

* Fix yaml parameters
2019-08-03 14:19:41 +05:30
Ryota Kayanuma
19bf7cc67d [python3/ja-jp]Update python3 jp (#3566) 2019-08-03 01:26:44 +05:30
HairyFotr
985d23a52b
Fix a bunch of typos 2017-08-23 10:14:39 +02:00
kakakaya
61e0d6e13b [python3/ja-jp] New Translation: python3/ja-jp (#2592)
* [python3/en] Add empty tuple to "False if evaluated" list

* Add python3 to ja-jp directory

* Translated section 1

* 2章

* コメントのインデントを変更

* 3章

* [python3/en] Fixed "StopIterator Exception" - no such exception

* 4章

* 5章

* 6.0章

* 6.1章

* 7章

* [python3/ja-jp] Fixed filename

* Fix filename suffix, lang code
2016-12-04 10:07:24 +01:00
Jacob Ward
97cbeab835 [bash-jp/ja-jp] Corrected spelling. seperated -> separated 2016-02-17 22:23:30 -07:00
Tomy
e48f99593e update filename 2016-01-26 19:56:15 +09:00
Tomy
92beb9c37c feedback 2016-01-26 19:53:14 +09:00
Tomy
a7e6bf2f9f fix typo 2016-01-17 16:21:04 +09:00
Tomy
12ca00c308 translate all 2016-01-17 16:18:48 +09:00
Tomy
b8784faf28 translate to 487 2016-01-17 13:04:25 +09:00
Tomy
b5bdff8f9e translate to 328 2016-01-16 00:07:29 +09:00
Tomy
e7f1108b20 translate 100 to 150 lines 2016-01-14 21:15:25 +09:00
Tomy
b41a699099 translate until line 100 2016-01-14 00:01:47 +09:00
Tomy
26d90c9914 translate first block 2015-10-18 13:27:55 +09:00
Tomy
95af711a03 begin translate 2015-10-18 13:00:23 +09:00
Yuichi Motoyama
d02448f789 [julia/ja] Added missing lang: ja-jp
Sorry, I missed writing `lang: ja-jp` in #894, and made a new Julia language tree in the top page.
2015-01-13 09:29:15 +09:00
Yuichi Motoyama
7915169dde finish translating X=Julia into Japanese 2014-12-22 14:45:11 +09:00
Yuichi Motoyama
09ab1c3aee finish translating (original english remains for review) 2014-12-20 12:33:17 +09:00
Yuichi Motoyama
c43b73a369 start translating julia into japanese 2014-12-20 09:52:43 +09:00
Adam
eab554a7a7 Review docs for added rouge lexers and update those with new highlighters 2014-09-08 13:08:28 +02:00
Akira Hirose
2fb3fc3570 just an update of Japanese introduction part 2014-07-23 15:20:24 +09:00
Akira Hirose
a472308c38 bash document Japanese version 2014-07-23 15:15:50 +09:00
Akira Hirose
2f29a176cf Updated the Japanese comment to be more understandable. 2014-07-23 10:43:05 +09:00
Akira Hirose
3aa5f6aaaf translation finished. 2014-07-22 15:49:20 +09:00
Akira Hirose
bb1dc2de97 still on a middle way 2014-07-16 18:53:32 +09:00
Akira Hirose
772370c518 Japanese version. Just on a middle of way. 2014-07-16 14:51:56 +09:00