Differences From Artifact [6e865955c0]:
- File gc_lang/fr/build_data.py — part of check-in [6bc8dab4c2] at 2020-04-29 19:05:36 on branch trunk — [build][fr] build_data.py: fix build for JS (user: olr, size: 15397) [annotate] [blame] [check-ins using] [more...]
To Artifact [3d9c0f4ca9]:
- File gc_lang/fr/build_data.py — part of check-in [05fb167483] at 2020-11-04 11:37:30 on branch dict2 — [build][graphspell][lo] dictionary: drop support for binary file -> use JSON (user: olr, size: 15397) [annotate] [blame] [check-ins using] [more...]
︙ | |||
48 49 50 51 52 53 54 | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | - + | raise OSError("# Error. File not found or not loadable: " + spf) def loadDictionary (): global oDict if not oDict: try: |
︙ |