You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2026. It is now read-only.
This is actually a missing translation (bug) in ja.json.
In the Japanese locale, the key Polaris.ResourceList.showing is missing,
so the UI still shows the English text "Showing X {resourceName}" even when using the Japanese locale.
Summary
This is actually a missing translation (bug) in
ja.json.In the Japanese locale, the key
Polaris.ResourceList.showingis missing,so the UI still shows the English text "Showing X {resourceName}" even when using the Japanese locale.
Suggested translation:
"{itemsCount}件の{resourceName}を表示中"
Rationale
Without this translation, Japanese users see a mixed-language UI,
which can cause confusion or make the product feel unfinished.
Adding this key will improve localization consistency across Polaris components.