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 684861 - common: Show popular languages in their own language
common: Show popular languages in their own language
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Region & Language
unspecified
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
: 684540 689269 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-09-26 10:43 UTC by Bastien Nocera
Modified: 2012-12-11 07:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
common: Show popular languages in their own language (4.19 KB, patch)
2012-09-26 10:43 UTC, Bastien Nocera
none Details | Review
common: Show popular languages in their own language (4.41 KB, patch)
2012-09-26 15:28 UTC, Bastien Nocera
committed Details | Review
my variant (11.61 KB, patch)
2012-12-04 03:01 UTC, Matthias Clasen
none Details | Review

Description Bastien Nocera 2012-09-26 10:43:18 UTC
.
Comment 1 Bastien Nocera 2012-09-26 10:43:20 UTC
Created attachment 225200 [details] [review]
common: Show popular languages in their own language

Instead of the current one.
Comment 2 Bastien Nocera 2012-09-26 10:44:41 UTC
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).
Comment 3 Bastien Nocera 2012-09-26 15:28:13 UTC
Created attachment 225220 [details] [review]
common: Show popular languages in their own language

Instead of the current one.
Comment 4 Matthias Clasen 2012-12-04 02:11:52 UTC
*** Bug 689269 has been marked as a duplicate of this bug. ***
Comment 5 Matthias Clasen 2012-12-04 03:01:02 UTC
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.
Comment 6 Matthias Clasen 2012-12-04 03:12:17 UTC
*** Bug 684540 has been marked as a duplicate of this bug. ***
Comment 7 Bastien Nocera 2012-12-06 16:25:43 UTC
(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).
Comment 8 Akira TAGOH 2012-12-07 05:09:53 UTC
(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.
Comment 9 anish 2012-12-07 10:48:53 UTC
(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.
Comment 10 Matthias Clasen 2012-12-07 11:31:41 UTC
(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 11 Bastien Nocera 2012-12-10 14:11:05 UTC
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 12 Bastien Nocera 2012-12-11 07:23:26 UTC
Comment on attachment 230614 [details] [review]
my variant

Moved to bug 684565