Piglatin translaton doesn't work anymore
Describe the bug
If #141 (closed) is fixed via !101 (merged), then the piglatin localization no longer works
To Reproduce
Steps to reproduce the behavior:
- LANG=en@piglatin lisp
- The herald is not in piglatin anymore
Expected behavior
Cmucl should print all messages in piglatin
Desktop (please complete the following information):
- OS: All
- Version: ToT
Additional context
When i18n support was added, a machine-generated piglatin translation
was added to test the support. This was enabled by setting
LANG=en@piglatin
before running lisp.
This no longer works. And variations like "en_US@piglatin" don't work
either. This is probably caused by how intl::locate-domain-file
works in searching for i18n directory for the language.