Skip to content

Traduction pour library/asyncio-task.po #1403

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

Merged
merged 8 commits into from
Sep 30, 2020

Conversation

PhilippeGalvan
Copy link
Contributor

Closes #1401

@PhilippeGalvan
Copy link
Contributor Author

PhilippeGalvan commented Aug 28, 2020

Reason for Travis failure :

$ if [ -n "$CHANGED_FILES" ]; then pospell -p dict -l fr_FR $CHANGED_FILES; fi
library/asyncio-task.po:35:asyncio.
library/asyncio-task.po:35:world
library/asyncio-task.po:66:world
library/asyncio-task.po:1094:asyncio
The command "if [ -n "$CHANGED_FILES" ]; then pospell -p dict -l fr_FR $CHANGED_FILES; fi" exited with 255.

Should I add asyncio and world to dict file ?

@PhilippeGalvan PhilippeGalvan changed the title Update traduction for library/asyncio-task.po Traduction pour library/asyncio-task.po Aug 29, 2020
Copy link
Contributor

@christopheNan christopheNan left a comment

Choose a reason for hiding this comment

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

Merci pour cette très bonne traduction.
Tu peux effectivement rajouter world qui est un affichage produit par le programme et que nous ne pouvons pas mettre en italique.
Je pencherais pour mettre asyncio entre astérisques (voir mon commentaire).

Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
@PhilippeGalvan
Copy link
Contributor Author

Merci beaucoup pour la revue, je rajoute 'world' au dictionnaire !

@PhilippeGalvan
Copy link
Contributor Author

Hello ! Je dirais pas non à un petit coup de main débug, je ne comprends pas trop où se situe le bug qui bloque la CI :s !

@christopheNan
Copy link
Contributor

Le C/R de la CI t'indique en ligne 397 que le mot asyncio n'est pas reconnu, donc pospell échoue (ligne 398 en rouge).
en recherchant le mot asyncio dans les traductions déjà effectuées (pogrep --translation --no-source --recursive --line-number --word-regexp --exclude-dir venv asyncio), effectivement on peut constater qu'il est toujours échappé soit par des astérisques, soit par des backticks.
Je te propose de :

  • mettre Task asyncio entre astérisques dans l'entrée commençant à la ligne 1094 du fichier library/asyncio-task.po ;
  • mettre Task entre astérisques à l'entrée commençant à la ligne 1112, voir l'avertissement remonté par padpo à la ligne 1005 du C/R de la CI ;
  • vérifier qu'ils n'apparaissent pas par la suite (task et asyncio), pour éviter la même erreur plus loin lors de la CI.

@PhilippeGalvan
Copy link
Contributor Author

Merci beaucoup ! Effectivement c'était juste ça :/ ! Du coup j'ai mis à jour ma traduction et cette fois-ci ça a l'air mieux :)

Copy link
Contributor Author

@PhilippeGalvan PhilippeGalvan left a comment

Choose a reason for hiding this comment

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

Validation des suggestions !

PhilippeGalvan and others added 3 commits September 22, 2020 16:46
Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
@JulienPalard JulienPalard merged commit 37cc13e into python:3.8 Sep 30, 2020
@JulienPalard
Copy link
Member

Top !

JulienPalard pushed a commit to JulienPalard/python-docs-fr that referenced this pull request Sep 30, 2020
JulienPalard pushed a commit to JulienPalard/python-docs-fr that referenced this pull request Sep 30, 2020
JulienPalard added a commit that referenced this pull request Sep 30, 2020
(cherry picked from commit 37cc13e)

Co-authored-by: PhilippeGalvan <49376995+PhilippeGalvan@users.noreply.github.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.

3 participants