Skip to content

Unify ellipsis usage in Japanese translations#1300

Open
sigma7863 wants to merge 2 commits intoobsidianmd:masterfrom
sigma7863:ja-fix-ellipsis-consistency-patch2
Open

Unify ellipsis usage in Japanese translations#1300
sigma7863 wants to merge 2 commits intoobsidianmd:masterfrom
sigma7863:ja-fix-ellipsis-consistency-patch2

Conversation

@sigma7863
Copy link
Copy Markdown

Summary

This PR unifies ellipsis usage in Japanese translations.

Changes

  • Replaced ... with the single-character ellipsis
  • Normalized inconsistent ellipsis representations
  • Ensured translations match the punctuation used in the original strings

Motivation

There are multiple ways to represent ellipsis (e.g., ... vs ), and some environments automatically normalize them when copying/pasting. This can lead to inconsistent display across the UI.

Using the single-character ellipsis ensures consistent rendering and follows common Japanese typography conventions.

Scope

  • Only punctuation changes (ellipsis)
  • No changes to meaning or wording

Copilot AI review requested due to automatic review settings April 7, 2026 03:42
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Unifies ellipsis punctuation in the Japanese localization file to improve consistency and align with intended typography.

Changes:

  • Replaced three-dot sequences (...) in Japanese translations with the single-character ellipsis ().
  • Normalized mixed ellipsis representations across multiple UI strings.
  • Updated several placeholder-style translations to include ellipses where the English original includes them.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +3273 to +3275
[interface.drag-and-drop.insert-links-here]
original=Insert links here
translation=ここにリンクを挿入する
translation=ここにリンクを挿入する
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[interface.drag-and-drop.insert-links-here] has original=Insert links here (no ellipsis), but the updated translation adds an ellipsis (). This breaks the stated goal of matching original punctuation and is inconsistent with the singular key right above (insert-link-here), which also has no ellipsis. Consider removing the ellipsis so both strings match the originals.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants