This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
README
gtranslator-plugins ------------------- This project aims to hold collection of useful, additional plugins to gtranslator (gtranslator.sourceforge.net). List of current plugins: * punctuation: Checks the last character of translations so as to compare them for punctuation equality (ie. both strings ends with dot etc.) It has extra features such as ignoring tags and detecting three dots. * spell: Spell check current translation and whole po file using enchant spell checking library similar to gedit. How to install -------------- You need to use autoreconf first in order to prepare necessary autoconf files. What needs to be done in order is following: $ autoreconf $ ./configure --with-all-plugins $ make # make install








