Ticket #267 (closed Translations: fixed)

Opened 17 months ago

Last modified 10 months ago

Localize UI strings derived from non-UI objects

Reported by: octo Owned by: octo
Priority: normal Milestone: 2.1
Component: LogicMail Version: 2.0.0
Keywords: Cc:
Blocked By: Blocking:

Description

This ticket is being written for 2.1 due to the desire to keep 2.0 in string-freeze while its translations get brought up to date. Some of the issues here also require code changes that are a little more extensive than what is desired for 2.0.

There are several user-visible strings within LogicMail that are not directly error messages or UI element labels, and they are not currently localized. They are sometimes generated inside the object model, setup wizard, or provided by mail servers. However, it makes sense to implement separate "display names" for them that are localized.

These strings are:

  • Local account name: "Local Folders"
  • Local folder names: "Drafts", "Outbox", "Sent", "Trash"
  • "INBOX" folder (even if the IMAP protocol explicitly specifies this English name as what the server-side will always send)
  • "Default" as the name for the default identity in the setup wizard

Any other such strings should be added to this ticket as they are discovered.

Change History

comment:1 Changed 11 months ago by octo

  • Owner set to octo
  • Status changed from new to assigned

comment:2 Changed 11 months ago by octo

  • Status changed from assigned to accepted

comment:3 Changed 10 months ago by octorian

  • Status changed from accepted to closed
  • Resolution set to fixed

In [938]:

Added localization for the local account name, local/special folder names, and the default identity name (fixes #267)

Note: See TracTickets for help on using tickets.