Crowdin Scripts/es

Administrando traducciones para FreeCAD

FreeCAD usa un servicio de un tercero llamado Crowdin para administrar las traducciones.

Hay 3 scripts en FreeCAD/src/Tools que son usados para administrar los archivos de traducción:

  1. updatets.py (github source)
  2. updatecrowdin.py (github source)
  3. updatefromcrowdin.py (github source)

Notas

updatets.py

The updatets.py script will create the .ts files in your local FreeCAD/ directory. It generates .ts files (Qt Translation Source File).

Es invocado con: python2 updatets.py

updatecrowdin.py

The updatecrowdin.py script pushes changes to Crowdin (3rd party translation crowdsource translation service) from your local FreeCAD/ directory. The script currently supports 4 arguments:

updatefromcrowdin.py

The updatefromcrowdin.py script pulls changes from crowdin to your local FreeCAD/ directory.

Para mandar las últimas cadenas a crowdin

Para unir las últimas traducciones desde crowdin

Para generar un arhchivo de traducción del sitio web

Para actualizar las traducciones del sitio web

Relacionado