mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
(fix)(de)(nouns) regex changed according to renamed noun class keys
This commit is contained in:
parent
43e7e4a274
commit
e0f6be095c
@ -28,7 +28,7 @@ export interface ExampleValues {
|
|||||||
|
|
||||||
const placeholderRegex = /{([^}]+)}/g;
|
const placeholderRegex = /{([^}]+)}/g;
|
||||||
const morphemeRegex = /^(?<capitalise>'?)(?<morpheme>[a-z0-9_]+)$/;
|
const morphemeRegex = /^(?<capitalise>'?)(?<morpheme>[a-z0-9_]+)$/;
|
||||||
const nounRegex = /^:noun (?<stems>\S+) (?<nounClass>\w+) (?<caseAbbreviation>\w+) (?<numerus>singular|plural)$/;
|
const nounRegex = /^:noun (?<stems>\S+) (?<nounClass>\S+) (?<caseAbbreviation>\w+) (?<numerus>singular|plural)$/;
|
||||||
|
|
||||||
export class Example {
|
export class Example {
|
||||||
parts: ExamplePart[];
|
parts: ExamplePart[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user