2017 © Pedro Peláez
 

symfony-bundle country-code-translation

This bundles translate given country codes to names

image

haitham/country-code-translation

This bundles translate given country codes to names

  • Tuesday, February 20, 2018
  • by haithamsboui
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Translate Country Codes to names

This bundles translate given country codes to name ```html+jinja {{ "TN" |country }} #default locale {{ "TN" |country("en") }} #given locale, (*1)


## INSTALLATION via Composer composer require haitham/country-locale ## CONFIGURATION Register the bundle: ```php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new haitham\countriesBundle\haithamcountriesBundle(), ); // ... }

The Versions