GNOME Bugzilla – Bug 155778
Add Kinyarwanda to the language list for gdm
Last modified: 2005-02-14 23:04:31 UTC
Bug? Well, try to set the language to Kinyarwanda.
In the copy of the source I have here, I see a couple files that could be modified to insert Kinyarwanda (the language of Rwanda) into the list. config/locale.alias: Japanese ja_JP.UTF-8,ja_JP + Kinyarwanda rw_RW.UTF-8,rw_RW Korean ko_KR.UTF-8,ko_KR gui/gdmlanguages.c: { N_("A-M|Japanese"), "ja_JP", "日本語", 0 }, + /*Note translate the A-M to the A-M you used in the group label */ + { N_("A-M|Kinyarwanda"), "rw_RW", "Kinyarwanda", 0 }, /*Note translate the A-M to the A-M you used in the group label */ { N_("A-M|Korean"), "ko_KR", "한국어", 0 }, If I've missed any, let me. PO's to follow... murf
Fixed in CVS head.