Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added spanish translations responding to issue #1321 #1445

Merged
merged 7 commits into from
Feb 24, 2022

Conversation

manueldose
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Other... Please describe: Write a spanish translation of pages specified in issue [Docs] Missing ES translations #1321, critical css / flash prevention / create a plugin / use netlify cms

What is the current behavior?

Issue Number: 1321

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@CLAassistant
Copy link

CLAassistant commented Oct 7, 2021

CLA assistant check
All committers have signed the CLA.

@Villanuevand Villanuevand self-requested a review October 7, 2021 15:31
@SanderElias
Copy link
Contributor

@manueldose Please sign the CLA, then we can review and merge your work!

@manueldose
Copy link
Contributor Author

@manueldose Please sign the CLA, then we can review and merge your work!

Ok @SanderElias , I think it's already signed. I 'm new to Git, sorry for the problems.

@Jefiozie
Copy link
Collaborator

@manueldose no worries, it looks signed now. Thanks we will review it.

@manueldose
Copy link
Contributor Author

Ok great @Jefiozie ! hope everything is fine. Any problem, tell me and I'll modify it.

@SanderElias
Copy link
Contributor

@manueldose We are waiting for @Villanuevand to approve, then we will merge your work!
Thanks for the translation!

Copy link
Contributor

@Villanuevand Villanuevand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@manueldose
I've just added some comments.

Great work!


## Información general

Scully usa este plugin para incorporar el CSS crítico above the fold en el HTML, y luego con **lazy-load** incorpora el CSS que se necesita para el resto de la página. Esto eliminará el bloqueo de CSS. Estará listo antes de que arranque su SPA.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Scully usa este plugin para incorporar el CSS crítico above the fold en el HTML, y luego con **lazy-load** incorpora el CSS que se necesita para el resto de la página. Esto eliminará el bloqueo de CSS. Estará listo antes de que arranque su SPA.
Scully usa este plugin para incorporar el CSS crítico above the fold en el HTML, y luego con **lazy-load** incorpora el CSS que se necesita para el resto de la página. Esto eliminará el bloqueo de CSS. Estará listo antes de que arranque su SPA.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to understand why left "above the fold" in English?


## Ajustes

Puede configurar este plugin utilizando el ayudante setPluginConfig de esta manera:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Puede configurar este plugin utilizando el ayudante setPluginConfig de esta manera:
Puede configurar este plugin utilizando el ayudante setPluginConfig de esta manera:

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's keep "helper" instead use "ayudante"

docs/learn/create-a-plugin/create-a-plugin_es.md Outdated Show resolved Hide resolved
@SanderElias
Copy link
Contributor

@Villanuevand What's the state of this PR?

@SanderElias SanderElias self-requested a review as a code owner January 12, 2022 13:23
@SanderElias
Copy link
Contributor

@manueldose I was about to merge this, but:
image
Can you sign the CLA, then I can merge your change in

SanderElias and others added 2 commits February 24, 2022 09:36
@SanderElias SanderElias merged commit 1956a36 into scullyio:main Feb 24, 2022
Jefiozie added a commit that referenced this pull request Mar 9, 2022
* feat(platform-server): limit to version 12, as version 13 needs ESM (#1522)

* chore: bump version and tag it to 2.1.7

* Bump marked to resolve security advisory (#1526)

* fix(scully): upgrade marked version
* fix(scully): upgrade @types/marked

* chore: bump version and tag it to 2.1.8

* ci: add codeql scanning to the workflow (#1528)

* chore: bump version and tag it to 2.1.9

* feat(ng-lib): use GuardsCheckEnd instead of Navigationend. see #1529 (#1533)

* feat(ng-lib): use GuardsCheckEnd instead of Navigationend. see #1529

ISSUES CLOSED: #1529

* fix(monorepo): add workaround for [#22606](angular/angular-cli#22606)

ISSUES CLOSED: #1529

* test(ng-lib): add test to check if tss works with route-resolvers

ISSUES CLOSED: #1529

* chore: bump version and tag it to 2.1.10

* fix(scully): kill background server on exit (#1535)

This will forcefully kill the background server when scully is done processing

ISSUES CLOSED: #1513

* chore: bump version and tag it to 2.1.11

* chore(deps): bump nanoid from 3.1.30 to 3.2.0 (#1534)

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.1.30...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump version and tag it to 2.1.12

* chore(deps): bump follow-redirects from 1.14.6 to 1.14.8 (#1540)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.6...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump version and tag it to 2.1.13

* fix(ng-lib): don't error when routing from non-Scully page to Scully-genreated page (#1541)

* chore: bump version and tag it to 2.1.14

* chore(deps): bump url-parse from 1.5.4 to 1.5.7 (#1542)

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.4 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.5.4...1.5.7)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump version and tag it to 2.1.15

* Added spanish translations responding to issue #1321 (#1445)

* Added spanish translations responding to issue #1321

* Update docs/learn/create-a-plugin/create-a-plugin_es.md

Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com>

Co-authored-by: Sander Elias <SanderElias@users.noreply.github.com>
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com>

* chore: bump version and tag it to 2.1.16

* chore(monorepo): merge in main

* chore(deps): bump prismjs from 1.25.0 to 1.27.0 (#1548)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.25.0...v1.27.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump version and tag it to 2.1.17

* fix(schematics): Get schematic tests running and passing plus add logic for gitignore (#1547)

entries

* chore: bump version and tag it to 2.1.18

* chore(monorepo): update depedencies (PPT & PW) to try fixing some scuritty warings (#1551)

* chore: bump version and tag it to 2.1.19

* fix(scully): update selfsigned to fix security issue when using SSL selfsigned certifiates (#1552)

* chore: bump version and tag it to 2.1.20

* fix(schematics): make sure the schematics install the latest version off our playwright plugin, instead of 0.0.2 (#1554)

* chore: bump version and tag it to 2.1.21

* refactor(Actions): we don't need to build after the build-artifacts, because its already there (#1555)

* chore: bump version and tag it to 2.1.22

* test: updated configuration to run tests for schematics and sps, univ… (#1482)

* chore: bump version and tag it to 2.1.23

* chore(monorepo): updating deps

* chore(monorepo): upgrade to latest nx

* chore(monorepo): bump version

* fix(actions): fix on node version 16.13.2 untill next node versions are released

* fix(scully): update deps for ESM use

* fix(scully-plugin-puppeteer): correct depedency import, move from peerdeps to deps (it was in scully

Co-authored-by: Scully-Bot <Scully-Bot@users.noreply.github.com>
Co-authored-by: Zsofia Florek <58311322+zsofiaflorek@users.noreply.github.com>
Co-authored-by: Jeffrey Bosch <Jefiozie@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: manueldose <71591743+manueldose@users.noreply.github.com>
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com>
Co-authored-by: Mike Brocchi <mbrocchi@gmail.com>
fredericbirke pushed a commit to fredericbirke/scully_f that referenced this pull request Feb 18, 2023
* feat(platform-server): limit to version 12, as version 13 needs ESM (scullyio#1522)

* chore: bump version and tag it to 2.1.7

* Bump marked to resolve security advisory (scullyio#1526)

* fix(scully): upgrade marked version
* fix(scully): upgrade @types/marked

* chore: bump version and tag it to 2.1.8

* ci: add codeql scanning to the workflow (scullyio#1528)

* chore: bump version and tag it to 2.1.9

* feat(ng-lib): use GuardsCheckEnd instead of Navigationend. see scullyio#1529 (scullyio#1533)

* feat(ng-lib): use GuardsCheckEnd instead of Navigationend. see scullyio#1529

ISSUES CLOSED: scullyio#1529

* fix(monorepo): add workaround for [#22606](angular/angular-cli#22606)

ISSUES CLOSED: scullyio#1529

* test(ng-lib): add test to check if tss works with route-resolvers

ISSUES CLOSED: scullyio#1529

* chore: bump version and tag it to 2.1.10

* fix(scully): kill background server on exit (scullyio#1535)

This will forcefully kill the background server when scully is done processing

ISSUES CLOSED: scullyio#1513

* chore: bump version and tag it to 2.1.11

* chore(deps): bump nanoid from 3.1.30 to 3.2.0 (scullyio#1534)

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.1.30...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump version and tag it to 2.1.12

* chore(deps): bump follow-redirects from 1.14.6 to 1.14.8 (scullyio#1540)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.6...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump version and tag it to 2.1.13

* fix(ng-lib): don't error when routing from non-Scully page to Scully-genreated page (scullyio#1541)

* chore: bump version and tag it to 2.1.14

* chore(deps): bump url-parse from 1.5.4 to 1.5.7 (scullyio#1542)

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.4 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.5.4...1.5.7)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump version and tag it to 2.1.15

* Added spanish translations responding to issue scullyio#1321 (scullyio#1445)

* Added spanish translations responding to issue scullyio#1321

* Update docs/learn/create-a-plugin/create-a-plugin_es.md

Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com>

Co-authored-by: Sander Elias <SanderElias@users.noreply.github.com>
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com>

* chore: bump version and tag it to 2.1.16

* chore(monorepo): merge in main

* chore(deps): bump prismjs from 1.25.0 to 1.27.0 (scullyio#1548)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.25.0...v1.27.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump version and tag it to 2.1.17

* fix(schematics): Get schematic tests running and passing plus add logic for gitignore (scullyio#1547)

entries

* chore: bump version and tag it to 2.1.18

* chore(monorepo): update depedencies (PPT & PW) to try fixing some scuritty warings (scullyio#1551)

* chore: bump version and tag it to 2.1.19

* fix(scully): update selfsigned to fix security issue when using SSL selfsigned certifiates (scullyio#1552)

* chore: bump version and tag it to 2.1.20

* fix(schematics): make sure the schematics install the latest version off our playwright plugin, instead of 0.0.2 (scullyio#1554)

* chore: bump version and tag it to 2.1.21

* refactor(Actions): we don't need to build after the build-artifacts, because its already there (scullyio#1555)

* chore: bump version and tag it to 2.1.22

* test: updated configuration to run tests for schematics and sps, univ… (scullyio#1482)

* chore: bump version and tag it to 2.1.23

* chore(monorepo): updating deps

* chore(monorepo): upgrade to latest nx

* chore(monorepo): bump version

* fix(actions): fix on node version 16.13.2 untill next node versions are released

* fix(scully): update deps for ESM use

* fix(scully-plugin-puppeteer): correct depedency import, move from peerdeps to deps (it was in scully

Co-authored-by: Scully-Bot <Scully-Bot@users.noreply.github.com>
Co-authored-by: Zsofia Florek <58311322+zsofiaflorek@users.noreply.github.com>
Co-authored-by: Jeffrey Bosch <Jefiozie@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: manueldose <71591743+manueldose@users.noreply.github.com>
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com>
Co-authored-by: Mike Brocchi <mbrocchi@gmail.com>
fredericbirke pushed a commit to fredericbirke/scully_f that referenced this pull request Feb 19, 2023
* feat(platform-server): limit to version 12, as version 13 needs ESM (scullyio#1522)

* chore: bump version and tag it to 2.1.7

* Bump marked to resolve security advisory (scullyio#1526)

* fix(scully): upgrade marked version
* fix(scully): upgrade @types/marked

* chore: bump version and tag it to 2.1.8

* ci: add codeql scanning to the workflow (scullyio#1528)

* chore: bump version and tag it to 2.1.9

* feat(ng-lib): use GuardsCheckEnd instead of Navigationend. see scullyio#1529 (scullyio#1533)

* feat(ng-lib): use GuardsCheckEnd instead of Navigationend. see scullyio#1529

ISSUES CLOSED: scullyio#1529

* fix(monorepo): add workaround for [#22606](angular/angular-cli#22606)

ISSUES CLOSED: scullyio#1529

* test(ng-lib): add test to check if tss works with route-resolvers

ISSUES CLOSED: scullyio#1529

* chore: bump version and tag it to 2.1.10

* fix(scully): kill background server on exit (scullyio#1535)

This will forcefully kill the background server when scully is done processing

ISSUES CLOSED: scullyio#1513

* chore: bump version and tag it to 2.1.11

* chore(deps): bump nanoid from 3.1.30 to 3.2.0 (scullyio#1534)

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.1.30...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump version and tag it to 2.1.12

* chore(deps): bump follow-redirects from 1.14.6 to 1.14.8 (scullyio#1540)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.6...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump version and tag it to 2.1.13

* fix(ng-lib): don't error when routing from non-Scully page to Scully-genreated page (scullyio#1541)

* chore: bump version and tag it to 2.1.14

* chore(deps): bump url-parse from 1.5.4 to 1.5.7 (scullyio#1542)

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.4 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.5.4...1.5.7)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump version and tag it to 2.1.15

* Added spanish translations responding to issue scullyio#1321 (scullyio#1445)

* Added spanish translations responding to issue scullyio#1321

* Update docs/learn/create-a-plugin/create-a-plugin_es.md

Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com>

Co-authored-by: Sander Elias <SanderElias@users.noreply.github.com>
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com>

* chore: bump version and tag it to 2.1.16

* chore(monorepo): merge in main

* chore(deps): bump prismjs from 1.25.0 to 1.27.0 (scullyio#1548)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.25.0...v1.27.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump version and tag it to 2.1.17

* fix(schematics): Get schematic tests running and passing plus add logic for gitignore (scullyio#1547)

entries

* chore: bump version and tag it to 2.1.18

* chore(monorepo): update depedencies (PPT & PW) to try fixing some scuritty warings (scullyio#1551)

* chore: bump version and tag it to 2.1.19

* fix(scully): update selfsigned to fix security issue when using SSL selfsigned certifiates (scullyio#1552)

* chore: bump version and tag it to 2.1.20

* fix(schematics): make sure the schematics install the latest version off our playwright plugin, instead of 0.0.2 (scullyio#1554)

* chore: bump version and tag it to 2.1.21

* refactor(Actions): we don't need to build after the build-artifacts, because its already there (scullyio#1555)

* chore: bump version and tag it to 2.1.22

* test: updated configuration to run tests for schematics and sps, univ… (scullyio#1482)

* chore: bump version and tag it to 2.1.23

* chore(monorepo): updating deps

* chore(monorepo): upgrade to latest nx

* chore(monorepo): bump version

* fix(actions): fix on node version 16.13.2 untill next node versions are released

* fix(scully): update deps for ESM use

* fix(scully-plugin-puppeteer): correct depedency import, move from peerdeps to deps (it was in scully

Co-authored-by: Scully-Bot <Scully-Bot@users.noreply.github.com>
Co-authored-by: Zsofia Florek <58311322+zsofiaflorek@users.noreply.github.com>
Co-authored-by: Jeffrey Bosch <Jefiozie@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: manueldose <71591743+manueldose@users.noreply.github.com>
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com>
Co-authored-by: Mike Brocchi <mbrocchi@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants