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 574857 - Inconsistent strftime translations in Evolution & Evolution-Data-Server
Inconsistent strftime translations in Evolution & Evolution-Data-Server
Status: RESOLVED FIXED
Product: l10n
Classification: Infrastructure
Component: Indonesian [id]
git master
Other Linux
: Normal normal
: ---
Assigned To: GNOME Indonesian Translation Team
Andika Triwidada
Depends on:
Blocks:
 
 
Reported: 2009-03-10 21:48 UTC by André Klapper
Modified: 2010-09-01 15:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2009-03-10 21:48:17 UTC
First paste is from Evolution, second one is from Evolution-Data-Server:

#. strftime format of a weekday, a date and a time, 12-hour.
#: ../calendar/gui/e-cell-date-edit-text.c:112
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%a %m/%d/%Y %I:%M:%S %p"

#. strptime format of a weekday, a date and a time,
#. in 12-hour format.
#. strftime format of a weekday, a date and a
#. time, in 12-hour format.
#: ../libedataserver/e-time-utils.c:1644 ../libedataserver/e-time-utils.c:1911
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%a %d/%m/%Y %H:%M:%S"
Comment 1 Andika Triwidada 2010-04-19 05:01:47 UTC
Comments were confusing. Indonesia uses 24-hour time format. But if package 'require' (?) a 12-hour format, should we let it as is, or translate into 24-hour format?
Comment 2 Claude Paroz 2010-09-01 06:49:50 UTC
Example in French:
$ grep -A1 "%a %m/%d/%Y %I:%M:%S %p" evolution*/po/fr.po
evolution-data-server/po/fr.po:msgid "%a %m/%d/%Y %I:%M:%S %p"
evolution-data-server/po/fr.po-msgstr "%a %d/%m/%Y %I:%M:%S %p"
--
evolution/po/fr.po:msgid "%a %m/%d/%Y %I:%M:%S %p"
evolution/po/fr.po-msgstr "%a %d/%m/%Y %I:%M:%S %p"

So we let the 12-hour format. Even if most if not all French countries are using the 24-hour format, a user might still want to use 12-hour format for personal preferences.
Comment 3 Andika Triwidada 2010-09-01 15:19:16 UTC
fix commited, thanks