You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/doc/es/7.6.-How-to-contribute.md
+33-35Lines changed: 33 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,46 +2,44 @@
2
2
path: en/7.6.-How-to-contribute.md
3
3
---
4
4
5
-
# How to contribute
5
+
# Cómo contribuir
6
6
7
-
## Contributing to the code
7
+
## Contribución al código
8
8
9
-
Please read the [contribution guidelines](https://github.com/ccbogel/QualCoder?tab=contributing-ov-file)
9
+
Por favor, lea las [pautas de contribución](https://github.com/ccbogel/QualCoder?tab=contributing-ov-file)
10
10
11
-
## Contribute to the translation
12
-
### Translate the documentation
11
+
## Contribuya a la traducción
12
+
### Traducir la documentación
13
13
14
-
You can translate the documentation by creating/modifying the markdown files in docs/doc in [the website repository](https://github.com/QualCoder-Org/qualcoder-org.github.io).
14
+
Usted puede traducir la documentación creando o modificando los archivos Markdown en el directorio **docs/doc** dentro del [repositorio del sitio web](https://github.com/QualCoder-Org/qualcoder-org.github.io).
15
15
16
-
### Translate the software
16
+
### Traducir el software
17
17
18
-
There are several translation files, which can be opened with [Poedit](https://poedit.net/). The .qm files are located in src/qualcoder/GUI. The .po files are located in src/qualcoder. You can update the language file by running ```python rebuild_lang.py --update```and compile by running```python rebuild_lang.py --compile```
18
+
Existen varios archivos de traducción que pueden abrirse con [Poedit](https://poedit.net/). Los archivos **.qm** se encuentran en **src/qualcoder/GUI**, mientras que los archivos **.po** están ubicados en **src/qualcoder**. Puede actualizar el archivo de idioma ejecutando el comando ```python rebuild_lang.py --update```y compilarlo ejecutando```python rebuild_lang.py --compile```
19
19
20
20
```
21
21
---------------
22
22
23
-
Notes for creating language files
23
+
Notas para la creación de archivos de idioma
24
24
25
25
26
26
=================================
27
27
28
+
Lista de códigos ISO 639-1 (List_of_ISO_639-1_codes)
Note pylupdate6 does not work well, it replaces with blank entries, instead of drawing from existing ts files.
78
+
Nota técnica: pylupdate6 no funciona correctamente; genera entradas en blanco en lugar de extraer los datos de los archivos .ts existentes.
81
79
82
80
83
81
84
82
85
83
86
-
This helper file for this: rebuild_lang.py will updat all the placeholders fo rthe languages in both po and ts files. Run from the Qualcder-master efolder.
84
+
Archivo de ayuda: El script rebuild_lang.py actualizará todos los marcadores de posición (placeholders) para los idiomas tanto en los archivos .po como .ts. Debe ejecutarse desde la carpeta principal Qualcoder-master.
87
85
88
86
89
87
90
88
91
89
92
-
ts files are released as app_name.qm
90
+
Los archivos .ts se publican como app_name.qm
93
91
94
92
95
-
Release is placed in qualcoder/locale/name/name.qm
93
+
La versión final (release) se ubica en: qualcoder/locale/name/name.qm
96
94
97
95
98
96
@@ -104,7 +102,7 @@ Release is placed in qualcoder/locale/name/name.qm
104
102
105
103
106
104
107
-
Strings in python code need to be translated.
105
+
Las cadenas de texto en el código fuente de Python deben estar preparadas para su traducción siguiendo la documentación oficial de gettext.
0 commit comments