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:
parent
7083fd6702
commit
b6acdf34fd
2 changed files with 32 additions and 0 deletions
16
pages.es/common/pocount.md
Normal file
16
pages.es/common/pocount.md
Normal 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
16
pages/common/pocount.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue