aboutsummaryrefslogtreecommitdiffstats
path: root/dodo.py
diff options
context:
space:
mode:
Diffstat (limited to 'dodo.py')
-rw-r--r--dodo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dodo.py b/dodo.py
index 82cd365..e350afe 100644
--- a/dodo.py
+++ b/dodo.py
@@ -41,7 +41,7 @@ def task_locale():
locales = []
languages = set()
for line in out.splitlines():
- if line.endswith('.utf8') and '_' in line:
+ if (line.endswith('.utf8') or line.endswith('.UTF-8')) and '_' in line:
lang = line.split('_')[0]
if lang not in languages:
try: