diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-13 13:52:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-13 13:52:35 +0100 |
| commit | 8ce95511e4551065d2e948bcd008ac9c304c090a (patch) | |
| tree | cb43a33cc65b18fa422fb88d1470021cee9864cb | |
| parent | 0ae086a90ef262fed4e265df197fd62fcdfbccf7 (diff) | |
Try to fix wxWidgets string i18n on Debian/Ubuntu.
| -rw-r--r-- | debian/dcpomatic.install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/dcpomatic.install b/debian/dcpomatic.install new file mode 100644 index 000000000..67b55ae29 --- /dev/null +++ b/debian/dcpomatic.install @@ -0,0 +1,6 @@ +usr/local/share/locale/de/LC_MESSAGES/wxstd.mo usr/share/locale/de/LC_MESSAGES/dcpomatic-wxstd.mo +usr/local/share/locale/es/LC_MESSAGES/wxstd.mo usr/share/locale/es/LC_MESSAGES/dcpomatic-wxstd.mo +usr/local/share/locale/fr/LC_MESSAGES/wxstd.mo usr/share/locale/fr/LC_MESSAGES/dcpomatic-wxstd.mo +usr/local/share/locale/it/LC_MESSAGES/wxstd.mo usr/share/locale/it/LC_MESSAGES/dcpomatic-wxstd.mo +usr/local/share/locale/sv/LC_MESSAGES/wxstd.mo usr/share/locale/sv/LC_MESSAGES/dcpomatic-wxstd.mo +usr/local/share/locale/nl/LC_MESSAGES/wxstd.mo usr/share/locale/nl/LC_MESSAGES/dcpomatic-wxstd.mo |
