Ticket #52 (accepted enhancement)

Opened 3 years ago

Last modified 19 months ago

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

comment:1 Changed 19 months ago by ofer

  • Priority changed from major to minor
  • Status changed from new to accepted
  • Type changed from defect to enhancement
  • Component changed from Parser to WordPress Plugin
  • Milestone changed from Beta wordpress plugin (0.5) to Far Future (2.0)
Note: See TracTickets for help on using tickets.