! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Probably typo in timezone names
Status:
CLOSED: FIXED

Comments

Description Masato Hashimoto 2013-12-02 15:37:34 CET
IMHO, there is a typo as follow.

diff --git a/src/timezone_names.c b/src/timezone_names.c
index dd6ddeb..655e301 100644
--- a/src/timezone_names.c
+++ b/src/timezone_names.c
@@ -99,7 +99,7 @@ const gchar *trans_timezone[] = {
     N_("America/Argentina/ComodRivadavia"),
     N_("America/Argentina/Cordoba"),
     N_("America/Argentina/Jujuy"),
-    N_("America/Argentina/La_Tioja"),
+    N_("America/Argentina/La_Rioja"),
     N_("America/Argentina/Mendoza"),
     N_("America/Argentina/Rio_Gallegos"),
     N_("America/Argentina/Salta"),

Version:
git/master
Comment 1 juha editbugs 2013-12-02 15:44:59 CET
Thanks a lot! Fixed. 
In time for the shortly coming release. Nice timing!!!
Comment 2 Masato Hashimoto 2013-12-02 15:54:37 CET
Oops, I found more problems.

Typo

diff --git a/src/timezone_names.c b/src/timezone_names.c
index dd6ddeb..52ea455 100644
--- a/src/timezone_names.c
+++ b/src/timezone_names.c
@@ -99,12 +99,12 @@ const gchar *trans_timezone[] = {
     N_("America/Argentina/ComodRivadavia"),
     N_("America/Argentina/Cordoba"),
     N_("America/Argentina/Jujuy"),
     N_("America/Argentina/La_Rioja"),
     N_("America/Argentina/Mendoza"),
     N_("America/Argentina/Rio_Gallegos"),
     N_("America/Argentina/Salta"),
     N_("America/Argentina/San_Juan"),
-    N_("America/Argentina/San_Lois"),
+    N_("America/Argentina/San_Luis"),
     N_("America/Argentina/Tucuman"),
     N_("America/Argentina/Ushuaia"),
     N_("America/Aruba"),


And the following names are missing in timezone_names.c

Australia/Currie
Australia/Eucla

BTW, please call translators before releasing new version.
There are many changes so many translations are lost in many languages.

Regards
Comment 3 juha editbugs 2013-12-02 16:15:49 CET
Thanks.
Fixed. keep those coming.
Comment 4 juha editbugs 2013-12-07 08:49:44 CET
reopen, if you see more misses.
Comment 5 juha editbugs 2013-12-11 08:14:45 CET
Fixed in 4.10.0

Bug #10521

Reported by:
Masato Hashimoto
Reported on: 2013-12-02
Last modified on: 2013-12-11

People

CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information