122 parent::__construct();
123 $variants = [
'tg',
'tg-latn' ];
124 $this->mConverter =
new TgConverter( $this,
'tg', $variants );
Base class for language conversion.
Internationalisation code.
Wrapper around strtr() that holds replacements.
Converts Tajiki to latin orthography.
loadDefaultTables()
Load default conversion tables.
deferred txt A few of the database updates required by various functions here can be deferred until after the result page is displayed to the user For updating the view updating the linked to tables after a etc PHP does not yet have any way to tell the server to actually return and disconnect while still running these but it might have such a feature in the future We handle these by creating a deferred update object and putting those objects on a global then executing the whole list after the page is displayed We don t do anything smart like collating updates to the same table or such because the list is almost always going to have just one item on if so it s not worth the trouble Since there is a job queue in the jobs table