1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-02-21 09:23:32 +01:00
Adaías Magdiel a7b1373990
[pug/pt-br] Add translation for Pug documentation (#4847)
* docs(pt-br): Add translation for Pug documentation

This commit adds the translation for the Pug documentation from English to
Brazilian Portuguese. The translated content includes an introduction to Pug,
syntax examples for tags, attributes, JavaScript usage, loops, conditionals,
including content, mixins, and additional resources. This translation aims
to make the Pug documentation more accessible to Portuguese-speaking users.
It covers the basic concepts and functionalities of Pug, providing a
comprehensive guide for developers interested in using the Pug templating
engine for HTML generation in their projects.

* docs(pt-br): Add translation for Pug documentation

Translate the last section "Additional Resources"

* docs(pug): Update comments in Portuguese translation

Update the comments to better reflect the behavior of the code.
- Changed "Tags com filhos" to "Tags aninhadas" for clarity.

* feat: Update Portuguese text in Pug guide

Update Portuguese text in the Pug guide to improve readability and
consistency with the rest of the document.
- Changed "Hello there" to "Olá, pessoas"
- Adjusted multi-line text from English to Portuguese for alignment.
- Made sure all text aligns with the same language throughout the guide.
2024-02-26 16:58:11 +01:00
2023-12-14 15:53:33 +01:00
2024-02-26 14:51:00 +01:00
2024-02-01 10:59:01 +01:00
2023-02-01 15:41:33 +01:00
2024-02-01 10:58:20 +01:00
2024-02-01 10:59:35 +01:00
2023-12-14 16:12:25 +01:00
2024-02-01 10:58:07 +01:00
2024-01-15 23:48:29 +01:00
2023-12-14 16:29:13 +01:00
2024-02-14 11:01:52 +01:00
2023-10-12 15:51:58 +08:00
2024-01-21 20:56:57 +01:00
2023-03-24 21:43:38 +01:00
2023-09-24 09:33:18 +08:00
2023-03-09 14:38:40 +01:00
2023-03-26 11:22:19 -07:00
2024-01-19 10:21:03 +01:00
2024-01-30 11:25:48 +01:00
2023-07-18 14:45:29 -04:00
2023-11-26 13:07:20 +02:00

Learn X in Y minutes

Build Status

Whirlwind tours of (several, hopefully many someday) popular and ought-to-be-more-popular programming languages, presented as valid, commented code and explained as they go.

We need YOU!...

... to write more inline code tutorials. Just grab an existing file from this repo and copy the formatting (don't worry, it's all very simple). Make a new file, send a pull request, and if it passes muster I'll get it up pronto. Remember to fill in the "contributors" fields so you get credited properly!

Contributing

All contributions are welcome, from the tiniest typo to a brand new article. Translations in all languages are welcome (or, for that matter, original articles in any language). Send a pull request or open an issue any time of day or night.

Please prepend the tag [language/lang-code] to your issues and pull requests. For example, [python/en] for English Python. This will help everyone pick out things they care about.

We're happy for any contribution in any form, but if you're making more than one major change (i.e. translations for two different languages) it would be super cool of you to make a separate pull request for each one so that someone can review them more effectively and/or individually.

For a detailed style guide, please review the full CONTRIBUTING guidelines.

License

Contributors retain copyright to their work, and can request removal at any time. By uploading a doc here, you agree to publish your work under the default Creative Commons Attribution-ShareAlike 3.0 Unported licensing included on each doc page.

Anything not covered by the above -- basically, this README -- you can use as you wish, I guess.

Description
No description provided
Readme 79 MiB
Languages
Markdown 100%