diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-11 02:13:54 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-11 13:12:21 +0200 |
| commit | 8b377dff83c734b3754688a6c6d665e697201b10 (patch) | |
| tree | 8b6f29f25dfd39f2b3012ba28d8fdaac4d8a2fd6 /src/lib/util.cc | |
| parent | 08c59d5232072f604e15216bd1abc29e7b7576be (diff) | |
Add mo_path() for Linux.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 81ae4c494..7dd2db83e 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -529,6 +529,15 @@ mo_path() } #endif +#ifdef DCPOMATIC_LINUX +boost::filesystem::path +mo_path() +{ + return LINUX_LOCALE_PREFIX; +} +#endif + + void dcpomatic_setup_gettext_i18n(string lang) { |
