• Joined on 2022-09-14
Anand commented on issue ciri/stage_2023#50 2023-06-01 09:43:51 +02:00
Exercice utilitaire python

Code avec moins de problèmes d'indentations :

from pathlib import Path
from lxml import etree as LX

source = Path(r'C:\Users\anand\Desktop\serpent\test.txt')
target =
Anand commented on issue ciri/stage_2023#50 2023-05-28 22:26:49 +02:00
Exercice utilitaire python

Mise à jour du code :

from pathlib import Path
from lxml import etree as LX

source = Path(r'C:\Users\anand\Desktop\serpent\test.txt')
target = Path(r'C:\Users\anand\Desktop\ser…
Anand commented on issue ciri/stage_2023#50 2023-05-22 11:31:48 +02:00
Exercice utilitaire python

J'ai fusionné les deux codes pour obtenir ça :

from pathlib import Path
import xml.etree.ElementTree as ET

source = Path(r'C:\Users\anand\Desktop\serpent\test.txt')
target =
Anand commented on issue ciri/stage_2023#50 2023-05-15 08:10:49 +02:00
Exercice utilitaire python

Mon code pour faire un semblant de TMX :

with open(r'C:\Users\anand\Desktop\serpent\test2.txt') as file_object:
        contents = file_object.readlines()
        print("<?xml…
Anand commented on issue ciri/stage_2023#50 2023-05-10 16:05:07 +02:00
Exercice utilitaire python

J'ai trouvé une alternative qui prend en compte la première ligne du fichier :

with open(r'C:\Users\anand\Desktop\serpent\test.txt') as file_object:
        contents = file_object.
Anand reopened issue ciri/stage_2023#32 2023-04-06 09:29:53 +02:00
Finition de l'UI, mise en correspondance finale avec le manuel
Anand closed issue ciri/stage_2023#32 2023-04-06 09:29:44 +02:00
Finition de l'UI, mise en correspondance finale avec le manuel
Anand deleted tag Article from ciri/stage_2023 2023-04-03 10:10:52 +02:00
Anand pushed tag Article to ciri/stage_2023 2023-04-03 10:06:28 +02:00
Anand commented on issue ciri/stage_2023#10 2023-03-06 10:29:57 +01:00
Bilan de la réunion du 06/03
  • Pour un segment non traduisible, il faut quand même copier le segment source pour compter le segment comme traduit.
  • Afin qu'OmegaT ne considère pas les segments cible et source identiques…
Anand pushed to main at brandelune/documentation_emacs 2022-12-14 09:43:08 +01:00
c8189af799 Translated by Anand
Anand pushed to main at brandelune/documentation_emacs 2022-12-07 08:50:21 +01:00
5b5c57bb0e Translated by Anand
Anand pushed to main at brandelune/documentation_emacs 2022-12-07 08:46:56 +01:00
c8f4910012 Translated by Anand
Anand pushed to main at ciri/Projet_en_equipe 2022-10-06 18:57:31 +02:00
241f93760e Translated by Anand
Anand pushed to main at ciri/Projet_en_equipe 2022-10-06 18:52:52 +02:00
50e76ff9c4 Translated by Anand
Anand pushed to main at ciri/Projet_en_equipe 2022-10-06 18:50:09 +02:00
fcc50c134a Translated by Anand
Anand pushed to main at ciri/Projet_en_equipe 2022-10-06 18:44:58 +02:00
f6e5397b57 Translated by Anand
Anand pushed to main at ciri/Projet_en_equipe 2022-10-06 18:41:17 +02:00
0ddcb28628 Translated by Anand
Anand pushed to main at ciri/Projet_en_equipe 2022-10-06 18:38:03 +02:00
902d970717 Translated by Anand
Anand pushed to main at ciri/Projet_en_equipe 2022-10-06 18:35:10 +02:00
3123739754 Translated by Anand