Commit 3f0f0ce
File tree
5 files changed
+163
-19
lines changedFilter options
- src/Symfony/Component/Translation
- Command
- Tests/Command
5 files changed
+163
-19
lines changedsrc/Symfony/Component/Translation/Command/TranslationPullCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Command/TranslationPullCommand.php+32Lines changed: 32 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
| 16 | + |
15 | 17 |
|
16 | 18 |
|
17 | 19 |
|
| ||
52 | 54 |
|
53 | 55 |
|
54 | 56 |
|
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
55 | 87 |
|
56 | 88 |
|
57 | 89 |
|
|
src/Symfony/Component/Translation/Command/TranslationPushCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Command/TranslationPushCommand.php+26Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
| 16 | + |
15 | 17 |
|
16 | 18 |
|
17 | 19 |
|
| ||
47 | 49 |
|
48 | 50 |
|
49 | 51 |
|
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
50 | 76 |
|
51 | 77 |
|
52 | 78 |
|
|
src/Symfony/Component/Translation/Tests/Command/TranslationProviderTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/Command/TranslationProviderTestCase.php+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
48 | 48 |
|
49 |
| - |
50 |
| - |
51 |
| - |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
52 | 56 |
|
53 | 57 |
|
54 | 58 |
|
|
src/Symfony/Component/Translation/Tests/Command/TranslationPullCommandTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/Command/TranslationPullCommandTest.php+49-7Lines changed: 49 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
424 | 425 |
|
425 | 426 |
|
426 | 427 |
|
| 428 | + |
| 429 | + |
| 430 | + |
| 431 | + |
| 432 | + |
| 433 | + |
| 434 | + |
| 435 | + |
| 436 | + |
| 437 | + |
| 438 | + |
| 439 | + |
| 440 | + |
| 441 | + |
| 442 | + |
| 443 | + |
| 444 | + |
| 445 | + |
| 446 | + |
| 447 | + |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
| 456 | + |
| 457 | + |
| 458 | + |
| 459 | + |
| 460 | + |
| 461 | + |
| 462 | + |
427 | 463 |
|
| 464 | + |
| 465 | + |
| 466 | + |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
| 471 | + |
| 472 | + |
428 | 473 |
|
429 | 474 |
|
430 | 475 |
|
431 | 476 |
|
432 | 477 |
|
433 | 478 |
|
434 | 479 |
|
435 |
| - |
436 |
| - |
| 480 | + |
| 481 | + |
437 | 482 |
|
438 | 483 |
|
439 | 484 |
|
440 |
| - |
| 485 | + |
| 486 | + |
441 | 487 |
|
442 |
| - |
443 |
| - |
444 |
| - |
445 |
| - |
446 | 488 |
|
447 | 489 |
|
src/Symfony/Component/Translation/Tests/Command/TranslationPushCommandTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/Command/TranslationPushCommandTest.php+48-8Lines changed: 48 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
21 |
| - |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| ||
249 | 249 |
|
250 | 250 |
|
251 | 251 |
|
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
252 | 287 |
|
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
| 296 | + |
253 | 297 |
|
254 | 298 |
|
255 | 299 |
|
256 | 300 |
|
257 |
| - |
258 |
| - |
| 301 | + |
| 302 | + |
259 | 303 |
|
260 | 304 |
|
261 | 305 |
|
262 | 306 |
|
263 |
| - |
264 |
| - |
265 |
| - |
266 |
| - |
267 | 307 |
|
268 | 308 |
|
0 commit comments