Overview
Comment: | [fr] formatNumber and missing nbsp merged |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fr |
Files: | files | file ages | folders |
SHA3-256: |
3d0131a09791cf9ec473ad0038926469 |
User & Date: | olr on 2019-06-13 11:37:11 |
Other Links: | manifest | tags |
Context
2019-06-14
| ||
20:00 | [fr] nr confusions, +ajustements check-in: 5aa6eb0c1c user: olr tags: trunk, fr | |
2019-06-13
| ||
11:37 | [fr] formatNumber and missing nbsp merged check-in: 3d0131a097 user: olr tags: trunk, fr | |
2019-06-11
| ||
12:09 | [lo] graphic options: update labels check-in: 6e1bbe2d58 user: olr tags: trunk, lo | |
Changes
Modified gc_lang/fr/modules-js/gce_suggestions.js from [169148cf7b] to [b16b800b57].
︙ | |||
554 555 556 557 558 559 560 | 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 | - - + + - + + - - + + - - - - - - - - - + + + + + + - - - - - - - - + + + + + + + + + + + + + + - - - - - - + + + - - - - - + + + + + + + + + - + | function suggLesLa (sWord) { if (_oSpellChecker.getMorph(sWord).some(s => s.includes(":p"))) { return "les|la"; } return "la"; } |
︙ |
Modified gc_lang/fr/modules/gce_suggestions.py from [a3e179165e] to [723b7412ac].
︙ | |||
429 430 431 432 433 434 435 | 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 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 | - + - + - + + - - + + - - - - - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + | if any( ":p" in sMorph for sMorph in _oSpellChecker.getMorph(sWord) ): return "les|la" return "la" _zBinary = re.compile("^[01]+$") |
︙ |
Modified gc_lang/fr/rules.grx from [adfe2758ac] to [29bdfd1cab].
︙ | |||
1225 1226 1227 1228 1229 1230 1231 | 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 | - - + + + - + - - + + + - + - - + + | !! !!!! Espaces insécables avant unités de mesure !! !! !! __[s]/unit(unit_nbsp_avant_unités1)__ ((\d+(?:,\d+[⁰¹²³⁴⁵⁶⁷⁸⁹]?|[⁰¹²³⁴⁵⁶⁷⁸⁹]|)) ?)(?:[kcmµn]?(?:[slgJKΩ]|m[²³]?|Wh?|Hz|dB)|[%‰€$£¥Åℓhj]|min|°C|℃)(?![’']) @@0,0 |
︙ |