Skip to content

bsor-dev/dynamicwordconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Dynamically convert centain words

Convert certain words to your specified words

Create Table

CREATE TABLE language_modify ( lm_id int(11) NOT NULL AUTO_INCREMENT, l_id int(11) NOT NULL, words text NOT NULL, converted_words text NOT NULL, page_id int(11) NOT NULL, PRIMARY KEY (lm_id) ) ENGINE=InnoDB AUTO_INCREMENT=177 DEFAULT CHARSET=latin1

How to use

$t = Translator::getInstance();

$t->trans('News and Events', $lang);

About

Convert certain words to your specified words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages