Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

cups_ll.po have outdated English translations of IPP attribute/value pairs #5495

Description

@scootergrisen

How come the locale/cups.pot is 55.4 % translated?

Example:

msgid "accuracy-units.mm"
msgstr "Millimeters"
msgid "accuracy-units.nm"
msgstr "Nanometers"

I think this is incorrect use of the po format.
The source language (english) string should be in msgid and all msgstr should be empty in a pot file.
If translators needs to know "accuracy-units.mm" and "accuracy-units.nm" the info can be added like so:

#. [maybe some text here] accuracy-units.mm
msgid "Millimeters"
msgstr ""

#. [maybe some text here] accuracy-units.nm
msgid "Nanometers"
msgstr ""

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions