File: README.i18n

package info (click to toggle)
pinentry-x2go 0.7.5.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 1,932 kB
  • sloc: ansic: 3,396; sh: 509; cpp: 424; makefile: 83
file content (96 lines) | stat: -rw-r--r-- 3,030 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Translating PinEntry X2Go
=========================

Translating with Qt Linguist
----------------------------

PinEntry X2Go uses Quick Translation mechanism (.qm, .ts files).
The translation files can be found in the pinentry-x2go folder of this source project.


New team member -- new language for PinEntry X2Go
-------------------------------------------------
If you are a new member in the x2go-i18n team, the first we say is: WELCOME!!! and
THANKS!!! for the time you give to the X2Go project.

And, if you are new to the team and language files for the language you want to feel
responsible for do not yet exist, please subscribe to this mailing list first:

  http://lists.x2go.org/listinfo/x2go-i18n

Once you are subscribed, send an email to

  x2go-i18n@lists.x2go.org

that explains your willingness to translate this-and-that language.

The developers will then provide a language file for you in the above mentioned /po
folder.


Git cloning
-----------
Next thing to do is to obtained the latest sources from X2Go Git.

  $ # git needs to be installed, on Debian/Ubuntu this is
  $ aptitude install git       # <----for debian
  $ sudo apt-get install git   # <----for ubuntu
  $ # then checkout the code
  $ git clone git://code.x2go.org/pinentry-x2go.git

In your current working directory there should now be a subfolder named ,,pinentry-x2go''.


Creating Your Language File
---------------------------
First, copy the file pinentry-x2go_de.ts, for instance via the terminal.

You can do this by running the following commands:

1. cd pinentry-x2go/

2. cp pinentry-x2go_de.ts "pinentry-x2go_da.ts <or what language you're going to translate it into>".

Now, the file is ready for editing to your desired language.


Editing Your Language File
--------------------------
The tool needed for editing qt translation files is ,,linguist-qt5'' (nowadays also called just linguist).

  $ open Ubuntu Software Center, search for ,,Qt Linguist'' and install it from there  # <--for ubuntu

Now open your language file in <current_dir>/pinentry-x2go/pinentry-x2go_<lang>.ts and edit it with
linguist-qt5.

NOTE: Make sure you translate all boldly marked items: non-translated as well as fuzzy
(i.e., inaccurate) items.



Sending in the Translation File
-------------------------------
When done, please send the complete translation file

  <current_dir>/pinentry-x2go/pinentry-x2go_<lang>.ts

to x2go-i18n@lists.x2go.org and remove your working copy of PinEntry X2Go from
your system (or read how to use Git and keep the folder.)


Next time...
------------
You will get informed on x2go-i18n if a translation update is necessary. So check
your mails there regularly.

For updating a translation, either keep the PinEntry X2Go source project folder and
read more about Git by yourself.

Alternatively, just remove the folder (once you have sent in the translation file)
and start with this documentation all over again.

THANKS AGAIN FOR YOUR TIME!!!

light+love,

  Mike Gabriel <mike.gabriel@das-netzwerkteam.de>