[Bugs] #4264 Sugar URGE: tweak ALL_LINGUAS line of configure.ac
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Mon Aug 26 05:51:24 EDT 2013
#4264: tweak ALL_LINGUAS line of configure.ac
--------------------------+-------------------------------
Reporter: cjl | Owner: erikos
Type: defect | Status: new
Priority: Urgent | Milestone: Unspecified
Component: Sugar | Version: Unspecified
Severity: Unspecified | Resolution:
Keywords: | Distribution/OS: Unspecified
Bug Status: New |
--------------------------+-------------------------------
\
\
\
\
\
\
Comment (by erikos):
(3) I think it is fine to add the languages to the workaround as long as
on glibc is worked on. Can you point us to the glibc bug that works on the
inclusion of those?
Based on Walter's findings that would be:
{{{
diff --git a/extensions/cpsection/language/model.py
b/extensions/cpsection/language/model.py
index b82a6e7..72c9c79 100644
--- a/extensions/cpsection/language/model.py
+++ b/extensions/cpsection/language/model.py
@@ -50,6 +50,10 @@ def read_all_languages():
locales.append(('Kreyol', 'Haiti', 'ht_HT.utf8'))
locales.append(('Dari', 'Afghanistan', 'fa_AF.utf8'))
locales.append(('Pashto', 'Afghanistan', 'ps_AF.utf8'))
+ locales.append(('Quechua', 'Peru', 'quz.utf8'))
+ locales.append(('Huastec', 'Mexico', 'hus.utf8'))
+ locales.append(('Nahuatl', 'Mexico', 'nah.utf8'))
+ locales.append(('Pame', 'Mexico', 'pbs.utf8'))
locales.sort()
return locales
}}}
\
\
\
--
Ticket URL: <http://bugs.sugarlabs.org/ticket/4264#comment:10>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list