File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ autoload("ProductOpener::Config_$flavor");
4343# tag ids are also used in URLs.
4444
4545# unaccent:
46- # - useful when accents are sometimes ommited (e.g. in French accents are often not present on capital letters),
46+ # - useful when accents are sometimes omitted (e.g. in French accents are often not present on capital letters),
4747# either in print, or when typed by users.
4848# - dangerous if different words (in the same context like ingredients or category names) have the same unaccented form
4949# lowercase:
@@ -68,7 +68,7 @@ autoload("ProductOpener::Config_$flavor");
6868 lowercase => 1,
6969 },
7070 # French has very few actual conflicts caused by unaccenting (one counter example is "pâtes" and "pâtés")
71- # Accents or often not present in capital letters (beginning of word, or in all caps text).
71+ # Accents are often not present in capital letters (beginning of word, or in all caps text).
7272 fr => {
7373 unaccent => 1,
7474 lowercase => 1,
You can’t perform that action at this time.
0 commit comments