diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-11-06 09:55:36 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-11-06 09:55:36 +0000 |
| commit | d907e644cd7289607f04937a8a65f1ccb55da5ca (patch) | |
| tree | 1d894c998fcbcde0f19a629708d3ccf357dd69e5 /next-lib/src/romance | |
| parent | 53e84610f17eb014badbd3977735f570aba26909 (diff) | |
German Bronzeage ; two fixes in Italian
Diffstat (limited to 'next-lib/src/romance')
| -rw-r--r-- | next-lib/src/romance/NounRomance.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/romance/NounRomance.gf b/next-lib/src/romance/NounRomance.gf index 8bf8651ab..3bc39aba8 100644 --- a/next-lib/src/romance/NounRomance.gf +++ b/next-lib/src/romance/NounRomance.gf @@ -97,7 +97,7 @@ incomplete concrete NounRomance of Noun = } ; IndefArt = { - s = \\b,n,g,c => if_then_Str b [] (artIndef g n c) ; + s = \\b,n,g,c => if_then_Str b (prepCase c) (artIndef g n c) ; sp = \\n,g,c => artIndef g n c ; ---- not for Fre s2 = [] } ; |
