diff options
author | Andreas Gohr <andi@splitbrain.org> | 2007-05-13 10:40:24 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2007-05-13 10:40:24 +0200 |
commit | 57d757d195f73c836bb15fc1cd1d01fa0dcc75b1 (patch) | |
tree | 352ac377c2f568e7e9e1229d81733a95011d753c /inc/lang | |
parent | d613051ae9b5db0528293dbe6d918df6dbd7dc4e (diff) | |
download | rpg-57d757d195f73c836bb15fc1cd1d01fa0dcc75b1.tar.gz rpg-57d757d195f73c836bb15fc1cd1d01fa0dcc75b1.tar.bz2 |
distinction between apostrophes and single quotes FS#1127
This patch adds another parser mode for apostrophes. Now single quote closing
markers are handled different from apostrophes for better local typograpy
support.
Needs testing and languages updates.
darcs-hash:20070513084024-7ad00-d20fe093a093c265d357b178e199c1596b484996.gz
Diffstat (limited to 'inc/lang')
-rw-r--r-- | inc/lang/en/lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 23f17c52c..718efa03b 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -13,6 +13,7 @@ $lang['doublequoteopening'] = '“';//“ $lang['doublequoteclosing'] = '”';//” $lang['singlequoteopening'] = '‘';//‘ $lang['singlequoteclosing'] = '’';//’ +$lang['apostrophe'] = '’';//’ $lang['btn_edit'] = 'Edit this page'; $lang['btn_source'] = 'Show pagesource'; |