← 返回命令列表

Linux command

poedit 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Open a PO file for editing

poedit [file.po]

Create a new translation from a POT template

poedit --new [template.pot]

Open a file and jump to a specific line

poedit --line [10] [file.po]

说明

Poedit is a graphical editor for gettext PO translation files. It provides an intuitive interface for translators with features like translation memory, glossary, and machine translation integration.

参数

--new _file_
Create new catalog from POT.
--line _num_
Open file at the specified line number.
--help
Display usage information and exit.
--version
Display version information and exit.

FAQ

What is the poedit command used for?

Poedit is a graphical editor for gettext PO translation files. It provides an intuitive interface for translators with features like translation memory, glossary, and machine translation integration.

How do I run a basic poedit example?

Run `poedit [file.po]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --new _file_ do in poedit?

Create new catalog from POT.