Open iliakan opened 4 years ago
An Introduction to JavaScript.
You're the maintainer, you can merge.
Comparisons
Hey, can I translate the comparisons article?
Hey, can I translate the comparisons article?
Yes.please translate one article at a time.
let result = 5 > 4;
alert( result ); // true
Hey, do I need to convert this👆 into this👇?
let റിസൾട്ട് = 5 > 4;
alert(റിസൾട്ട്); // true
Or should I leave it as it is?
Please never ever translate variable names :-)
Okay, got it👍
But I can change the string values and comments. Right?
Comments - sure, values - please see that the code works right with them.
Dont replace variable names,keywords, reserved words in comments or program.
Okay 👍
Hey, I would like to contribute to this project. Can anyone give me a clear picture of translating and uploading process? @siddiqkaithodu Hope, u can help me :)
Hey, I would like to contribute to this project. Can anyone give me a clear picture of translating and uploading process? @siddiqkaithodu Hope, u can help me :)
@donamath You can comment here with the name of article that you want to translate .eg:"Walking the Dom". Then you have to fork the repository if not already done. Then go to the forked version of tutorial and translate the english version to the malayalam language.(please don't translate with other translation applications,instead translate in your own words). After your translation has done, submit a pull request with the title same as the article. Your article will be reviewed and be live. Note: please translate and concentrate one article at a time. Also invite your friends so we can successfully complete this tutorial together.
Hey, I would like to contribute to this project. Can anyone give me a clear picture of translating and uploading process? @siddiqkaithodu Hope, u can help me :)
@donamath You can comment here with the name of article that you want to translate .eg:"Walking the Dom". Then you have to fork the repository if not already done. Then go to the forked version of tutorial and translate the english version to the malayalam language.(please don't translate with other translation applications,instead translate in your own words). After your translation has done, submit a pull request with the title same as the article. Your article will be reviewed and be live. Note: please translate and concentrate one article at a time. Also invite your friends so we can successfully complete this tutorial together.
Cool I would like to translate the article "Interaction: alert, prompt, confirm". So I have to translate article.md to another file, am I right?
You could easily replace the english content in the article.md with the corrospnding malayalam content. Dont't please try to change the filename!
You could easily replace the english content in the article.md with the corrospnding malayalam content. Dont't please try to change the filename!
Okay, So I can edit the article.md itself. right?
You could easily replace the english content in the article.md with the corrospnding malayalam content. Dont't please try to change the filename!
Okay, So I can edit the article.md itself. right?
Yes!
Generators
Interaction: alert, prompt, confirm
What should we do while processing some tech words? like browser, input field, returns,etc
What should we do while processing some tech words? like browser, input field, returns,etc
ബ്രൗസർ,input ഫീൽഡ്, return ചെയും. ചില വാക്കുകൾ മലയാളത്തിലും ചിലതു ഇംഗ്ലീഷിൽ തന്നെയും ആയിരിക്കും നല്ലത്. വായിക്കുന്നവർക്കു എളുപ്പം എന്താണോ അത് ഉപയോഗിക്കാം.💐
But when it comes to the codes the keywords,variables and other reserved words must be left as it was!. Comments can be translated.
What should we do while processing some tech words? like browser, input field, returns,etc
ബ്രൗസർ,input ഫീൽഡ്, return ചെയും. ചില വാക്കുകൾ മലയാളത്തിലും ചിലതു ഇംഗ്ലീഷിൽ തന്നെയും ആയിരിക്കും നല്ലത്. വായിക്കുന്നവർക്കു എളുപ്പം എന്താണോ അത് ഉപയോഗിക്കാം.💐
But when it comes to the codes the keywords,variables and other reserved words must be left as it was!. Comments can be translated.
Okay, Got it! Thanks!
An Introduction to JavaScript
Manuals and specifications
Error: the article already translated in the Progress Issue :interrobang:
Manuals and specifications
Code editors
Developer console
Hello, world!
Code structure
Variables
Maintainer List
@siddiqkaithodu, @MuhammedZakir
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