Difference between revisions of "Change flag for translation"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(One intermediate revision 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 of all go to /home/mor/public/images/flags and find Egyptian flag image. It is egy.jpg
First, go to /home/mor/public/images/flags and find the Egyptian flag image. It is egy.jpg.


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


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


Relogin to your MOR GUI and flag is changed.
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.