Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audit translatable strings #102

Open
EbonJaeger opened this issue Nov 23, 2024 · 1 comment
Open

Audit translatable strings #102

EbonJaeger opened this issue Nov 23, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@EbonJaeger
Copy link
Member

We should audit all the translatable strings in eopkg to make sure that:

  1. They are easy to translate
  2. ngettext is used where appropriate for strings that need both a plural and singular form, e.g.:
    _("Adding %d packages to blah")
    Should be:
    ngetttext("Adding one package to blah", "Adding %d packages to blah", num_packages)
@EbonJaeger EbonJaeger added the help wanted Extra attention is needed label Nov 23, 2024
@ermo
Copy link
Contributor

ermo commented Nov 23, 2024

Ow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants