diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-02-11 00:09:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-02-11 00:09:51 +0100 |
| commit | 5b0eab7ce7020a3614aca93420e5138a158001cc (patch) | |
| tree | b43259ebd8fabb70aa69d8ba15be943ee79c6893 /platform | |
| parent | 4b3ad4386a14858d1e8edb54f5abc52cd92602d6 (diff) | |
Revert "Add stubs for Georgian (ka_KA) language support."
This reverts commit b5cecdd0ee7c75388d95e2f987538fe88c23893a.
I added this for somebody but no apparently translations were ever
forthcoming, so remove it again.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 | ||||
| -rw-r--r-- | platform/windows/wscript | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 7b9649410..79232dd31 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 ka_KA fa_IR; 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 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 3071468b2..990414722 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -337,10 +337,6 @@ 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\\locale\\fa_IR\\LC_MESSAGES" File "%binaries%/src/lib/mo/fa_IR/libdcpomatic2.mo" File "%binaries%/src/wx/mo/fa_IR/libdcpomatic2-wx.mo" |
