Comment: | [build][fr] fix build_data |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fr | build |
Files: | files | file ages | folders |
SHA3-256: |
fa6c5bd7d6cc6e80d402d72709e28cbe |
User & Date: | olr on 2019-07-01 10:36:04 |
Other Links: | manifest | tags |
2019-07-01
| ||
11:19 | [fr] conj: fix set update check-in: f1e0071b0c user: olr tags: trunk, fr | |
10:36 | [build][fr] fix build_data check-in: fa6c5bd7d6 user: olr tags: trunk, fr, build | |
10:24 | [core] code clarification check-in: f3ee414fa4 user: olr tags: trunk, core | |
Modified gc_lang/fr/build_data.py from [c6ec423025] to [c256239800].
︙ | ︙ | |||
179 180 181 182 183 184 185 | if bJS: ## write file for JavaScript with open(sp+"/modules-js/conj_data.json", "w", encoding="utf-8", newline="\n") as hDst: hDst.write("{\n") hDst.write(' "lVtyp": ' + json.dumps(lVinfo, ensure_ascii=False) + ",\n") hDst.write(' "lTags": ' + json.dumps(lTags, ensure_ascii=False) + ",\n") hDst.write(' "dPatternConj": ' + json.dumps(dPatternList, ensure_ascii=False) + ",\n") | | | 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 | if bJS: ## write file for JavaScript with open(sp+"/modules-js/conj_data.json", "w", encoding="utf-8", newline="\n") as hDst: hDst.write("{\n") hDst.write(' "lVtyp": ' + json.dumps(lVinfo, ensure_ascii=False) + ",\n") hDst.write(' "lTags": ' + json.dumps(lTags, ensure_ascii=False) + ",\n") hDst.write(' "dPatternConj": ' + json.dumps(dPatternList, ensure_ascii=False) + ",\n") hDst.write(' "dVerb": ' + json.dumps(dVerb, ensure_ascii=False) + ",\n") hDst.write(' "dVerbNames": ' + json.dumps(dVerbNames, ensure_ascii=False) + "\n") hDst.write("}\n") def makeMfsp (sp, bJS=False): print("> Pluriel/singulier/masculin/féminin ", end="") print("(Python et JavaScript)" if bJS else "(Python seulement)") |
︙ | ︙ |
Modified gc_lang/fr/modules-js/conj_data.json from [e1b7a4dd30] to [7b4848c9cc].
cannot compute difference between binary files
Modified gc_lang/fr/modules-js/phonet_data.json from [4208d650c8] to [4af7a783c1].
cannot compute difference between binary files
Modified gc_lang/fr/modules/conj_data.py from [58cfb63645] to [3decbe5515].
cannot compute difference between binary files
Modified gc_lang/fr/oxt/Dictionnaires/dictionaries/fr-classique.aff from [6b84ebe6a7] to [0f55ed7d83].
1 2 3 4 5 6 | # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # AFFIXES DU DICTIONNAIRE ORTHOGRAPHIQUE FRANÇAIS “CLASSIQUE” v6.4.1 # par Olivier R. -- licence MPL 2.0 | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # AFFIXES DU DICTIONNAIRE ORTHOGRAPHIQUE FRANÇAIS “CLASSIQUE” v6.4.1 # par Olivier R. -- licence MPL 2.0 # Généré le 01-07-2019 à 12:30 # Pour améliorer le dictionnaire, allez sur https://grammalecte.net/ SET UTF-8 WORDCHARS -’'1234567890. |
︙ | ︙ |
Modified gc_lang/fr/oxt/Dictionnaires/dictionaries/fr-reforme1990.aff from [8b944f80ee] to [4a891898f2].
1 2 3 4 5 6 | # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # AFFIXES DU DICTIONNAIRE ORTHOGRAPHIQUE FRANÇAIS “RÉFORME 1990” v6.4.1 # par Olivier R. -- licence MPL 2.0 | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # AFFIXES DU DICTIONNAIRE ORTHOGRAPHIQUE FRANÇAIS “RÉFORME 1990” v6.4.1 # par Olivier R. -- licence MPL 2.0 # Généré le 01-07-2019 à 12:30 # Pour améliorer le dictionnaire, allez sur https://grammalecte.net/ SET UTF-8 WORDCHARS -’'1234567890. |
︙ | ︙ |
Modified gc_lang/fr/oxt/Dictionnaires/dictionaries/fr-toutesvariantes.aff from [864cc94f15] to [1b27771a19].
1 2 3 4 5 6 | # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # AFFIXES DU DICTIONNAIRE ORTHOGRAPHIQUE FRANÇAIS “TOUTES VARIANTES” v6.4.1 # par Olivier R. -- licence MPL 2.0 | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # AFFIXES DU DICTIONNAIRE ORTHOGRAPHIQUE FRANÇAIS “TOUTES VARIANTES” v6.4.1 # par Olivier R. -- licence MPL 2.0 # Généré le 01-07-2019 à 12:30 # Pour améliorer le dictionnaire, allez sur https://grammalecte.net/ SET UTF-8 WORDCHARS -’'1234567890. |
︙ | ︙ |