Web: Translations: SpellCheck: Added support of additional dictionaries: lo_LA

This commit is contained in:
Alexey Safronov 2022-05-30 16:44:41 +03:00
parent 5c704cf110
commit bfdae07b28
3 changed files with 30555 additions and 3 deletions

View File

@ -79,9 +79,10 @@ namespace Frontend.Translations.Tests
case "ko":
language = "ko_KR";
break;
//case "lo":
// language = "";
//break;
case "lo":
language = "lo_LA";
path = additionalPath;
break;
case "lv":
language = "lv_LV";
break;

View File

@ -0,0 +1 @@
SET UTF-8

File diff suppressed because it is too large Load Diff