Commit c3166bd
committed
minor #12400 [Translation] Document range translation using the ICU MessageFormat (kevin-verschaeve)
This PR was submitted for the 4.2 branch but it was merged into the 4.3 branch instead (closes #12400).
Discussion
----------
[Translation] Document range translation using the ICU MessageFormat
The ICU MessageFormatter has a notation to do the same as `transchoice` was able to, concerning ranges.
I think this would be a good idea to document it on the Symfony docs because :
- it is not really easy to find and understand it on the ICU intl documentation.
- one can think that using ranges like `]-INF,0] my translation` is no more possible with ICU if it is not documented here
I don't know if my examples are good enough or well explained, so please, don't hesitate to reword me.
Thanks
Commits
-------
bcc89a7 [Transalation] Document range translation using the ICU MessageFormat1 file changed
+63
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
270 | 333 | | |
271 | 334 | | |
272 | 335 | | |
| |||
0 commit comments