Open iliakan opened 3 years ago
An Introduction to JavaScript
@iliakan Regarding "terms with meaning", should I follow the instructions literally even if the term is already in parenthesis? Writing ("local storage" ("paikallinen varasto"))
feels wrong to me and I'd prefer ("local storage", suom. "paikallinen varasto")
.
"suom." is short for "suomeksi", meaning "in Finnish"
The ultimate purpose is to make the text concise, correct and easy to understand. Just follow this lead =)
P.S. Also, this issue is for tracking progress, please create other issues if needed (you can do that ;) )
Manuals and specifications
Code editors
Developer console
Hello, world!
Code structure
The modern mode, "use strict"
Variables
Data types
Error: the article already has meta information in the Progress Issue "(@jnsjknn)" :interrobang:
I'd love to contribute to this project but I wonder: is the idea to take the articles in order or would it be possible to "pick and choose"? I'm somewhat JS newbie so I'm not confident about the correct Finnish lingo but I looove regular expressions so I might be up for contributing in that chapter. (I could of course help with the reviewing instead.)
Hi @minna-xD, feel free to pick and choose any article you like.
Let me know if you need any help with the technical aspects of the translation process.
Maintainer List
@jnsjknn
For New Translators
Please read this first (click to open)
To translate an article: 1. Check that no one else has claimed your article in the checklist below. 2. Comment below with the title of the article that you would like to translate, exactly as listed, e.g. `An Introduction to JavaScript`. - Please take only one article at a time. 3. Fork this repo, translate the article in your fork and submit a pull request! - The pull request title should be same as the article, e.g. `An Introduction to JavaScript` (just like comment) Please be prompt with your translations! If you find that you can't commit any more, let maintainers know so they can assign the page to someone else.
For Maintainers
Click to open
We recommend that a translation has 2 reviews to be merged. Please let others know what you do, on community boards and chats, invite them to join. Translations become better if more people see them. Translations are tracked below, like this: * [ ] [Home Page](url) (@iliakan) #1 Our helpful bot watches comments and adds the translator nick and PR id, marks completed, when PR is merged. You can read the details at.
If something doesn't work right, please contact @iliakan.
Team translation
More details about team translation: https://javascript.info/translate/bot.
Only maintainers can check/uncheck items below. If you're not, please write in a comment what you take to translate, the title, exactly as in the list.
The JavaScript language
An introduction
JavaScript Fundamentals
Code quality
Objects: the basics
Data types
Advanced working with functions
Object properties configuration
Prototypes, inheritance
Classes
Error handling
Promises, async/await
Generators, advanced iteration
Modules
Miscellaneous
Browser: Document, Events, Interfaces
Document
Introduction to Events
UI Events
Forms, controls
Document and resource loading
Miscellaneous
Frames and windows
Binary data, files
Network requests
Storing data in the browser
Animation
Web components
Regular expressions