mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-10 14:45:00 +00:00
test: Add tests for user language detection and normalization
This commit is contained in:
parent
64f218a06e
commit
1127b8b559
2 changed files with 108 additions and 1 deletions
|
@ -1103,7 +1103,7 @@ class Coder:
|
|||
if lang:
|
||||
return self.normalize_language(lang)
|
||||
except Exception:
|
||||
pass # pragma: no cover
|
||||
pass
|
||||
|
||||
# Environment variables
|
||||
for env_var in ("LANG", "LANGUAGE", "LC_ALL", "LC_MESSAGES"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue