Extend concordance lists with some values in Ukrainian

This commit is contained in:
2023-12-03 23:33:59 +01:00
parent 36a31c314a
commit 85c6123eb3
3 changed files with 15 additions and 9 deletions

View File

@@ -13,7 +13,8 @@ final class MDConcWeights implements MDImporterConcordanceListInterface {
private const WEIGHTS_LIST = [
"cm" => "", // Default
"Gramm" => "g",
"Gramm" => "g",
"г" => "g",
];
/**