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

ui: Use curly quotes in UI strings #596

Open
chrisbobbe opened this issue Mar 27, 2024 · 0 comments
Open

ui: Use curly quotes in UI strings #596

chrisbobbe opened this issue Mar 27, 2024 · 0 comments
Labels
a-i18n Translation, localization, internationalization a-tools Our own development tooling, scripts, and infrastructure
Milestone

Comments

@chrisbobbe
Copy link
Collaborator

If we think it's more polished, we should consistently use curly quotes instead of straight quotes in UI strings. We use curly quotes in zulip-mobile, and in fact tools/test intl helps us enforce that.

So for example, use this:

Please tap “{troubleshootingPageTitle}” for more details.

not this:

Please tap "{troubleshootingPageTitle}" for more details.

And use this:

What’s your status?

not this:

What's your status?

@chrisbobbe chrisbobbe added this to the Post-launch milestone Mar 27, 2024
@gnprice gnprice added a-i18n Translation, localization, internationalization a-tools Our own development tooling, scripts, and infrastructure labels Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-i18n Translation, localization, internationalization a-tools Our own development tooling, scripts, and infrastructure
Projects
Status: No status
Development

No branches or pull requests

2 participants