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

Side by Side Diff: chrome/third_party/hunspell/dictionaries/README.google

Issue 19501: Rename README.google to README.chromium. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 This Folder contains the following:
2
3 .dic files
4 .aff files
5 .bdic files
6 .dic_delta files
7
8 The .bdic files are binary files, generated from the corresponding .dic and .aff files, using convert_dict (chrome\tools\convert_dict). These binary files are u sed by the spellchecker. The .dic_delta files are used to add words which are no t there in the .dic files. Irrespective of the encoding of the corresponding .di c file, the .dic_delta files are encoded as UTF-8.
9
10 The final binary file, .bdic, is generated with words from the .dic and addition al words from the .dic_delta file. In order to get the current-most bdic file ve rsions, it is a good idea to rebuild them using convert_dict from the .dic, .aff and .dic_delta files in this folder.
11
12 The following 19 dictionaries have been appended with additional words using the .dic_delta files (January 5th 2009):
13
14 en_US: Added words
15
16 fr_FR: Added words
17
18 it_IT: Added words
19 Added NOSUGGEST flag = % to .aff file
20 Added three words to .dic file with the ! flag to mark them forb idden/nosuggest.
21
22 de_DE_neu: Added words.
23
24 pt_PT: Added words
25
26 pt_BR: Added words
27
28 pl_PL: Added words.
29
30 da_DK: Added words.
31
32 ro_RO: Added words.
33
34 id_ID: Added words.
35
36 cs_CZ: Added words.
37
38 nb_NO: Added words.
39
40 vi_VN: Added words.
41
42 lt_LT: Added words.
43 Added NOSUGGEST flag = ! to .aff file
44 Added some words to .dic file with the ! flag to mark them forbi dden/nosuggest.
45
46
47 sk_SK: Added words.
48
49 sl_SI: Added words
50 Added NOSUGGEST flag = ! to .aff file
51 Added five words to .dic file with the ! flag to mark them forbi dden/nosuggest.
52
53 ca_ES: Added words
54 Added NOSUGGEST flag = ! to .aff file
55 Added two words to .dic file with the ! flag to mark them forbid den/nosuggest.
56
57 lv_LV: Added words.
58
59 hr_HR: Added words.
OLDNEW
« no previous file with comments | « chrome/third_party/hunspell/dictionaries/README.chromium ('k') | chrome/third_party/wtl/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698