diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-10-10 00:02:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-10-14 23:10:52 +0200 |
| commit | 559ca18f3ea4c8074c31959be78154a6ba16edc5 (patch) | |
| tree | 3ab48aa52bf7c9c177bc6b6ed1db121d3e10306f /platform/osx/make_dmg.sh | |
| parent | 24014f90efd0638306b354e37459d77cf5a07129 (diff) | |
Install fa_IR wxWidgets translations.
Diffstat (limited to 'platform/osx/make_dmg.sh')
| -rw-r--r-- | platform/osx/make_dmg.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index da7c38812..c2dcad8c8 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -290,6 +290,9 @@ function copy_resources { mkdir "$dest/$lang" cp $ENV/$ARCH1/share/locale/$lang/LC_MESSAGES/wxstd*.mo "$dest/$lang" done + + mkdir "$dest/fa" + cp $source/build/src/wx/mo/fa_IR/wxstd.mo "$dest/fa/wxstd-3.2.mo" } # param $1 list of things that link to other things |
