Skip to content

Commit

Permalink
update EGP currency symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared King committed Jan 14, 2018
1 parent c90406c commit f5a5c73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Desktop.ini
/build
/temp
/tests/routes.cache
/.idea
/.idea
/phpunit.xml
2 changes: 1 addition & 1 deletion src/Locale.php
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ private function loadLocaleData($locale)
],
'EGP' => [
'name' => 'Egypt Pound',
'symbol' => '£',
'symbol' => 'E£',
],
'ERN' => [
'name' => 'Eritrea Nakfa',
Expand Down

0 comments on commit f5a5c73

Please sign in to comment.