here it is. essentially the same result. sed seems to be the system one, though
I do have homebrew installed.
```
which sed
/usr/bin/sed
```
```
defaults read .GlobalPreferences AppleLanguages
(
de,
en,
"zh-Hant"
)
```
I wonder what I could have done to the system to get only "de". Actually it is
a fairly fresh install. 10.11.6 El Capitain. Asides from a good bit of network
blocking (outgoing) it is pretty default.
--
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-398543194