Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433828e commit ef5c973Copy full SHA for ef5c973
CLAUDE.md
@@ -61,7 +61,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
61
62
#### 4.1 ファイルの分割
63
64
-.poファイルのサイズが20kbを超える場合は、すべてをまとめて処理せず、splitpoコマンドでpoファイルを50エントリずつに分割して、それぞれを翻訳します。
+.poファイルのサイズが20kbを超える場合は、すべてをまとめて処理せず、splitpoコマンドでpoファイルを30エントリずつに分割して、それぞれを翻訳します。
65
66
67
```
@@ -84,9 +84,9 @@ options:
84
85
実行例:
86
87
- `splitpo -o /tmp/split_pathlib -e 50 library/pathlib.po`
+ `splitpo -o /tmp/split_pathlib -e 30 library/pathlib.po`
88
89
-このコマンドは、poファイルを50エントリごとに分割します。
+このコマンドは、poファイルを30エントリごとに分割します。
90
91
Split files are named with the pattern `{original_name}_part_{number}.po`:
92
- `input.po` → `input_part_000.po`, `input_part_001.po`, etc.
0 commit comments