Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(319)

Side by Side Diff: third_party/hunspell_new/src/hunspell/langnum.hxx

Issue 1135173004: Rename third_party/hunspell_new back to third_party/hunspell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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
OLDNEW
« no previous file with comments | « third_party/hunspell_new/src/hunspell/hunzip.cxx ('k') | third_party/hunspell_new/src/hunspell/license.hunspell » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698