2
2
3
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
4
5
+ ## 0.10.0
6
+
7
+ ## Added
8
+
9
+ - Support for Symfony 5.
10
+ - PHP 7 type hints.
11
+ - Allow user to configure a custom dumper.
12
+
13
+ ### Changed
14
+
15
+ - Use class names as service ids. Old service ids will still be available as aliases.
16
+ - Renamed all ` *.yml ` files to ` *.yaml ` .
17
+
18
+ ### Removed
19
+
20
+ - Support for PHP < 7.2
21
+ - Support for Symfony < 3.4
22
+ - Support for php-translation/extractor 1.0 (including Twig 1 support)
23
+
5
24
## 0.9.1
6
25
7
26
### Fixed
@@ -70,40 +89,40 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
70
89
### Changed
71
90
72
91
- The ` FallbackTranslator ` will not try to translate to an empty locale. This could be considered as a BC break
73
- since now it will return the translation key instead of whatever the translator service returned (usually the translated string in original language).
92
+ since now it will return the translation key instead of whatever the translator service returned (usually the translated string in original language).
74
93
75
94
## 0.7.0
76
95
77
96
### Added
78
97
79
98
- Support for ` php-translation/common:0.3 ` and ` php-translation/symfony-storage:0.5 `
80
- - Support for dumping to .po files.
99
+ - Support for dumping to .po files.
81
100
- Support for ` SourceLocation ` 's context key ` translation ` which adds a default translation to the ` Message ` .
82
101
- Better respect blacklist and whitelist in ` CatalogueFetcher ` .
83
102
84
103
### Fixed
85
104
86
105
- Bug with config option ` local_file_storage_options ` not being used.
87
- - Bug with edit-in-place and custom activator.
106
+ - Bug with edit-in-place and custom activator.
88
107
89
108
### Changed
90
109
91
- - The "desc" filter will be used as default translation when extracting.
110
+ - The "desc" filter will be used as default translation when extracting.
92
111
93
112
## 0.6.2
94
113
95
- ### Added
114
+ ### Added
96
115
97
- - User feedback when you use DeleteObsoleteCommand.
116
+ - User feedback when you use DeleteObsoleteCommand.
98
117
- Injecet depedencies in commands.
99
118
- Added argument for sync direction.
100
119
101
120
### Changed
102
121
103
- - The service ` php_translation.storage.default ` is now public.
104
- - The XliffDumper does not backup existing files before creating dump. This is the default behavior in
105
- Symfony 4.
106
-
122
+ - The service ` php_translation.storage.default ` is now public.
123
+ - The XliffDumper does not backup existing files before creating dump. This is the default behavior in
124
+ Symfony 4.
125
+
107
126
### Fixed
108
127
109
128
- ` Metadata::$notes ` will not change when running ` Metadata::getAllInCategory() `
@@ -112,7 +131,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
112
131
113
132
### Fixed
114
133
115
- -- Symfony 4 issues with the DownloadCommand.
134
+ -- Symfony 4 issues with the DownloadCommand.
116
135
117
136
## 0.6.0
118
137
@@ -151,10 +170,10 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
151
170
- New ` --cache ` option on the ` translation:download ` allowing to clear the cache automatically if the downloaded translations have changed.
152
171
- Support for Yandex translator
153
172
154
- ### Fixed
173
+ ### Fixed
155
174
156
175
- Wrong paths in web profiler when using Twig2.x.
157
- - Some JavaScript errors.
176
+ - Some JavaScript errors.
158
177
159
178
## 0.4.0
160
179
0 commit comments