From 8ea0bc72744e288a5d8a6c8f23d6dc93e6d4ee66 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 8 Jul 2022 22:58:01 +0200 Subject: [PATCH] Add a missing step when adding a new translation. --- DEVELOP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVELOP.md b/DEVELOP.md index e75b4adcf..11020d1ce 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -59,6 +59,7 @@ to load a script file called `stress` and start executing it. - cp build/src/lib/libdcpomatic.pot src/lib/po/$LANG.po - cp build/src/wx/libdcpomatic-wx.pot src/wx/po/$LANG.po - cp build/src/tools/libdcpomatic-wx.pot src/tools/po/$LANG.po +- sed "s/CHARSET/UTF-8/" src/tools/po/$LANG.po - Commit / push - Add credit to `src/wx/about_dialog.cc` and database. - Add to `i18n.php` on website and `update-i18n-stats` script, then run `update-i18n-stats` script. -- 2.30.2