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/fr/Translation.md
+173Lines changed: 173 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,176 @@ Glossaire concernant la traduction, afin d’avoir une cohérence dans la traduc
19
19
- Green blind : Deutéranopie
20
20
- Pie charts : Diagrammes circulaires
21
21
- Bar charts : Graphique à barres
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
---------------
30
+
31
+
Notes for creating language files
32
+
33
+
34
+
35
+
=================================
36
+
37
+
38
+
List_of_ISO_639-1_codes
39
+
40
+
41
+
2 letter codes for different languages
42
+
43
+
44
+
45
+
46
+
47
+
For Qt translations files: .ts to .qm
48
+
49
+
50
+
=====================================
51
+
52
+
53
+
Installs:
54
+
55
+
56
+
sudo apt install python-setuptools
57
+
58
+
59
+
sudo apt install qttools5-dev-tools # for project.pro to convert multiple files at once
60
+
61
+
62
+
sudo apt install qtcreator
63
+
64
+
65
+
sudo apt -y install linguist-qt6
66
+
67
+
68
+
sudo apt install pyqt6-dev-tools
69
+
70
+
71
+
72
+
73
+
74
+
In directory qualcoder/GUI
75
+
76
+
77
+
Need a .pro file in the qualcoder/GUI directory
78
+
79
+
80
+
run:
81
+
82
+
83
+
pylupdate5 project.pro -noobsolete
84
+
85
+
86
+
87
+
88
+
89
+
Note pylupdate6 does not work well, it replaces with blank entries, instead of drawing from existing ts files.
90
+
91
+
92
+
93
+
94
+
95
+
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.
96
+
97
+
98
+
99
+
100
+
101
+
ts files are released as app_name.qm
102
+
103
+
104
+
Release is placed in qualcoder/locale/name/name.qm
0 commit comments