Repository
https://github.com/nodejs/i18n
Project Details
Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser.
Node.js came into existence when the original developers of JavaScript extended it from something you could only run in the browser to something you could run on your machine as a standalone application.
In simple words, it's an open source execution environment for developing web applications, which is event-based, it uses the V8 engine to provide an execution environment that compiles and executes JavaScript at a higher speed. It is possible to run Node.js without any restriction on Windows, Linux and Mac OS X.
It should be noted that it is NOT a server language, this means that it executes code, so it could be understood as an interpreter.
Contribution Specifications
Node.js is currently being translated into 33 languages. I'm contributing to translate it into the Spanish language.

Translation Overview
The util module is primarily designed to support the needs of Node.js' own internal APIs. However, many of the utilities are useful for application and module developers as well.
This module provides "utility" functions that are potentially helpful to a developer but don't really belong anywhere else. (It is, in fact, a general programming convention to have a module or namespace named "util" for general purpose utility functions.) You would use the functions in the util module if you had a need to use any of them.
For example, if you need to test if an arbitrary value is an array you could write your own function or you could use util.isArray(...)
Languages
This contribution was translated from English to Spanish.
Word Count
The number of words reflected in the title doesn't include words that didn't require a translation.
- In this contribution, I've translated 1692 words.
- I've translated a total of 99904 words so far*
*Considering non-translatable content (proper names, functions, codes, etc.)
To see my previous contributions in this project, check this!

Part 72
Part 71
Part 70
Part 61
- Maintaining-V8.md (v6.x)
Part 56
Part 53
Part 52
Part 13
- Maintaining-V8.md (v10.x)