feat(cv): extend templates and extraction

This commit is contained in:
cesnimda
2026-08-27 15:27:48 +02:00
parent cc76f86482
commit ccd0af908c
15 changed files with 586 additions and 54 deletions
@@ -35,6 +35,14 @@ public sealed class HumanLanguageCatalogTests
Assert.Equal("Norwegian", HumanLanguageCatalog.NormalizeLanguageName(alias));
}
[Fact]
public void Norwegian_cv_terms_normalize_without_changing_the_canonical_storage_language()
{
Assert.Equal("English", HumanLanguageCatalog.NormalizeLanguageName("engelsk"));
Assert.Equal("Native", HumanLanguageCatalog.ExtractLevel("morsmål"));
Assert.Equal("Professional working proficiency", HumanLanguageCatalog.ExtractLevel("profesjonelt arbeidsnivå"));
}
[Theory]
[InlineData("C#")]
[InlineData("Leadership")]