summaryrefslogtreecommitdiffstats
path: root/src/rccspell.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix e-mail in copyright statementSuren A. Chilingaryan2018-04-111-1/+1
|
* Update FSF addressSuren A. Chilingaryan2012-11-111-1/+1
|
* Relincensed under LGPLSuren A. Chilingaryan2009-06-121-8/+8
|
* Provide GPL disclaimers with all sourcesSuren A. Chilingaryan2008-12-151-0/+19
| | | | | - Add GPL disclaimers to all sources - Suppress gcc-4.2 warnings
* DB4 & Postponed processingSuren A. Chilingaryan2007-04-141-13/+13
| | | | | | | | | | - New DB4 database type - Postponed processing in external module + User may allow external module to finish required processing before termination. This could be useful for translation services while using console applications (if network connection is slow, the external will never finish translation before program termination) - SKIP_PARRENT options are renamed to SKIP_PARENT
* Language AutoDetection ImprovementsSuren A. Chilingaryan2005-08-051-5/+48
| | | | | | | | | | | | | | | | | - Fix: Loading/Saving range options. - Fix: Language AutoDetection. Using locale language instead of selected one. - Support for range options in GTK UI. - Option to control recoding timeout is provided. - LibRCC.h is updated (Translate, Spell, IConv). - Documentation is updated. - Add 'rcc-config' alias to 'rcc-gtk2-config' in spec. - Implemented concept of parrent languages + The concept is used in language autodetection. The string in considered language is permited to have words from all it's parrent languages. + English is assumed to be parrent for all other languages by default. + Russian is parrent language for Ukrainian and Belorussian. - No translation to english if translation between related (one of the languages is parrent for another one) languages is failed.
* Language autodetectionSuren A. Chilingaryan2005-08-021-0/+63
- rccConfigRecode function's are added - Language autodetection using aspell is added - Translation in 3 modes: "To English Language", "Skip English Translation", "Full" - Example2 to demonstrate translation possibilities