ftxdiff: add Spanish translation (#10541)

* ftxdiff: add Spanish translation

* Update ftxdiff.md

* Apply suggestions from code review

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update ftxdiff.md

* Update ftxdiff.md

* Update ftxdiff.md

* Update pages.es/osx/ftxdiff.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update ftxdiff.md

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
pull/23/head
Darío Hereñú 2023-08-17 14:56:47 -03:00 committed by GitHub
parent a31cabb9fc
commit c99cba5106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages.es/osx/ftxdiff.md Normal file
View File

@ -0,0 +1,16 @@
# ftxdiff
> Compara las diferencias entre dos fuentes.
> Más información: <https://developer.apple.com/fonts>.
- Envía las diferencias a un archivo de texto específico:
`ftxdiff --output {{ruta/al/archivo_de_fontdif.txt}} {{ruta/al/archivo_ont_1.ttc}} {{ruta/al/archivo_font_2.ttc}}`
- Incluir nombres de glifos en la salida:
`ftxdiff --include-glyph-names`
- Incluir nombres unicode en la salida:
`ftxdiff --include-unicode-names`