Skip to content

Commit

Permalink
T1X: numerals sols
Browse files Browse the repository at this point in the history
  • Loading branch information
marcriera committed Jan 25, 2024
1 parent 0aa7938 commit 6c088a9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions apertium-spa-cat.cat-spa.t1x
Original file line number Diff line number Diff line change
Expand Up @@ -4456,6 +4456,23 @@
</rule>


<rule> <!-- REGLA: NUMERAL -->
<pattern>
<pattern-item n="num"/>
</pattern>
<action>
<call-macro n="f_concord1">
<with-param pos="1"/>
</call-macro>
<out>
<lu>
<clip pos="1" side="tl" part="whole"/>
</lu>
</out>
</action>
</rule>


<rule> <!-- REGLA: NUMERAL NOM -->
<pattern>
<pattern-item n="num"/>
Expand Down

0 comments on commit 6c088a9

Please sign in to comment.