diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-24 00:01:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-07-24 00:01:22 +0200 |
| commit | b5cecdd0ee7c75388d95e2f987538fe88c23893a (patch) | |
| tree | b782a7b5fa0a821138951ef67599b3c0f6261b14 /platform | |
| parent | 94bbba64c270c9365e7ecb7a00fc40f04f203421 (diff) | |
Add stubs for Georgian (ka_KA) language support.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 | ||||
| -rw-r--r-- | platform/windows/wscript | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 67947a7e5..7853cc530 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -259,7 +259,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; do + 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 ka_KA; do mkdir -p "$dest/$lang/LC_MESSAGES" cp $prefix/src/dcpomatic/build/src/lib/mo/$lang/*.mo "$dest/$lang/LC_MESSAGES" cp $prefix/src/dcpomatic/build/src/wx/mo/$lang/*.mo "$dest/$lang/LC_MESSAGES" diff --git a/platform/windows/wscript b/platform/windows/wscript index e54455427..539d35bb3 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -301,6 +301,10 @@ SetOutPath "$INSTDIR\\locale\\hu_hu\\LC_MESSAGES" File "%binaries%/src/lib/mo/hu_HU/libdcpomatic2.mo" File "%binaries%/src/wx/mo/hu_HU/libdcpomatic2-wx.mo" File "%binaries%/src/tools/mo/hu_HU/dcpomatic2.mo" +SetOutPath "$INSTDIR\\locale\\ka_KA\\LC_MESSAGES" +File "%binaries%/src/lib/mo/ka_KA/libdcpomatic2.mo" +File "%binaries%/src/wx/mo/ka_KA/libdcpomatic2-wx.mo" +File "%binaries%/src/tools/mo/ka_KA/dcpomatic2.mo" SetOutPath "$INSTDIR" File "%resources%/../../fonts/LiberationSans-Regular.ttf" |
