Commit f9ec75e timlinux
committed
1 parent 5c93607 commit f9ec75e Copy full SHA for f9ec75e
File tree 2 files changed +27
-6
lines changed
2 files changed +27
-6
lines changed Original file line number Diff line number Diff line change 4
4
# Please note that this file is parsed by the about box
5
5
# for the sponsors list, so names should be strictly
6
6
# in the format:
7
- # name|language
8
- # This list should be sorted by first name. The
9
- # website entry is optional.
7
+ # language|name
8
+ # This list should be sorted by first language.
10
9
# -------------------------------------------------------
11
10
#
12
11
# ALWAYS USE UTF-8 WHEN WRITING THIS FILE!
13
12
#
14
- Werner Macho|German
13
+ Arabic|Assem Kamal
14
+ Czech|Martin Landa
15
+ Chinese|Zhang Jun
16
+ Danish|Henriette Roued
17
+ French|Eve Rousseau, Marc Monnerat, Lionel Roubeyrie
18
+ German|Jürgen E. Fischer, Stephan Holl
19
+ Hungarian|Siki Zoltan
20
+ Indonesian|Januar V. Simarmata
21
+ Italian|Maurizio Napolitano
22
+ Japanese|BABA Yoshihiko
23
+ Lao|Anousak Souphavanh
24
+ Latvian|Maris Nartiss
25
+ Lithuanian|Kestas M
26
+ Polish|Tomasz Paul, Mateusz Loskot
27
+ Portuguese (Brazil)|Arthur Nanni, Christian Ferreira
28
+ Romanian|Lonut Losifescu-Enescu
29
+ Russian|Artem Popov
30
+ Slovak|Lubos Balazovic
31
+ Spanish|Carlos Dávila, Javier César Aldariz, Gabriela Awad
32
+ Swedish|Lars Luthman, Magnus Homann
33
+ Thai|Man Chao
34
+ Turkish|Osman Yilmaz
35
+ Vietnamese|Bùi Hữu Mạnh
Original file line number Diff line number Diff line change @@ -168,8 +168,8 @@ void QgsAbout::init()
168
168
" by translating the user interface or documentation</p>" )
169
169
+ " <hr>"
170
170
" <table width='100%'>"
171
- " <tr><th>" + tr ( " Name " ) + " </th>"
172
- " <th>" + tr ( " Language " ) + " </th></tr>" ;
171
+ " <tr><th>" + tr ( " Language " ) + " </th>"
172
+ " <th>" + tr ( " Names " ) + " </th></tr>" ;
173
173
QString website;
174
174
QTextStream translatorStream ( &translatorFile );
175
175
// Always use UTF-8
You can’t perform that action at this time.
0 commit comments