Grammalecte  Diff

Differences From Artifact [ff9ae5f2b3]:

To Artifact [b6664e27ed]:


229
230
231
232
233
234
235

236

237
238
239
240
241
242
243
229
230
231
232
233
234
235
236

237
238
239
240
241
242
243
244







+
-
+







            helpers.copyAndFileTemplate(spLang+"/modules/"+sf, spLangPack+"/"+sf, dVars)
            print(sf, end=", ")
    print()

    # TEST FILES
    with open("grammalecte/"+sLang+"/gc_test.txt", "w", encoding="utf-8", newline="\n") as hDstPy:
        hDstPy.write("# TESTS FOR LANG [" + sLang + "]\n\n")
        hDstPy.write(dVars['regex_gctests'])
        hDstPy.write(dVars['gctests'])
        hDstPy.write(dVars['graph_gctests'])

    createOXT(spLang, dVars, xConfig._sections['oxt'], spLangPack, bInstallOXT)

    createServerOptions(sLang, dVars)
    createPackageZip(sLang, dVars, spLangPack)

    #### JAVASCRIPT