Skip to content

Commit e13bf2e

Browse files
authored
Merge branch 'fortran-lang:main' into main
2 parents ec6b7fd + 4942ac8 commit e13bf2e

File tree

3 files changed

+23
-37
lines changed

3 files changed

+23
-37
lines changed

locale/es/LC_MESSAGES/index.po

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ msgstr ""
99
"Project-Id-Version: Fortran-lang.org website\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2022-09-29 16:02+0200\n"
12-
"PO-Revision-Date: 2024-01-30 19:01+0000\n"
13-
"Last-Translator: jalvesz <jose.alves@transvalor.com>\n"
12+
"PO-Revision-Date: 2024-03-12 14:02+0000\n"
13+
"Last-Translator: Franco Ezequiel Ibañez <francoibanez.dev@gmail.com>\n"
1414
"Language-Team: Spanish <https://hosted.weblate.org/projects/fortran-lang/"
1515
"webpage/es/>\n"
1616
"Language: es\n"
1717
"MIME-Version: 1.0\n"
1818
"Content-Type: text/plain; charset=utf-8\n"
1919
"Content-Transfer-Encoding: 8bit\n"
2020
"Plural-Forms: nplurals=2; plural=n != 1;\n"
21-
"X-Generator: Weblate 5.4-dev\n"
21+
"X-Generator: Weblate 5.5-dev\n"
2222
"Generated-By: Babel 2.10.3\n"
2323

2424
#: ../../source/community.md:10
@@ -172,17 +172,16 @@ msgstr ""
172172
"las prácticas recomendadas."
173173

174174
#: ../../source/community.md:120
175-
#, fuzzy
176175
msgid ""
177176
"[Contributor guide for stdlib](https://github.com/fortran-"
178177
"lang/stdlib/blob/HEAD/WORKFLOW.md) <br> [Contributor guide for "
179178
"fpm](https://github.com/fortran-lang/fpm/blob/HEAD/CONTRIBUTING.md)<br> "
180179
"[Contributor guide for fortran-lang.org](community/contributing)"
181180
msgstr ""
182-
"[Guía del colaborador para stdlib](https://github.com/fortran-"
183-
"lang/stdlib/blob/HEAD/WORKFLOW.md) <br> [Guía del colaborador para "
184-
"fpm](https://github.com/fortran-lang/fpm/blob/HEAD/CONTRIBUTING.md)<br> [Guía"
185-
" del colaborador para fortran-lang.org](contributing)"
181+
"[Guía del colaborador para stdlib](https://github.com/fortran-lang/stdlib/"
182+
"blob/HEAD/WORKFLOW.md) <br> [Guía del colaborador para fpm](https://github."
183+
"com/fortran-lang/fpm/blob/HEAD/CONTRIBUTING.md)<br> [Guía del colaborador "
184+
"para fortran-lang.org](community/contributing)"
186185

187186
#: ../../source/community.md:129
188187
msgid "Community Conduct"
@@ -334,7 +333,6 @@ msgid "**How is the site built?**"
334333
msgstr "**¿Cómo está construido el sitio web?**"
335334

336335
#: ../../source/community/contributing.md:28
337-
#, fuzzy
338336
msgid ""
339337
"The Fortran-lang site uses the Python-based [Sphinx static site "
340338
"generator](https://www.sphinx-doc.org/en/master/) to compile the RST,Markdown"
@@ -349,11 +347,11 @@ msgstr ""
349347
"Sphinx](https://www.sphinx-doc.org/en/master/), basado en Python, para "
350348
"compilar los archivos RST, Markdown y HTML. Se recomienda que los "
351349
"colaboradores instalen Python en su computadora de desarrollo para que los "
352-
"cambios puedan obtener una vista previa localmente; sin embargo, esto no es "
353-
"obligatorio ya que las vistas previas del sitio se pueden generar durante el "
354-
"proceso de solicitud de integración (consulte a continuación para obtener más"
355-
" información). Consulte [README.md](README.md) para saber cómo configurar "
356-
"Sphinx y construir el sitio web."
350+
"cambios puedan ser previsualizados localmente; sin embargo, esto no es "
351+
"obligatorio ya que las vistas previas del sitio pueden ser generadas durante "
352+
"el proceso de pull request (consulte más abajo para más información). "
353+
"Consulte [README.md](README.md) para saber cómo configurar Sphinx y compilar "
354+
"el sitio web."
357355

358356
#: ../../source/community/contributing.md:32
359357
msgid ""
@@ -452,16 +450,15 @@ msgstr ""
452450
"pull-requests/creating-a-pull-request) )"
453451

454452
#: ../../source/community/contributing.md:59
455-
#, fuzzy
456453
msgid ""
457454
"**Note: Before opening a pull request you must build your changes locally "
458455
"using Sphinx (see [README.md](https://github.com/fortran-"
459456
"lang/webpage/HEAD/blob/README.md)) to verify that your changes build "
460457
"correctly and render as you expect.**"
461458
msgstr ""
462-
"**Nota: Antes de abrir una solicitud de integración realize sus cambios "
463-
"locales usando Sphinx (consulte [README.md](README.md)) para verificar que "
464-
"sus cambios fueron construidos correctamente y funcionan como se espera.**"
459+
"**Nota: Antes de abrir un pull request, debes compilar tus cambios "
460+
"localmente usando Sphinx (consulta [README.md](README.md)) para verificar "
461+
"que tus cambios se compilen correctamente y se muestren como esperas.**"
465462

466463
#: ../../source/community/contributing.md:61
467464
msgid ""
@@ -525,12 +522,17 @@ msgid ""
525522
"must rebuild the pull request preview by commenting on the pull request with "
526523
"'#build_preview'."
527524
msgstr ""
525+
"**Nota:** si realizas commits adicionales en la rama de tu pull request, "
526+
"debes recompilar la previsualización del pull request comentando en el pull "
527+
"request con '#build_preview'."
528528

529529
#: ../../source/community/contributing.md:77
530530
msgid ""
531531
"After a pull request has been merged and successfully rendered, the workflows"
532532
" will delete the preview build."
533533
msgstr ""
534+
"Luego de que el pull request haya sido fusionado y renderizado con éxito, "
535+
"los workflows borrarán la compilación de previsualización."
534536

535537
#: ../../source/community/contributing.md:79
536538
msgid ""

source/compilers.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,6 @@ OpenMP standards and tuned for leading server-class Arm-based platforms. Built
123123
on the open source Flang front-end, and the LLVM‑based optimization and code
124124
generation back-end. Available as part of the Arm Compiler for Linux package.
125125

126-
<h4> <b> Absoft </b></h4>
127-
128-
[Absoft compilers](https://www.absoft.com/products/) include Pro Fortran
129-
delivering Absoft’s exclusive AP load balancing, AVX, OpenMP 3.1,
130-
extended Fortran 95 compiler with F2003 and F2008 features, FX3 graphical debugger,
131-
native tool suite integration, AMDAL HPC scientific and engineering library, and more.
132-
Pro Fortran includes Fast Data Visualization, an Absoft exclusive technology for
133-
graphical rendering and data output.
134-
135126
<h4> <b> Oracle / Sun </b></h4>
136127

137128
[Oracle C, C++, Fortran Compiler](https://www.oracle.com/application-development/technologies/developerstudio-features.html)
@@ -141,15 +132,6 @@ is highly optimized for Oracle systems, on-premise and in the cloud
141132
- Support for the latest industry standards, including C++14, C++11, C11 and OpenMP 4.0 and extensive GCC compatibility features
142133
- Automatic code analysis during compilation and automatic stack overflow protection at application runtime
143134

144-
<h4> <b> Lahey / Fujitsu </b></h4>
145-
146-
LF Professional v7.8 combines the 32/64-bit LGF Rainier compiler with the classic
147-
[Lahey/Fujitsu LF95](https://lahey.com/) compiler. LGF Rainier has full Fortran
148-
95/90/77 compliance with extensive support for the Fortran 2003 and 2008 standards.
149-
Lahey/Fujitsu LF95 offers best in class diagnostics.
150-
Includes the automatic-parallelizing GFortran compiler, Lahey/Fujitsu Fortran 95
151-
compiler, Visual Studio Fortran support, Winteracter WiSK Graphics package, and more.
152-
153135
<h4> <b> Silverfrost FTN95 </b></h4>
154136

155137
[Silverfrost FTN95](https://www.silverfrost.com/) is a full Fortran 95 standards
@@ -180,9 +162,11 @@ for x86_64 architecture is available.
180162
The following is a list of Fortran compilers that seem discontinued, so we do
181163
not list them above:
182164

165+
- Absoft
183166
- Apogee
184167
- Edinburgh Portable Compilers
185168
- Hewlett Packard
169+
- Lahey
186170
- Watcom
187171
- PathScale
188172
- G95

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# -- Project information -----------------------------------------------------
5252

5353
project = "Fortran-lang.org website"
54-
copyright = "2020-2022, Fortran Community"
54+
copyright = "2020-2024, Fortran Community"
5555
author = "Fortran Community"
5656

5757
# The full version, including alpha/beta/rc tags

0 commit comments

Comments
 (0)