sumn2u / sumn2u/learn-javascript
Translation needed for existing languages
Open
Nobody has claimed this yet.
good first issue
translate help-wanted
- Dominant language
- HTML
- Stars
- 1k
- Forks
- 187
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 1
Description
@sumn2u has made changes on the original english version of the book (PR #345)
Visual Diff of Changes:
diff --git a/en/beginner-projects/image-search.md b/en/beginner-projects/image-search.md
index 25918b3..fba544d 100644
--- a/en/beginner-projects/image-search.md
+++ b/en/beginner-projects/image-search.md
@@ -20,4 +20,12 @@ Build an app that lets users search for images using keywords and displays resul
## Bonus Challenge
Add infinite scroll or pagination for more images.
-
+## Live Demo
+<div align="center">
+<iframe src="https://codesandbox.io/embed/9xkmxr?view=preview&module=%2Fstyles.css"
+ style="width:100%; height: 500px; border:0; border-radius: 4px; overflow:hidden;"
+ title="image-search"
+ allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
+ sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
+ ></iframe>
+ </div>
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 by reviewing PR #345 and the diff for en/beginner-projects/image-search.md, especially the added Live Demo section. Identify the corresponding files for each existing language, confirm which translations are in scope, and update them so they reflect the English version; done means all intended language copies contain the same change.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation, localization
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100