Compare commits
3 Commits
01323ea87a
...
v2.8.0
Author | SHA1 | Date | |
---|---|---|---|
0017993d18 | |||
eb8c837a8d | |||
0648740c73 |
@@ -32,6 +32,7 @@ steps:
|
|||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- composer install --no-scripts --no-interaction
|
- composer install --no-scripts --no-interaction
|
||||||
|
- bin/console cache:clear
|
||||||
depends_on:
|
depends_on:
|
||||||
- build-base-image
|
- build-base-image
|
||||||
|
|
||||||
|
@@ -1,8 +0,0 @@
|
|||||||
import { trans, getLocale, setLocale, setLocaleFallbacks } from '@symfony/ux-translator';
|
|
||||||
|
|
||||||
setLocaleFallbacks({"en": "fr", "nl": "fr", "fr": "en"});
|
|
||||||
setLocale('fr');
|
|
||||||
|
|
||||||
export { trans };
|
|
||||||
|
|
||||||
export * from "../var/translations";
|
|
@@ -1,3 +1,3 @@
|
|||||||
ux_translator:
|
ux_translator:
|
||||||
# The directory where the JavaScript translations are dumped
|
# The directory where the JavaScript translations are dumped
|
||||||
dump_directory: '%kernel.project_dir%/var/translations'
|
dump_directory: '%kernel.project_dir%/vendor/chill-project/chill-bundles/var/translations'
|
Reference in New Issue
Block a user