After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 155778 - Add Kinyarwanda to the language list for gdm
Add Kinyarwanda to the language list for gdm
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-18 23:48 UTC by Steve Murphy
Modified: 2005-02-14 23:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Steve Murphy 2004-10-18 23:48:55 UTC
Bug? Well, try to set the language to Kinyarwanda.
Comment 1 Steve Murphy 2004-10-18 23:53:50 UTC
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
Comment 2 Brian Cameron 2005-02-14 23:04:31 UTC
Fixed in CVS head.