Menu
Symfony Boilerplate LogoSymfony Boilerplate LogoSymfony BoilerplateDocs
GitHub
Symfony Boilerplate LogoSymfony Boilerplate LogoSymfony Boilerplate
  • Docs
  • GitHub
  • Get Started
    • Overview
    • Installation
  • Development Environment
    • Docker Compose
    • Vagrant
    • Housekeeping
  • API
    • Overview
    • Configuration
    • Composer
    • Housekeeping
  • Web Application
    • Overview
    • Configuration
    • Yarn
    • Housekeeping
  • Database
    • ORM
    • Doctrine Migrations
    • Models
    • DAOs
    • Development Data
  • GraphQL
    • Overview
    • API
    • Web Application
    • Tools
  • i18n
    • Default Locale
    • API
    • Web Application
    • API and Web Application Interactions
    • Disable i18n
  • Security
    • Overview
    • Authentication
    • Access Control
    • CORS
  • Files
    • Assets
    • Temporary Files
    • Uploads
  • Validation
    • Overview
    • Models
    • Use Cases
    • GraphQL
    • Forms
  • Lists
    • Overview
    • Database
    • GraphQL
    • Web Application
  • Emails
    • Overview
    • Configuration
    • Send Emails
    • Templates
  • Static Analysis
    • API
    • Web Application
  • Tests
    • API
    • Web Application
  • Theme
    • Customization
    • Layouts
  • Deployments
    • Overview
    • Docker Images
    • CI/CD
    • Run
    • LogRocket
  • CHANGELOG

Disable i18n

Consider not disabling i18n as you may need it in the future.

Moreover, it's often a good practice to centralize your application texts.

If you only need one locale, you may remove the web application's locale selection (src/webapp/components/layouts/Header.vue) and set the DEFAULT_LOCALE environment variable with your unique locale (see default locale chapter).

Edit this page
Previous
« API and Web Application Interactions
Next
Overview »
Copyright © 2023 TheCodingMachine, Inc. Built with Docusaurus.