Language translation

Seduce has a simple translation system that translates text strings. It automaticly builds a database of all strings and creates checsums so that they can easily be replaced for other languages.

seduce_translate

char *seduce_translate(char *text);

Description: Translates a string, and logs the original string in the database.

seduce_translate_load

void seduce_translate_load(char *file);

Description: Loads a translation file containing string translations.

seduce_translate_save

void seduce_translate_save(char *file);

Description: Saves a translation file containing string translations.