Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

i18n-related QA #2027

Closed
k88hudson opened this issue Jan 18, 2017 · 4 comments
Closed

i18n-related QA #2027

k88hudson opened this issue Jan 18, 2017 · 4 comments
Assignees

Comments

@k88hudson
Copy link
Contributor

k88hudson commented Jan 18, 2017

Split from #1981. Review UI for:

  • quality of template strings
  • languages with longer strings (e.g. German)
  • languages with shorter strings (e.g. Mandarin)
  • RTL languages
@Mardak Mardak added MVP and removed MVP labels Jan 19, 2017
@k88hudson k88hudson changed the title i18n UI QA i18n-related QA Feb 2, 2017
@k88hudson k88hudson added this to the Riding Mountain (February 5) milestone Feb 2, 2017
@k88hudson k88hudson assigned k88hudson and unassigned k88hudson Feb 2, 2017
@k88hudson k88hudson removed this from the Riding Mountain (February 5) milestone Feb 2, 2017
@flodolo
Copy link
Collaborator

flodolo commented Feb 2, 2017

A few notes on the strings landed in #2110

"bookmark": "Bookmark",

This is a tricky one: is it a verb (e.g. a button label, "add to bookmark") or a noun ("a bookmark")? We'll need comments for cases like this, and it looks like this format doesn't provide them (I see the plan is to switch to .properties in #2117).

"email_link": "Email Link...",
"loading": "Loading...",

You should use the unicode … (that's the character used across Mozilla codebase), unless there are technical limitations.

"search_for": "Search for {search_term} with",

This assumes that all languages can use this same grammatical structure as English. The name of the search provider should be a placeholder.

For reference, this is the string in Firefox
https://hg.mozilla.org/releases/comm-aurora/file/default/suite/locales/en-US/chrome/browser/navigator.properties#l45

If you’re doing something fancy, like using an image for the search engine, there should be a clear explanation in a comment.

@k88hudson
Copy link
Contributor Author

Thanks for the feedback @flodolo!

@k88hudson
Copy link
Contributor Author

Feedback addressed in f1e82ec @sarracini sarracini committed 5 days ago

@k88hudson k88hudson self-assigned this Feb 8, 2017
@Mardak
Copy link
Member

Mardak commented Feb 8, 2017

No formal review step needed, so we'll untrack this issue.

@Mardak Mardak closed this as completed Feb 8, 2017
@Mardak Mardak removed this from Unassigned in Land in Nightly / Graduate Feb 8, 2017
@Mardak Mardak removed this from Active in MVP Included Feb 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants