darktable 翻譯流程
前置作業
sudo dnf builddep darktable
pip install --user jsonschema
git clone https://github.com/l10n-tw/darktable.git
cd darktable git remote add upstream https://github.com/darktable-org/darktable.git
翻譯前
git fetch upstream
git merge upstream/master
建置
git submodule init
git submodule update
./build.sh
建立 pot 模本
intltool-update -p
接著再用 poedit 打開 pot 檔,建立 zh_TW.po 並接手翻譯即可。
sudo dnf builddep darktable
pip install --user jsonschema
git clone https://github.com/l10n-tw/darktable.git
cd darktable git remote add upstream https://github.com/darktable-org/darktable.git
翻譯前
git fetch upstream
git merge upstream/master
建置
git submodule init
git submodule update
./build.sh
建立 pot 模本
intltool-update -p
接著再用 poedit 打開 pot 檔,建立 zh_TW.po 並接手翻譯即可。