fix: use LANG prefix instead of full value #652
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/3wc/651-locale-name"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Before, if
LANG=es_ES.UTF-8
then abra would still operate in English.Now, as long as
LANG
ises_<anything>
then it'll use Spanish.Closes #651
65f77abeef
to8eac41be72