snaekobbi / pipeline-mod-braille

ARCHIVED. Please don't make any new issues or pull requests in this repo.
0 stars 0 forks source link

Support Finnish braille code #38

Closed bertfrees closed 8 years ago

bertfrees commented 9 years ago

To do:

Depends on:

bertfrees commented 9 years ago

We need a translator component that uses the Finnish liblouis table and that handles text-level semantics the way it is currently implemented in https://github.com/snaekobbi/functional-testing/blob/75a469f8357b2a7d62fdbf19ab0527974dd97b53/src/test/38/translate.xsl (for HTML input). We could build a generic component for this but I expect that at some point more specific processing will be required, and then it'll be convenient if every agency already has its own component.

bertfrees commented 9 years ago

See https://github.com/snaekobbi/pipeline-mod-celia/commit/7e991a09a7e196a34d1e3110b38fb3d1f5750f2b

bertfrees commented 9 years ago

@jukkae So I added a custom translator (block-translate.xsl) for Finnish. Could you have a look and see if it behaves the way you want, possibly by extending the test (test_translator.xprocspec)?