Skip to content

Commit

Permalink
Merge pull request #21979 from Yoast/bump/morphology
Browse files Browse the repository at this point in the history
Updates the morphology data version number for German
  • Loading branch information
mhkuu authored Jan 21, 2025
2 parents fe7c115 + beaee9a commit 527e1bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/content-analysis-api/helpers/get-researcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const getLanguagesWithWordComplexity = helpers.getLanguagesWithWordComplexity;

const MORPHOLOGY_VERSIONS = {
en: "v6",
de: "v10",
de: "v11",
es: "v10",
fr: "v11",
it: "v10",
Expand Down
2 changes: 1 addition & 1 deletion packages/yoastseo/spec/specHelpers/getMorphologyData.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import en from "../../premium-configuration/data/morphologyData-en-v6.json";
import de from "../../premium-configuration/data/morphologyData-de-v10.json";
import de from "../../premium-configuration/data/morphologyData-de-v11.json";
import nl from "../../premium-configuration/data/morphologyData-nl-v9.json";
import es from "../../premium-configuration/data/morphologyData-es-v10.json";
import fr from "../../premium-configuration/data/morphologyData-fr-v11.json";
Expand Down

0 comments on commit 527e1bd

Please sign in to comment.