Skip to content

Commit

Permalink
Merge pull request pygame-community#2907 from REX2626/main
Browse files Browse the repository at this point in the history
Fixed missing comma in README
  • Loading branch information
ankith26 authored Jun 3, 2024
2 parents 70898d9 + 320b2db commit 3c14cd1
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 32 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:target: https://pyga.me/


|DocsStatus|
|DocsStatus|
|PyPiVersion| |PyPiLicense|
|Python3| |GithubCommits| |BlackFormatBadge|

Expand Down Expand Up @@ -47,7 +47,7 @@ locally, it'll launch the online website instead.

The online documentation stays up to date with the development version
of pygame on github. This may be a bit newer than the version of pygame
you are using. To upgrade to the latest full release, run
you are using. To upgrade to the latest full release, run
``pip install pygame-ce --upgrade`` in your terminal.

Best of all, the examples directory has many playable small programs
Expand Down Expand Up @@ -101,7 +101,7 @@ Tyler, Nathaniel Pryce, Dave Wallace, John Popplewell, Michael Urman,
Andrew Straw, Michael Hudson, Ole Martin Bjoerndalen, Herve Cauwelier,
James Mazer, Lalo Martins, Timothy Stranex, Chad Lester, Matthias
Spiller, Bo Jangeborg, Dmitry Borisov, Campbell Barton, Diego Essaya,
Eyal Lotem, Regis Desgroppes, Emmanuel Hainry, Randy Kaelber
Eyal Lotem, Regis Desgroppes, Emmanuel Hainry, Randy Kaelber,
Matthew L Daniel, Nirav Patel, Forrest Voight, Charlie Nolan,
Frankie Robertson, John Krukoff, Lorenz Quack, Nick Irvine,
Michael George, Saul Spatz, Thomas Ibbotson, Tom Rothamel, Evan Kroske,
Expand Down Expand Up @@ -132,7 +132,7 @@ Pygame is obviously strongly dependent on SDL and Python. It also
links to and embeds several other smaller libraries. The font
module relies on SDL_ttf, which is dependent on freetype. The mixer
(and mixer.music) modules depend on SDL_mixer. The image module
depends on SDL_image. Transform.rotozoom has an embedded version
depends on SDL_image. Transform.rotozoom has an embedded version
of SDL_rotozoom, and gfxdraw has an embedded version of SDL_gfx.
Dependency versions:

Expand Down Expand Up @@ -181,7 +181,7 @@ See docs/licenses for licenses of dependencies.

.. |DocsStatus| image:: https://img.shields.io/website?down_message=offline&label=docs&up_message=online&url=https%3A%2F%2Fpyga.me%2Fdocs%2F
:target: https://pyga.me/docs/

.. |BlackFormatBadge| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black

Expand Down
14 changes: 7 additions & 7 deletions docs/readmes/README.es.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:target: https://pyga.me/


|DocsStatus|
|DocsStatus|
|PyPiVersion| |PyPiLicense|
|Python3| |GithubCommits| |BlackFormatBadge|

Expand All @@ -19,7 +19,7 @@ lo más intuitivo posible.
Esta distribución se llama **« pygame - Community Edition »** (abreviado « pygame-ce »).


Esta es una bifurcación del proyecto original de sus principales desarrolladores anteriores. Fue creado como resultado de muchos obstáculos que eran imposibles de superar, impidiéndoles continuar el desarrollo del proyecto inicial. Esta nueva distribución tiene como objetivo ofrecer actualizaciones más regular, mejoras y correcciones, pero también un modelo de gobernanza más democrático.
Esta es una bifurcación del proyecto original de sus principales desarrolladores anteriores. Fue creado como resultado de muchos obstáculos que eran imposibles de superar, impidiéndoles continuar el desarrollo del proyecto inicial. Esta nueva distribución tiene como objetivo ofrecer actualizaciones más regular, mejoras y correcciones, pero también un modelo de gobernanza más democrático.

¡Cualquier nuevo colaborador es bienvenido!

Expand Down Expand Up @@ -50,7 +50,7 @@ Construir a partir del código fuente

Si deseas utilizar características en desarrollo, o quieres contribuir a pygame-ce, vas a necesitar construir pygame-ce localmente a partir del código fuente, en lugar de instalarlo con pip.

La instalación de pygame-ce desde el código fuente está bastante automatizada. La mayor parte del trabajo consistirá en compilar e instalar todas las dependencias de
La instalación de pygame-ce desde el código fuente está bastante automatizada. La mayor parte del trabajo consistirá en compilar e instalar todas las dependencias de
pygame-ce. Una vez hecho esto, ejecute el script ``setup.py`` que intentará autoconfigurar, compilar e instalación.

Más información sobre la instalación y compilación está disponible en `La pagina wiki de compilando`_.
Expand Down Expand Up @@ -86,7 +86,7 @@ Tyler, Nathaniel Pryce, Dave Wallace, John Popplewell, Michael Urman,
Andrew Straw, Michael Hudson, Ole Martin Bjoerndalen, Herve Cauwelier,
James Mazer, Lalo Martins, Timothy Stranex, Chad Lester, Matthias
Spiller, Bo Jangeborg, Dmitry Borisov, Campbell Barton, Diego Essaya,
Eyal Lotem, Regis Desgroppes, Emmanuel Hainry, Randy Kaelber
Eyal Lotem, Regis Desgroppes, Emmanuel Hainry, Randy Kaelber,
Matthew L Daniel, Nirav Patel, Forrest Voight, Charlie Nolan,
Frankie Robertson, John Krukoff, Lorenz Quack, Nick Irvine,
Michael George, Saul Spatz, Thomas Ibbotson, Tom Rothamel, Evan Kroske,
Expand All @@ -110,7 +110,7 @@ Dépendances

**note:** This section translation is out of date (September 2023)

Pygame obviamente depende en gran medida de SDL y Python. También enlaza e incorpora varias otras bibliotecas más pequeñas. El módulo de fuentes se basa en SDL_ttf, que depende de freetype. Los módulos mixer (y mixer.music) dependen de SDL_mixer. El módulo de imagen depende de SDL_image, que también puede usar libjpeg y libpng. El módulo de transformación tiene una versión integrada de SDL_rotozoom para su propia función rotozoom.
Pygame obviamente depende en gran medida de SDL y Python. También enlaza e incorpora varias otras bibliotecas más pequeñas. El módulo de fuentes se basa en SDL_ttf, que depende de freetype. Los módulos mixer (y mixer.music) dependen de SDL_mixer. El módulo de imagen depende de SDL_image, que también puede usar libjpeg y libpng. El módulo de transformación tiene una versión integrada de SDL_rotozoom para su propia función rotozoom.
El módulo surfarray necesita el paquete python numpy, para sus matrices numéricas multidimensionales.

Versiones de dependencia:
Expand Down Expand Up @@ -152,7 +152,7 @@ Consulta docs/licenses para ver las licencias de dependencia.

.. |DocsStatus| image:: https://img.shields.io/website?down_message=offline&label=docs&up_message=online&url=https%3A%2F%2Fpyga.me%2Fdocs%2F
:target: https://pyga.me/docs/

.. |BlackFormatBadge| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black

Expand All @@ -166,4 +166,4 @@ Consulta docs/licenses para ver las licencias de dependencia.
.. _简体中文: README.zh-cn.rst
.. _English: ./../../README.rst
.. _فارسی: README.fa.rst
.. _Français: README.fr.rst
.. _Français: README.fr.rst
8 changes: 4 additions & 4 deletions docs/readmes/README.fa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ pygame به عنوان زیرساخت های اصلی خود از کتابخان
با استفاده از کتابخانه pygame خلاقانه تر و آسان تر می شود.


این توزیع با نام
این توزیع با نام
**'pygame - Community Edition'** ('pygame-ce' برای اختصار)
شناخته می شود.

این توزیع یک فورک از نسخه آپ استریم (نسخه اصلی) کتابخانه pygame می باشد
که توسط مشارکت کنندگان (contributor) های سابق نسخه
آپ استریم در حال توسعه و نگهداری هست,
آپ استریم در حال توسعه و نگهداری هست,
و بعد از رخ دادن چالش هایی حل نشدنی که همکاری در نسخه اصلی کتابخانه
را غیر ممکن می کرد, برای اولین بار ساخته شد.

Expand Down Expand Up @@ -65,7 +65,7 @@ Help (کمک و راهنمایی)

همچنین اگر کتابخانه pygame را نصب کرده اید می توانید با وارد کردن دستور

``python -m pygame.docs``
``python -m pygame.docs``

در فضای ترمینال یا کامند لاین سیستم عامل خود, به اسناد ارجاعی دسترسی داشته باشید.

Expand Down Expand Up @@ -138,7 +138,7 @@ Tyler, Nathaniel Pryce, Dave Wallace, John Popplewell, Michael Urman,
Andrew Straw, Michael Hudson, Ole Martin Bjoerndalen, Herve Cauwelier,
James Mazer, Lalo Martins, Timothy Stranex, Chad Lester, Matthias
Spiller, Bo Jangeborg, Dmitry Borisov, Campbell Barton, Diego Essaya,
Eyal Lotem, Regis Desgroppes, Emmanuel Hainry, Randy Kaelber
Eyal Lotem, Regis Desgroppes, Emmanuel Hainry, Randy Kaelber,
Matthew L Daniel, Nirav Patel, Forrest Voight, Charlie Nolan,
Frankie Robertson, John Krukoff, Lorenz Quack, Nick Irvine,
Michael George, Saul Spatz, Thomas Ibbotson, Tom Rothamel, Evan Kroske,
Expand Down
26 changes: 13 additions & 13 deletions docs/readmes/README.fr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:target: https://pyga.me/


|DocsStatus|
|DocsStatus|
|PyPiVersion| |PyPiLicense|
|Python3| |GithubCommits| |BlackFormatBadge|

Expand All @@ -22,9 +22,9 @@ Ceci est un fork du projet initial par ses principaux anciens développeurs,
il a été créé suite à de nombreux obstacles impossibles à franchir, les empêchant de continuer
le développement du projet initial. Cette nouvelle distribution a pour but d’offrir des mises à jour
plus régulières, des améliorations et des correctifs, mais aussi un modèle de gouvernance plus
démocratique.
démocratique.

Tout nouveau contributeur est le bienvenu !
Tout nouveau contributeur est le bienvenu !

Installation
------------
Expand All @@ -49,7 +49,7 @@ développement sur GitHub. Cela peut être un peu plus récent que la version de
pygame-ce que vous utilisez. Pour passer à la version sortie la plus récente, lancez
``pip install pygame-ce --upgrade`` dans votre terminal.

Un point particulièrement intéressant : vous avez à votre disposition un dossier
Un point particulièrement intéressant : vous avez à votre disposition un dossier
d’exemples contenant de nombreux petits programmes jouables, vous permettant
de commencer à jouer avec le code tout de suite.

Expand All @@ -62,8 +62,8 @@ build pygame-ce localement depuis le code source, plutôt que de l’installer a
pip.

Installer pygame-ce depuis le code source est assez automatisé. La majeure
partie du travail sera de compiler et d’installer toutes les dépendances de
pygame. Une fois ceci fait, lancez le script ``setup.py`` qui va essayer
partie du travail sera de compiler et d’installer toutes les dépendances de
pygame. Une fois ceci fait, lancez le script ``setup.py`` qui va essayer
de l’auto-configurer, le build, et l’installer.

Plus d’informations à propos de l’installation et de la compilation sont disponibles
Expand Down Expand Up @@ -101,7 +101,7 @@ Tyler, Nathaniel Pryce, Dave Wallace, John Popplewell, Michael Urman,
Andrew Straw, Michael Hudson, Ole Martin Bjoerndalen, Herve Cauwelier,
James Mazer, Lalo Martins, Timothy Stranex, Chad Lester, Matthias
Spiller, Bo Jangeborg, Dmitry Borisov, Campbell Barton, Diego Essaya,
Eyal Lotem, Regis Desgroppes, Emmanuel Hainry, Randy Kaelber
Eyal Lotem, Regis Desgroppes, Emmanuel Hainry, Randy Kaelber,
Matthew L Daniel, Nirav Patel, Forrest Voight, Charlie Nolan,
Frankie Robertson, John Krukoff, Lorenz Quack, Nick Irvine,
Michael George, Saul Spatz, Thomas Ibbotson, Tom Rothamel, Evan Kroske,
Expand All @@ -116,9 +116,9 @@ qui ont permis à ce projet de continuer à vivre, et qui ont pratiquement rendu
travail facile. Merci !

Très grands remerciements à toutes les personnes commentant la documentation,
et ajoutant du nouveau contenu dans la `documentation de pygame`_ et dans la `documentation de pygame-ce`_.
et ajoutant du nouveau contenu dans la `documentation de pygame`_ et dans la `documentation de pygame-ce`_.

Aussi de très grands remerciements à toutes les personnes créant des jeux et les
Aussi de très grands remerciements à toutes les personnes créant des jeux et les
partageant sur le site pygame.org pour permettre aux autres d'apprendre et de
s’amuser.

Expand Down Expand Up @@ -165,12 +165,12 @@ le droit de placer les futures versions de cette bibliothèque sous une licence
différente.

Ceci veut en quelque sorte dire que vous êtes habilité à utiliser pygame-ce
dans n’importe quel projet que souhaitez, mais que si vous voulez effectuer des
dans n’importe quel projet que souhaitez, mais que si vous voulez effectuer des
changements ou des ajouts à pygame lui-même, alors vous serez dans l’obligation
de les publier avec une licence compatible (de préférence en les soumettant au projet
pygame-ce). Les codes propriétaires et les jeux commerciaux sont autorisés.

Les programmes présents dans le sous-répertoire ``examples`` appartiennent
Les programmes présents dans le sous-répertoire ``examples`` appartiennent
au domaine public.

Voir les docs/licences pour les licences des dépendances.
Expand All @@ -189,7 +189,7 @@ Voir les docs/licences pour les licences des dépendances.

.. |DocsStatus| image:: https://img.shields.io/website?down_message=offline&label=docs&up_message=online&url=https%3A%2F%2Fpyga.me%2Fdocs%2F
:target: https://pyga.me/docs/

.. |BlackFormatBadge| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black

Expand All @@ -204,4 +204,4 @@ Voir les docs/licences pour les licences des dépendances.
.. _简体中文: README.zh-cn.rst
.. _English: ./../../README.rst
.. _فارسی: README.fa.rst
.. _Español: README.es.rst
.. _Español: README.es.rst
6 changes: 3 additions & 3 deletions docs/readmes/README.zh-cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:target: https://pyga.me/


|DocsStatus|
|DocsStatus|
|PyPiVersion| |PyPiLicense|
|Python3| |GithubCommits| |BlackFormatBadge|

Expand Down Expand Up @@ -76,7 +76,7 @@ Tyler, Nathaniel Pryce, Dave Wallace, John Popplewell, Michael Urman,
Andrew Straw, Michael Hudson, Ole Martin Bjoerndalen, Herve Cauwelier,
James Mazer, Lalo Martins, Timothy Stranex, Chad Lester, Matthias
Spiller, Bo Jangeborg, Dmitry Borisov, Campbell Barton, Diego Essaya,
Eyal Lotem, Regis Desgroppes, Emmanuel Hainry, Randy Kaelber
Eyal Lotem, Regis Desgroppes, Emmanuel Hainry, Randy Kaelber,
Matthew L Daniel, Nirav Patel, Forrest Voight, Charlie Nolan,
Frankie Robertson, John Krukoff, Lorenz Quack, Nick Irvine,
Michael George, Saul Spatz, Thomas Ibbotson, Tom Rothamel, Evan Kroske,
Expand Down Expand Up @@ -159,4 +159,4 @@ pygame显然依赖于SDL和Python。此外pygame还嵌入了几个较小的库
.. _English: ./../../README.rst
.. _Français: README.fr.rst
.. _فارسی: README.fa.rst
.. _Español: README.es.rst
.. _Español: README.es.rst

0 comments on commit 3c14cd1

Please sign in to comment.