diff --git a/Common/Controllers/SubProcess.swift b/Common/Controllers/SubProcess.swift index 5cfdce42..e9f40837 100644 --- a/Common/Controllers/SubProcess.swift +++ b/Common/Controllers/SubProcess.swift @@ -319,6 +319,10 @@ class SubProcess { if (try? url.checkResourceIsReachable()) == true { return identifier } + let url_rootless = URL(fileURLWithPath: "/var/jb/usr/share/locale")/identifier + if (try? url_rootless.checkResourceIsReachable()) == true { + return identifier + } } } return "en_US.UTF-8"