Kaydet (Commit) 07aecc1d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

The iOS sv_SE dictionary surely works for sv_FI, too

(I know Swedish, this is not guesswork, there are no orthography
differences.)

Change-Id: I6f652f01dc95aa3a89fec1964c2a49109eb5e30b
üst 4f46a493
......@@ -228,6 +228,13 @@ Sequence< Locale > SAL_CALL MacSpellChecker::getLocales()
postspdict.push_back( @"sv_FI" );
postspdict.push_back( @"sv_SE" );
}
#ifdef IOS
else if ([pLangStr isEqualToString:@"sv_SE"])
{
postspdict.push_back( @"sv_FI" );
postspdict.push_back( @"sv_SE" );
}
#endif
else if ([pLangStr isEqualToString:@"tr"])
{
postspdict.push_back( @"tr_TR" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment