Locale data JS open

Select2 Japanese locale is missing the removeItem / search ARIA labels

Add missing ja (Japanese) translations for removeItem and search

select2 · select2/select2

Symptom

The Japanese (ja) locale is missing the removeItem and search keys, so Japanese users get the English fallback for two ARIA labels: the per-item remove button (used in selection/multiple.js) and the search field (used in selection/search.js and dropdown/search.js). Both are part of the canonical set in en.js.

Minimal repro
Use a multi-select Select2 under the ja locale with a screen reader; the remove-item button and the search field announce their English fallback labels.
Fix

Add removeItem (アイテムを削除) and search (検索) to the ja locale, following the existing removeAllItems wording (すべてのアイテムを削除).

Fix PR → #select2-ja-removeitem-search

Also in: JavaScript

← all 93 entries