>From the starter script
`/Applications/Geany.app/Contents/MacOS/geany`
I gleaned, if there is an empty file like this:
`~/.config/geany/ignore_locale`
locale settings default to `en_US`
```
if test -e ~/.config/geany/ignore_locale; then
export LANG="en_US"
export LC_MESSAGES="en_US"
export LC_ALL="en_US.UTF-8"
else
```
That is a workaround! context now builds the PDF. Should this be needed?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1886#issuecomment-398398765