Ticket #52 (accepted enhancement)
Mangling flag images
| Reported by: | ofer | Owned by: | ofer |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.0 - Far Future |
| Component: | WordPress Plugin | Version: | 0.2.4 |
| Keywords: | Cc: | jm@… |
Description
By Julian - opened ticket
I want to change the flag for english from US to GB.
I worked out how to do it in the code on the constants.php
I changed line;
$languages = array(”en” => “English,us,1″,
to
$languages = array(”en” => “English,gb,1″,
This works fine but obviously it reverts back to US after an upgrade.
I think it would be nice to be able to change it in the gui if at all possible.
Many thanks.
Change History
Note: See
TracTickets for help on using
tickets.
