summaryrefslogtreecommitdiff
path: root/DEVELOP.md
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-07-08 22:58:01 +0200
committerCarl Hetherington <cth@carlh.net>2022-07-08 22:58:01 +0200
commit8ea0bc72744e288a5d8a6c8f23d6dc93e6d4ee66 (patch)
tree196ab9c0d9c9f54c1b877fa01f46ff46c31d659f /DEVELOP.md
parent96f5789537c9e2f9b3ea77a381b3e8cf29b5075d (diff)
Add a missing step when adding a new translation.
Diffstat (limited to 'DEVELOP.md')
-rw-r--r--DEVELOP.md1
1 files changed, 1 insertions, 0 deletions
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.