Commit Graph

51 Commits

Author SHA1 Message Date
Boris Verkhovskiy
da7182cb2e
Reclassify shells as languages (#5150) 2024-10-20 15:11:09 -07:00
Boris Verkhovskiy
f4d4fb76ba
Fix language names (#5148) 2024-10-20 14:46:35 -07:00
Kenryu Shibata
94c8d06049
[C/ja-jp] Added Japanese Translation (#4978) 2024-06-29 13:46:00 -06:00
Boris Verkhovskiy
e1bc8441e8 [julia/*] highlight as julia 2024-05-27 12:11:49 -06:00
有賀 清一 Seiichi Ariga
5aa44434a2
[nim/ja-jp] New Japanese translation (#4766) 2024-05-13 11:01:57 -06:00
Boris Verkhovskiy
b6bc1197b0 [rust/*] playpen -> Playground 2024-04-26 20:48:43 -07:00
Boris Verkhovskiy
1924d58159 [python/*] proofread en and ru and all links 2024-04-26 01:48:54 -07:00
Boris Verkhovskiy
33e7713577 [vim/*] highlight vimrc 2024-04-20 00:57:37 -07:00
Boris Verkhovskiy
0aceb41100 [python/*] remove feedback email request 2024-04-07 03:54:02 -07:00
Boris Verkhovskiy
8c519ac0da
Merge pull request #4677 from kenryuS/css-ja-jp
[css/ja-jp] Added New Translated Document: css-jp.html.markdown
2024-04-06 08:53:04 -07:00
Boris Verkhovskiy
3e687f1a8c Remove leading and trailing empty lines in code blocks 2024-04-06 08:33:50 -07:00
Boris Verkhovskiy
d105966d65
Merge pull request #4534 from Takashicc/feat/add-translate-for-rust-ja-jp
[rust/ja-jp]Add traslate for rust in ja-jp
2024-04-06 04:07:57 -07:00
Boris Verkhovskiy
cdd8e99d51
Merge pull request #4710 from kenryuS/python-jajp-4709
[python/ja-jp] added translations
2024-04-04 08:08:41 -07:00
ven
05f7d97fc5
#4833 2024-02-01 10:58:20 +01:00
haru
b096e937ad
Add yaml-jp.html.markdown (#4330) 2024-01-30 11:34:42 +01:00
Kenryu Shibata
05f21578b2
Update python-jp.html.markdown 2023-07-12 22:28:05 -04:00
kenryuS
937125b5a4 [css/ja-jp] Added New Translated Document: css-jp.html.markdown 2023-05-27 00:41:10 -04:00
Takashicc
02724e0fd1
feat: Add traslate for rust in ja-jp 2022-11-05 11:27:20 +09:00
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