repo.or.cz
/
TortoiseGit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Can dynamically set show/hide checkboxes in GitStatusListCtrl
[TortoiseGit.git]
/
ext
/
hunspell
/
langnum.hxx
blob
1d140a701b4be19fc4f3d0b551615b8a7e2d5235
1
#ifndef _LANGNUM_HXX_
2
#define _LANGNUM_HXX_
3
4
/*
5
language numbers for language specific codes
6
see http://l10n.openoffice.org/languages.html
7
*/
8
9
enum
{
10
LANG_ar
=
96
,
11
LANG_az
=
100
,
// custom number
12
LANG_bg
=
41
,
13
LANG_ca
=
37
,
14
LANG_cs
=
42
,
15
LANG_da
=
45
,
16
LANG_de
=
49
,
17
LANG_el
=
30
,
18
LANG_en
=
01
,
19
LANG_es
=
34
,
20
LANG_eu
=
10
,
21
LANG_fr
=
02
,
22
LANG_gl
=
38
,
23
LANG_hr
=
78
,
24
LANG_hu
=
36
,
25
LANG_it
=
39
,
26
LANG_la
=
99
,
// custom number
27
LANG_lv
=
101
,
// custom number
28
LANG_nl
=
31
,
29
LANG_pl
=
48
,
30
LANG_pt
=
03
,
31
LANG_ru
=
07
,
32
LANG_sv
=
50
,
33
LANG_tr
=
90
,
34
LANG_uk
=
80
,
35
LANG_xx
=
999
36
};
37
38
#endif