Update rename-a-country.md
This commit is contained in:
parent
cd654d5378
commit
7803b6e165
|
@ -13,7 +13,7 @@ if ( ! function_exists( 'YOUR_PREFIX_rename_country' ) ) {
|
|||
* @return array $countries Updated country name(s)
|
||||
*/
|
||||
function YOUR_PREFIX_rename_country( $countries ) {
|
||||
$countries['IE'] = 'Ireland';
|
||||
$countries['IE'] = __( 'Ireland', 'YOUR-TEXTDOMAIN' ),
|
||||
|
||||
return $countries;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue