diff options
Diffstat (limited to 'src/compiler/GF/Compile/Multi.hs')
| -rw-r--r-- | src/compiler/GF/Compile/Multi.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/GF/Compile/Multi.hs b/src/compiler/GF/Compile/Multi.hs index 59e8ed34c..38c8bfdc7 100644 --- a/src/compiler/GF/Compile/Multi.hs +++ b/src/compiler/GF/Compile/Multi.hs @@ -17,10 +17,10 @@ import Data.Char > langs Eng Fin Swe -- baseline rules: semicolon-separated line-by-line entries update abs and cncs, adding to S -cheers ; skål ; terveydeksi +cheers ; skÃ¥l ; terveydeksi -- alternatives within a language are comma-separated -cheers ; skål ; terveydeksi, kippis +cheers ; skÃ¥l ; terveydeksi, kippis -- more advanced: verbatim abstract rules prefixed by "> abs" > abs cat Drink ; |
