GNOME Bugzilla – Bug 684861
common: Show popular languages in their own language
Last modified: 2012-12-11 07:24:17 UTC
.
Created attachment 225200 [details] [review] common: Show popular languages in their own language Instead of the current one.
We might need to do a little more work on the sorting, as well as one how to display languages from other users (usually shown first in the list).
Created attachment 225220 [details] [review] common: Show popular languages in their own language Instead of the current one.
*** Bug 689269 has been marked as a duplicate of this bug. ***
Created attachment 230614 [details] [review] my variant Here is an extension of this patch, which adds two columns in the add dialog, and shows each language both in itself and the current language.
*** Bug 684540 has been marked as a duplicate of this bug. ***
(In reply to comment #5) > Created an attachment (id=230614) [details] [review] > my variant > > Here is an extension of this patch, which adds two columns in the add dialog, > and shows each language both in itself and the current language. There's a separate bug about that (and about searching in the list for both languages).
(In reply to comment #7) > There's a separate bug about that (and about searching in the list for both > languages). That was my point in Bug#684540, which was marked as a duplicate of this as in comment#6. I don't know if there are anything else similar bug though.
(In reply to comment #8) > (In reply to comment #7) > > There's a separate bug about that (and about searching in the list for both > > languages). > > That was my point in Bug#684540, which was marked as a duplicate of this as in > comment#6. I don't know if there are anything else similar bug though. It would be good if we can do it for all the languages not only for popular languages. CLDR has got all this metadata. http://www.unicode.org/Public/cldr/latest/core.zip We would not worry about translations.
(In reply to comment #9) > CLDR has got all this metadata. > http://www.unicode.org/Public/cldr/latest/core.zip > We would not worry about translations. We are not worrying about translations. My patch adds a second column with translations without any need for cldr or other new data sources. The data is already available to us.
Comment on attachment 225220 [details] [review] common: Show popular languages in their own language Attachment 225220 [details] pushed as fb1f2ba - common: Show popular languages in their own language
Comment on attachment 230614 [details] [review] my variant Moved to bug 684565