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 93362 - Doesn't display fortune cookies for es_AR locale
Doesn't display fortune cookies for es_AR locale
Status: RESOLVED FIXED
Product: gnome-core
Classification: Deprecated
Component: gnome-hint
1.4.x
Other All
: Normal normal
: ---
Assigned To: gnome-core Maintainers
gnome-core Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-09-16 03:32 UTC by Javier Kohen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Es locale fix. (1.04 KB, patch)
2002-09-16 03:34 UTC, Javier Kohen
none Details | Review

Description Javier Kohen 2002-09-16 03:32:11 UTC
Gnome-hint displays the following messages on start-up:   
The font "fija" does not support all the required character sets for the
current locale "es_AR"
  (Missing character set "ISO8859-1")
  (Missing character set "ISO8859-1")
The font ""-*-helvetica-bold-r-normal-*-*-180-*-*-p-*-*-*" does not support
all the required character sets for the current locale "es_AR"
  (Missing character set "ISO8859-1")
  (Missing character set "ISO8859-1")

Apply the following patch to es.po to fix this problem:
--- gnome-core.po.orig  Tue Jul  9 00:25:48 2002
+++ gnome-core.po       Tue Jul  9 00:26:16 2002
@@ -160,7 +160,7 @@
 msgstr "-*-fixed-medium-r-normal--14-*-*-*-*-*-*-*,*-r-*"

 msgid "-*-helvetica-bold-r-normal-*-*-180-*-*-p-*-*-*"
-msgstr "\"-*-helvetica-bold-r-normal-*-*-180-*-*-p-*-*-*"
+msgstr "-*-helvetica-bold-r-normal-*-*-180-*-*-p-*-*-*"

 msgid "-*-helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*"
 msgstr "-*-helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*"
@@ -3502,7 +3502,7 @@
 msgstr "utilidades de directorio"

 msgid "fixed"
-msgstr "fija"
+msgstr "fixed"

 msgid "gaspell Spell Checker"
 msgstr "Verificador de sintaxis gaspell"
-- cut here --

Actually, "fixed" shouldn't be i18ned as it's a font name.
Comment 1 Javier Kohen 2002-09-16 03:34:05 UTC
Created attachment 11101 [details] [review]
Es locale fix.
Comment 2 Carlos Perelló Marín 2002-09-16 10:42:32 UTC
Fixed at cvs.gnome.org.