File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -568,9 +568,8 @@ if you're generating translations with specialized programs or teams.
568
568
.. note ::
569
569
570
570
You can also store translations in a database; it can be handled by
571
- Doctrine through the `Translatable Extension `_ or the `Translatable
572
- Behavior `_ (PHP 5.4+). For more information, see the documentation for
573
- these libraries.
571
+ Doctrine through the `Translatable Extension `_ or the `Translatable Behavior `_
572
+ (PHP 5.4+). For more information, see the documentation for these libraries.
574
573
575
574
For any other storage, you need to provide a custom class implementing the
576
575
:class: `Symfony\\ Component\\ Translation\\ Loader\\ LoaderInterface `
@@ -699,8 +698,8 @@ configure the ``providers`` option:
699
698
.. tip ::
700
699
701
700
If you use Lokalise as a provider and a locale format following the `ISO
702
- 639-1 `_ (e.g. "en" or "fr"), you have to set the `Custom Language Name
703
- setting `_ in Lokalise for each of your locales, in order to override the
701
+ 639-1 `_ (e.g. "en" or "fr"), you have to set the `Custom Language Name setting `_
702
+ in Lokalise for each of your locales, in order to override the
704
703
default value (which follow the `ISO 639-1 `_ succeeded by a sub-code in
705
704
capital letters that specifies the national variety (e.g. "GB" or "US"
706
705
according to `ISO 3166-1 alpha-2 `_)).
You can’t perform that action at this time.
0 commit comments