diff options
author | Ralph Amissah <ralph@amissah.com> | 2010-10-25 20:41:38 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2010-10-25 20:57:31 -0400 |
commit | 0da0a26268cc9dc6251773dcb0abeb247b6e20d4 (patch) | |
tree | 13691a40fdd614d3baa93854c500266e1de9da2c /data | |
parent | i18n, introduce header @make: :language: (diff) |
texpdf_format, i18n, set tex document header language (polyglossia)sisu_2.7.8
* i18n, introduce header @make: :language: internationalization using codes
from http://www.debian.org/international/l10n/po/ at this time for texpdf,
(able to satify needs of polyglossia for the likes of Brazilian Portugues)
and in future for po files, where iso:639 for this purpose appears to have
use limitations http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
* i18n, add code list and associated language (as listed by polyglossia)
* texpdf_format, use param (@make: :language: (default english)), to set
tex document language header (previously used file naming convention)
Diffstat (limited to 'data')
-rw-r--r-- | data/doc/sisu/v2/CHANGELOG | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/data/doc/sisu/v2/CHANGELOG b/data/doc/sisu/v2/CHANGELOG index 2152d4ac..743786b4 100644 --- a/data/doc/sisu/v2/CHANGELOG +++ b/data/doc/sisu/v2/CHANGELOG @@ -21,9 +21,15 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_2.7.8.orig.tar.gz [debian freeze, fix] * i18n, introduce header @make: :language: internationalization using codes - from http://www.debian.org/international/l10n/po/ + from http://www.debian.org/international/l10n/po/ at this time for texpdf, + (able to satify needs of polyglossia for the likes of Brazilian Portugues) + and in future for po files, where iso:639 for this purpose appears to have + use limitations http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes * param, extract @make: :language: information if provided, default "english" + * i18n, add code list and associated language (as listed by polyglossia) + * texpdf_format, use param (@make: :language: (default english)), to set + tex document language header (previously used file naming convention) * sisu.vim recognize @make: :language: (also elsewhere shortened :lang_code: from :language_code:) |