diff options
| author | krasimir <krasimir@chalmers.se> | 2008-10-30 18:04:09 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2008-10-30 18:04:09 +0000 |
| commit | 12338243c5198288ba42276b4d76a783c263e7c1 (patch) | |
| tree | 5c8878a3fdee4f83e898590c50b910131dd120fe /next-lib/src/bulgarian/TextBul.gf | |
| parent | 09177428d3319a71df84ce045e1199b6f33efba0 (diff) | |
bulgarian in next-lib
Diffstat (limited to 'next-lib/src/bulgarian/TextBul.gf')
| -rw-r--r-- | next-lib/src/bulgarian/TextBul.gf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/next-lib/src/bulgarian/TextBul.gf b/next-lib/src/bulgarian/TextBul.gf new file mode 100644 index 000000000..21e624b8e --- /dev/null +++ b/next-lib/src/bulgarian/TextBul.gf @@ -0,0 +1,13 @@ +concrete TextBul of Text = CatBul ** { + flags coding=cp1251 ; + + +-- This will work for almost all languages except Spanish. + + lin + TEmpty = {s = []} ; + TFullStop x xs = {s = x.s ++ "." ++ xs.s} ; + TQuestMark x xs = {s = x.s ++ "?" ++ xs.s} ; + TExclMark x xs = {s = x.s ++ "!" ++ xs.s} ; + +} |
