summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-01-11 16:07:15 +0100
committerCarl Hetherington <cth@carlh.net>2026-01-11 16:07:15 +0100
commitd9913641c864b9bc1588a757a551ba52afbb00b0 (patch)
treeb0c1075970d1406f6586b4244a28f24b7e27f4ef /platform
parent879470a03245d913c467f05794f72ee47e7c9998 (diff)
Add ko_KR translation stub.
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/make_dmg.sh2
-rw-r--r--platform/windows/wscript5
2 files changed, 6 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index 82ee74d1c..fceae22bc 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -279,7 +279,7 @@ function copy_resources {
cp -r $prefix/share/libdcp/ratings "$dest"
# i18n: DCP-o-matic .mo files
- for lang in de_DE es_ES fr_FR it_IT sv_SE nl_NL ru_RU pl_PL da_DK pt_PT pt_BR sk_SK cs_CZ uk_UA zh_CN tr_TR sl_SI hu_HU fa_IR; do
+ for lang in de_DE es_ES fr_FR it_IT ko_KR sv_SE nl_NL ru_RU pl_PL da_DK pt_PT pt_BR sk_SK cs_CZ uk_UA zh_CN tr_TR sl_SI hu_HU fa_IR; do
mkdir -p "$dest/$lang/LC_MESSAGES"
cp $source/build/src/lib/mo/$lang/*.mo "$dest/$lang/LC_MESSAGES"
cp $source/build/src/wx/mo/$lang/*.mo "$dest/$lang/LC_MESSAGES"
diff --git a/platform/windows/wscript b/platform/windows/wscript
index 5495eb765..c69cb6761 100644
--- a/platform/windows/wscript
+++ b/platform/windows/wscript
@@ -266,6 +266,11 @@ File "%binaries%/src/lib/mo/it_IT/libdcpomatic2.mo"
File "%binaries%/src/wx/mo/it_IT/libdcpomatic2-wx.mo"
File "%binaries%/src/tools/mo/it_IT/dcpomatic2.mo"
File "%static_deps%/share/locale/it/LC_MESSAGES/wxstd-3.1.mo"
+SetOutPath "$INSTDIR\\locale\\ko\\LC_MESSAGES"
+File "%binaries%/src/lib/mo/ko_KR/libdcpomatic2.mo"
+File "%binaries%/src/wx/mo/ko_KR/libdcpomatic2-wx.mo"
+File "%binaries%/src/tools/mo/ko_KR/dcpomatic2.mo"
+File "%static_deps%/share/locale/ko/LC_MESSAGES/wxstd-3.1.mo"
SetOutPath "$INSTDIR\\locale\\es\\LC_MESSAGES"
File "%binaries%/src/lib/mo/es_ES/libdcpomatic2.mo"
File "%binaries%/src/wx/mo/es_ES/libdcpomatic2-wx.mo"