1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

pocount: add page & Spanish translation (#15426)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
Ulices 2025-02-07 00:35:45 -06:00 committed by GitHub
parent 7083fd6702
commit b6acdf34fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# pocount
> Utilidad de Translate Toolkit para obtener el progreso de la traducción de un archivo, soporta varios formatos.
> Más información: <https://docs.translatehouse.org/projects/translate-toolkit/en/latest/commands/pocount.html>.
- Imprime una tabla colorida con el progreso de la traducción de un archivo:
`pocount {{ruta/al/archivo.po}}`
- Imprime el progreso de las traducciones de varios archivos, una línea por archivo:
`pocount --short {{traducción_*.ts}}`
- Genera un archivo CSV con el progreso de la traducción de varios archivos:
`pocount --csv {{traducción_*.ts}} > {{ruta/a/progreso_de_traducción.csv}}`

16
pages/common/pocount.md Normal file
View file

@ -0,0 +1,16 @@
# pocount
> Translate Toolkit utility to get translation progress from file, supporting several formats.
> More information: <https://docs.translatehouse.org/projects/translate-toolkit/en/latest/commands/pocount.html>.
- Print a colorful table with the translation progress of a file:
`pocount {{path/to/file/file.po}}`
- Print translation progress of various files, one line per file:
`pocount --short {{translation_*.ts}}`
- Generate a CSV file with the translation progress of various files:
`pocount --csv {{translation_*.ts}} > {{path/to/translation_progress.csv}}`