Locale data
JS
open
FilePond Japanese label: 読込中 should be アップロード中 (uploading)
Fix ja-ja labelFileProcessing (読込中 -> アップロード中)
filepond · pqina/filepond
Symptom
FilePond Japanese locale uses '読込中' (loading/reading) for the file processing label, which should be 'アップロード中' (uploading) to accurately describe the action.
Minimal repro
FilePond with Japanese locale shows '読込中' during file upload, misleading users into thinking a read is occurring.
Fix
Change labelFileProcessing from '読込中' to 'アップロード中' in the Japanese locale.