-
Notifications
You must be signed in to change notification settings - Fork 261
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
i18n: Localize lists in prose (e.g. of names) instead of just calling .join(', ')
#1080
Labels
a-i18n
Translation, localization, internationalization
Milestone
Comments
Merged
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jan 8, 2025
Ideally we should implement zulip#1080 for DMs title, but we might switch to showing avatars as the TODO indicated before we work on lists' proper translation. Signed-off-by: Zixuan James Li <zixuan@zulip.com>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jan 15, 2025
Ideally we should implement zulip#1080 for DMs title, but we might switch to showing avatars as the TODO indicated before we work on lists' proper translation. Signed-off-by: Zixuan James Li <zixuan@zulip.com>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jan 16, 2025
Ideally we should implement zulip#1080 for DMs title, but we might switch to showing avatars as the TODO indicated before we work on lists' proper translation. Signed-off-by: Zixuan James Li <zixuan@zulip.com>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jan 16, 2025
Ideally we should implement zulip#1080 for DMs title, but we might switch to showing avatars as the TODO indicated before we work on lists' proper translation. Signed-off-by: Zixuan James Li <zixuan@zulip.com>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jan 30, 2025
Ideally we should implement zulip#1080 for DMs title, but we might switch to showing avatars as the TODO indicated before we work on lists' proper translation. Signed-off-by: Zixuan James Li <zixuan@zulip.com>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jan 31, 2025
Ideally we should implement zulip#1080 for DMs title, but we might switch to showing avatars as the TODO indicated before we work on lists' proper translation. Signed-off-by: Zixuan James Li <zixuan@zulip.com>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jan 31, 2025
Ideally we should implement zulip#1080 for DMs title, but we might switch to showing avatars as the TODO indicated before we work on lists' proper translation. Signed-off-by: Zixuan James Li <zixuan@zulip.com>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jan 31, 2025
Ideally we should implement zulip#1080 for DMs title, but we might switch to showing avatars as the TODO indicated before we work on lists' proper translation. Signed-off-by: Zixuan James Li <zixuan@zulip.com>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Feb 3, 2025
Ideally we should implement zulip#1080 for DMs title, but we might switch to showing avatars as the TODO indicated before we work on lists' proper translation. Signed-off-by: Zixuan James Li <zixuan@zulip.com>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Feb 4, 2025
Ideally we should implement zulip#1080 for DMs title, but we might switch to showing avatars as the TODO indicated before we work on lists' proper translation. Signed-off-by: Zixuan James Li <zixuan@zulip.com>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Feb 4, 2025
Ideally we should implement zulip#1080 for DMs title, but we might switch to showing avatars as the TODO indicated before we work on lists' proper translation. Signed-off-by: Zixuan James Li <zixuan@zulip.com>
rishichirchi
pushed a commit
to rishichirchi/zulip-flutter
that referenced
this issue
Feb 7, 2025
Ideally we should implement zulip#1080 for DMs title, but we might switch to showing avatars as the TODO indicated before we work on lists' proper translation. Signed-off-by: Zixuan James Li <zixuan@zulip.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example, I think in Japanese you would want "1位、2位、3位" instead of "1位, 2位, 3位".
JavaScript has API for this:
I'm not aware of a nice way to do this in Flutter, though, but I haven't checked in a while.
The text was updated successfully, but these errors were encountered: