- Nantes, France
- https://pierreboissinot.github.io/
Pinned Loading
-
-
Developing composer package
Developing composer package 1* Be sure to set minimum-stability to dev
2* Use options symlink true
3* When requiring a package via path repository, there is no git related features (like requiring the package on a specific branch). The symlink use filesystem.
-
PhpStorm Symfony Translation Flow
PhpStorm Symfony Translation Flow 1# PhpStorm Symfony Translation Flow
23## Basic Requirements
4* Symfony's translation service is enabled and configured [doc](https://symfony.com/doc/3.3/translation.html#translation-configuration)
5* Translastion resources/files are created[doc](https://symfony.com/doc/3.3/translation.html#translation-resources)
-
Check missing translation in symfony...
Check missing translation in symfony project with translation component 1#!/usr/bin/env bash
2IFS=',' read -r -a locales <<< "$1"
3bundle=$2
4echo "Check missing translation for locales $locales in $bundle"
5for locale in $locales ; do
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.