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.)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Lets say we want to change translation flag which shows in GUI top right corner.
Let's say we want to change the translation flag which shows in the GUI top right corner.


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

Latest revision as of 11:45, 28 May 2010

Let's say we want to change the translation flag which shows in the GUI top right corner.

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

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

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

Update its field flag with value 'egy'.

Relogin to your MOR GUI and the flag is changed.