Skip to content

Commit 6c82748

Browse files
haji-alirrthomas
authored andcommitted
Using "master" instead of "language-tag"
This allows the use of variants like en-GB_ize
1 parent c1f2cd3 commit 6c82748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/enchant_aspell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ static EnchantDict *
113113
aspell_provider_request_dict (EnchantProvider * me _GL_UNUSED, const char *const tag)
114114
{
115115
AspellConfig *spell_config = new_aspell_config ();
116-
aspell_config_replace (spell_config, "language-tag", tag);
116+
aspell_config_replace (spell_config, "master", tag);
117117
aspell_config_replace (spell_config, "encoding", "utf-8");
118118

119119
AspellCanHaveError *spell_error = new_aspell_speller (spell_config);

0 commit comments

Comments
 (0)