Remove TODO for LC_LANGUAGE

It was kind of out of scope
This commit is contained in:
Sasha Koshka 2024-10-04 23:29:33 -04:00
parent 02c8ecde3e
commit 0ddfb22123

View File

@ -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;
};
};