File choosing button not translated
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 423
- Forks
- 158
- PR merge metrics
- No merged PRs in 30d
Description
Looking at https://github.com/Pylons/deform/blob/010cb72d6b84e5b22321da831d5036b36d49eae0/deform/static/scripts/file_upload.js#L28 and https://github.com/Pylons/deform/blob/010cb72d6b84e5b22321da831d5036b36d49eae0/deform/static/scripts/file_upload.js#L29 it seems those values are not translatable.
Which is sad. Can you do anything about it?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in deform/static/scripts/file_upload.js at lines 28-29, where the untranslated file-choosing values are referenced. Read the surrounding upload behavior and look for the project's existing translation approach. The work is done when those values can be translated without changing the file-selection behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, internationalization
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100