Commit 57f51816 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

add da_DK dictionary

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48701 954022d7-b5bf-4e40-9824-e11837661b57
parent f469e0e4
...@@ -124,7 +124,7 @@ var g_spellCheckLanguages = []; ...@@ -124,7 +124,7 @@ var g_spellCheckLanguages = [];
g_spellCheckLanguages.push(window["Asc"].asc_CLanguage("ca-ES", 0x0403)); g_spellCheckLanguages.push(window["Asc"].asc_CLanguage("ca-ES", 0x0403));
//{ "zh-TW", 0x0404 }, //{ "zh-TW", 0x0404 },
g_spellCheckLanguages.push(window["Asc"].asc_CLanguage("cs-CZ", 0x0405)); g_spellCheckLanguages.push(window["Asc"].asc_CLanguage("cs-CZ", 0x0405));
//{ "da-DK", 0x0406 }, g_spellCheckLanguages.push(window["Asc"].asc_CLanguage("da-DK", 0x0406));
g_spellCheckLanguages.push(window["Asc"].asc_CLanguage("de-DE", 0x0407)); g_spellCheckLanguages.push(window["Asc"].asc_CLanguage("de-DE", 0x0407));
g_spellCheckLanguages.push(window["Asc"].asc_CLanguage("el-GR", 0x0408)); g_spellCheckLanguages.push(window["Asc"].asc_CLanguage("el-GR", 0x0408));
g_spellCheckLanguages.push(window["Asc"].asc_CLanguage("en-US", 0x0409)); g_spellCheckLanguages.push(window["Asc"].asc_CLanguage("en-US", 0x0409));
......
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