Remove TODO for LC_LANGUAGE
It was kind of out of scope
This commit is contained in:
parent
02c8ecde3e
commit
0ddfb22123
@ -45,7 +45,7 @@ fn get_locale(var: str) locale =
|
||||
case =>
|
||||
yield match (get_locale_no_fallback("LC_LANG")) {
|
||||
case let local: locale => yield local;
|
||||
case => yield c; // TODO: get from LC_LANGUAGE
|
||||
case => yield c;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user