GNOME Bugzilla – Bug 694486
translation context required
Last modified: 2018-05-22 16:00:54 UTC
Why is this translatable? #: ../libempathy-gtk/empathy-account-widget.c:762 # c-format msgid "%s"
#: ../libempathy-gtk/empathy-account-widget.c:817 #, c-format msgid "%s:"
for this one, we can have different translation depending on context -> add context #: ../libempathy-gtk/empathy-account-widget-sip.c:207 #: ../libempathy-gtk/empathy-account-widget-sip.c:240 msgid "Auto"
how should we translate these? if it is specific, why are they translatable? /* translators: this string is very specific to SIP's internal; maybe * best to keep the English version. */ gtk_list_store_insert_with_values (store, NULL, -1, 0, "register", 1, _("Register"), -1); /* translators: this string is very specific to SIP's internal; maybe * best to keep the English version. */ gtk_list_store_insert_with_values (store, NULL, -1, 0, "options", 1, _("Options"), -1);
(In reply to comment #0) > #: ../libempathy-gtk/empathy-account-widget.c:762 > msgid "%s" Should not be marked for translation. #: ../libempathy-gtk/empathy-account-widget.c:817 msgid "%s:" Some languages might not use a colon in this context, however the content would have to be known for translators. ;)
thanks ;)
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/empathy/issues/654.