File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,9 @@ The Translation component uses Loader classes to load catalogs. You can load
62
62
multiple resources for the same locale, which will then be combined into one
63
63
catalog.
64
64
65
+ .. versionadded :: 2.4
66
+ The ``JsonFileLoader `` was introduced in Symfony 2.4.
67
+
65
68
The component comes with some default Loaders and you can create your own
66
69
Loader too. The default loaders are:
67
70
@@ -85,6 +88,8 @@ Loader too. The default loaders are:
85
88
catalogs form QT XML files.
86
89
* :class: `Symfony\\ Component\\ Translation\\ Loader\\ XliffFileLoader ` - to load
87
90
catalogs from Xliff files.
91
+ * :class: `Symfony\\ Component\\ Translation\\ Loader\\ JsonFileLoader ` - to load
92
+ catalogs from JSON files.
88
93
* :class: `Symfony\\ Component\\ Translation\\ Loader\\ YamlFileLoader ` - to load
89
94
catalogs from Yaml files (requires the :doc: `Yaml component</components/yaml/introduction> `).
90
95
You can’t perform that action at this time.
0 commit comments