forked from GitHub/gf-core
in English addGenitiveS should use the BIND token
This commit is contained in:
@@ -39,6 +39,6 @@ oper
|
|||||||
-- Note: this results in a space before 's, but there's
|
-- Note: this results in a space before 's, but there's
|
||||||
-- not mauch we can do about that.
|
-- not mauch we can do about that.
|
||||||
addGenitiveS : Str -> Case => Str = \s ->
|
addGenitiveS : Str -> Case => Str = \s ->
|
||||||
table { Gen => s ++ "'s"; _ => s } ;
|
table { Gen => s ++ BIND ++ "'s"; _ => s } ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user