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

[WIP] i18n Self Review #971

Closed
10 of 12 tasks
christianliebel opened this issue Apr 16, 2021 · 1 comment
Closed
10 of 12 tasks

[WIP] i18n Self Review #971

christianliebel opened this issue Apr 16, 2021 · 1 comment
Labels
i18n-tracker Group bringing to attention of Internationalization, or tracked by i18n but not needing response.

Comments

@christianliebel
Copy link
Member

christianliebel commented Apr 16, 2021

Short i18n review checklist is here

  1. If the spec (or its implementation) contains any natural language text that will be read by a human (this includes error messages or other UI text, JSON strings, etc, etc),

    The manifest spec defines members containing natural language text: the application's name and short name, and the name, short name, and description of the shortcut items.

    TODO: See multiple natural language text fields share language/direction [I18N] #968

  2. If the spec (or its implementation) allows content authors to produce typographically appealing text, either in its own right, or in association with graphics.

    N/A (Not Applicable)
    Manifest spec does not allow content authors to produce typographically appealing text.

  3. If the spec (or its implementation) allows the user to point into text, creates text fragments, concatenates text, allows the user to select or step through text (using a cursor or other methods), etc.

    N/A (Not Applicable)
    Manifest spec does not allow users to do such operations.

  4. If the spec (or its implementation) allows searching or matching of text, including syntax and identifiers

    N/A (Not Applicable)
    Manifest spec does not allow searching or matching of text.

  5. If the spec (or its implementation) sorts text

    N/A (Not Applicable)
    Manifest spec does not involve sorting text.

  6. If the spec (or its implementation) captures user input

    N/A (Not Applicable)
    Manifest spec does not involve capturing user input.

  7. If the spec (or its implementation) deals with time in any way that will be read by humans and/or crosses time zone boundaries

    N/A (Not Applicable)
    Manifest spec does not deal with date/time values.

  8. If the spec (or its implementation) allows any character encoding other than UTF-8.

    N/A (Not Applicable)
    Manifest spec only allows UTF-8 character encoding.

  9. If the spec (or its implementation) defines markup.

    N/A (Not Applicable)
    Manifest spec does not define markup.

  10. If the spec (or its implementation) deals with names, addresses, time & date formats, etc

    N/A (Not Applicable)
    Manifest spec does not have any fields dealing with names, addresses, time & date formats, or others.

  11. If the spec (or its implementation) describes a format or data that is likely to need localization.

    The manifest spec defines members that are likely to need localization: the application's name and short name, and the name, short name, and description of the shortcut items. In case localization is required, authors are expected to provide a localized version of the manifest, either by serving it dynamically (e.g., https://example.com/manifest.webmanifest?lang=de), or using other means such as content negotiation or geotargeting.

    TODO: See Add optional translations member #676

  12. If the spec (or its implementation) makes any reference to or relies on any cultural norms

    N/A (Not Applicable)
    Manifest spec neither refers to nor relies on any cultural norms.

@christianliebel christianliebel added the i18n-tracker Group bringing to attention of Internationalization, or tracked by i18n but not needing response. label Apr 16, 2021
@marcoscaceres
Copy link
Member

closing as done. Will continue the translations discussion in the appropriate issue. Thanks again @christianliebel for doing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i18n-tracker Group bringing to attention of Internationalization, or tracked by i18n but not needing response.
Projects
None yet
Development

No branches or pull requests

2 participants