Difference between revisions of "Change flag for translation"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: Lets say we want to change translation flag which shows in GUI top right corner. For example let's change green Image:ara.jpg Arabic flag to Image:egy.jpg Egyptian flag.)
 
Line 2: Line 2:


For example let's change green [[Image:ara.jpg]] Arabic flag to [[Image:egy.jpg]] Egyptian flag.
For example let's change green [[Image:ara.jpg]] Arabic flag to [[Image:egy.jpg]] Egyptian flag.
First of all go to /home/mor/public/images/flags and find Egyptian flag image. It is egy.jpg
Now go to database table [translations] and find row with Arabian translation.
Update it's field '''flag''' with value 'egy'.
Relogin to your MOR GUI and flag is changed.

Revision as of 16:15, 15 December 2007

Lets say we want to change translation flag which shows in GUI top right corner.

For example let's change green Ara.jpg Arabic flag to Egy.jpg Egyptian flag.

First of all go to /home/mor/public/images/flags and find Egyptian flag image. It is egy.jpg

Now go to database table [translations] and find row with Arabian translation.

Update it's field flag with value 'egy'.

Relogin to your MOR GUI and flag is changed.