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 602694 - RFE: appearance-font.c: const char *string1 = "abcfgop AO "; should be translatable
RFE: appearance-font.c: const char *string1 = "abcfgop AO "; should be trans...
Status: RESOLVED FIXED
Product: gnome-tweak-tool
Classification: Applications
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: GNOME Tweak Tool maintainer(s)
GNOME Tweak Tool maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2009-11-23 07:44 UTC by Pravin Satpute
Modified: 2017-06-12 21:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
file describing problem (193.73 KB, image/png)
2009-11-23 07:44 UTC, Pravin Satpute
Details

Description Pravin Satpute 2009-11-23 07:44:34 UTC
Created attachment 148303 [details]
file describing problem

problem:
1) if i am in say hi_IN locale i am not much interested how rendering will look with latin characters.
but i would like to see how it will look with native script characters say from "U+0900-U+097F"

2) if i am selecting say hi_IN locale in appearances->fonts-rendering part i am getting square boxes because default fonts lohit-hindi for hindi locale doesn't have Latin characters 

this problem present  with all locales which have default fonts without latin characters

i think it will be nice if we make this thing translatable so any l1on can add corresponding characters from his script in this position and we can see same in appearances which will make good effect in appearances motto as well 


How to Reproduce:
1) logout
2) in gdm select locale hindi (hi_IN) and login
3) see system-preferences-appearance-fonts
see below rendering part one should see all square boxes 


expected result: it should show some native script characters with default font
Comment 1 Jens Granseuer 2009-11-23 17:39:01 UTC
It would probably be better to do something similar to what is suggested in bug 143775 and ask the font in question which languages it supports instead.
Comment 2 Behdad Esfahbod 2009-11-24 01:40:37 UTC
Yes, I have grand plans to fix this...
Comment 3 Pravin Satpute 2009-11-24 04:33:37 UTC
that looks nice!!
let me know if i can do any help in this regards, i will happy to quick fix this
since i have some bug pending for lohit fonts which depends on this

https://bugzilla.redhat.com/show_bug.cgi?id=540390
Comment 4 Bastien Nocera 2011-03-17 13:41:47 UTC
Would need to be in gnome-tweak-tool if it offers ways to change the default font.
Comment 5 Nguyen Thai Ngoc Duy 2011-06-08 06:20:10 UTC
gnome-tweak-tool does not support i18n yet (or at least many strings in tweaks directory are not marked for translation).
Comment 6 Jeremy Bicha 2017-06-12 21:02:19 UTC
I'm going to mark this as fixed. In the Font Chooser dialog, the user can enter their own text at the bottom. GNOME Tweak Tool simply uses GtkFontButton so this solution is available for any app that uses GTK+.