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 792507 - Non-breaking space needed in temperature string
Non-breaking space needed in temperature string
Status: RESOLVED DUPLICATE of bug 789080
Product: gnome-shell
Classification: Core
Component: calendar
3.26.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2018-01-14 13:39 UTC by Juraj Fiala
Modified: 2018-01-14 21:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot of the bug (8.09 KB, image/png)
2018-01-14 13:39 UTC, Juraj Fiala
Details

Description Juraj Fiala 2018-01-14 13:39:32 UTC
Created attachment 366789 [details]
Screenshot of the bug

ATM there’s a normal space and sometimes the temperature is broken into two parts, as seen in the screenshot.
Comment 1 André Klapper 2018-01-14 13:46:18 UTC
Not only in Slovak. Same in English.
Plus the comment for translators is wrong:

#: gnome-shell/js/ui/dateMenu.js:324
    let info = this._weatherClient.info;
    if (info.is_valid())
    return this._getSummaryText() + ' ' +
    /* Translators: %s is a temperature with unit, e.g. "23℃" */
    _("Feels like %s.").format(info.get_apparent());
Comment 2 Piotr Drąg 2018-01-14 21:05:17 UTC
Thanks for taking the time to report this.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed in the code repository.

*** This bug has been marked as a duplicate of bug 789080 ***