-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathTRANSLATORS
More file actions
30 lines (15 loc) · 580 Bytes
/
TRANSLATORS
File metadata and controls
30 lines (15 loc) · 580 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
If you want to translate RaySession, you're welcome !
go to ./locale :
cd locale
copy file raysession_en_US.ts to raysession_xx_XX.ts
replace xx and XX with the letters of your language.
cp raysession_en_US.ts raysession_xx_XX.ts
open your .ts file with QLinguist, make your translations and publish.
in order to try it:
go to parent dir:
cd ..
open Makefile in a text editor
add raysession_xx_XX.qm to the Makefile (line 42)
save Makefile
then make:
make