Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef5c973

Browse files
committed
update pathlib
1 parent 433828e commit ef5c973

File tree

2 files changed

+277
-18
lines changed

2 files changed

+277
-18
lines changed

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
6161

6262
#### 4.1 ファイルの分割
6363

64-
.poファイルのサイズが20kbを超える場合は、すべてをまとめて処理せず、splitpoコマンドでpoファイルを50エントリずつに分割して、それぞれを翻訳します。
64+
.poファイルのサイズが20kbを超える場合は、すべてをまとめて処理せず、splitpoコマンドでpoファイルを30エントリずつに分割して、それぞれを翻訳します。
6565

6666

6767
```
@@ -84,9 +84,9 @@ options:
8484

8585
実行例:
8686

87-
`splitpo -o /tmp/split_pathlib -e 50 library/pathlib.po`
87+
`splitpo -o /tmp/split_pathlib -e 30 library/pathlib.po`
8888

89-
このコマンドは、poファイルを50エントリごとに分割します
89+
このコマンドは、poファイルを30エントリごとに分割します
9090

9191
Split files are named with the pattern `{original_name}_part_{number}.po`:
9292
- `input.po``input_part_000.po`, `input_part_001.po`, etc.

0 commit comments

Comments
 (0)