novelWriter 2.6rc1__py3-none-any.whl → 2.6.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. {novelWriter-2.6rc1.dist-info → novelWriter-2.6.2.dist-info}/METADATA +1 -1
  2. {novelWriter-2.6rc1.dist-info → novelWriter-2.6.2.dist-info}/RECORD +62 -59
  3. novelwriter/__init__.py +3 -3
  4. novelwriter/assets/i18n/nw_cs_CZ.qm +0 -0
  5. novelwriter/assets/i18n/nw_de_DE.qm +0 -0
  6. novelwriter/assets/i18n/nw_en_US.qm +0 -0
  7. novelwriter/assets/i18n/nw_es_419.qm +0 -0
  8. novelwriter/assets/i18n/nw_fr_FR.qm +0 -0
  9. novelwriter/assets/i18n/nw_it_IT.qm +0 -0
  10. novelwriter/assets/i18n/nw_ja_JP.qm +0 -0
  11. novelwriter/assets/i18n/nw_nb_NO.qm +0 -0
  12. novelwriter/assets/i18n/nw_nl_NL.qm +0 -0
  13. novelwriter/assets/i18n/nw_pl_PL.qm +0 -0
  14. novelwriter/assets/i18n/nw_pt_BR.qm +0 -0
  15. novelwriter/assets/i18n/nw_ru_RU.qm +0 -0
  16. novelwriter/assets/i18n/nw_zh_CN.qm +0 -0
  17. novelwriter/assets/i18n/project_cs_CZ.json +118 -0
  18. novelwriter/assets/i18n/project_de_DE.json +2 -0
  19. novelwriter/assets/i18n/project_en_US.json +2 -0
  20. novelwriter/assets/i18n/project_es_419.json +2 -0
  21. novelwriter/assets/i18n/project_fr_FR.json +3 -1
  22. novelwriter/assets/i18n/project_it_IT.json +2 -0
  23. novelwriter/assets/i18n/project_ja_JP.json +2 -0
  24. novelwriter/assets/i18n/project_nb_NO.json +2 -0
  25. novelwriter/assets/i18n/project_nl_NL.json +2 -0
  26. novelwriter/assets/i18n/project_pl_PL.json +2 -0
  27. novelwriter/assets/i18n/project_pt_BR.json +2 -0
  28. novelwriter/assets/i18n/project_zh_CN.json +2 -0
  29. novelwriter/assets/manual.pdf +0 -0
  30. novelwriter/assets/manual_fr_FR.pdf +0 -0
  31. novelwriter/assets/sample.zip +0 -0
  32. novelwriter/assets/text/credits_en.htm +1 -0
  33. novelwriter/config.py +41 -19
  34. novelwriter/constants.py +4 -0
  35. novelwriter/core/buildsettings.py +7 -0
  36. novelwriter/core/itemmodel.py +4 -2
  37. novelwriter/core/project.py +2 -6
  38. novelwriter/dialogs/docsplit.py +49 -45
  39. novelwriter/dialogs/preferences.py +14 -5
  40. novelwriter/enum.py +0 -7
  41. novelwriter/extensions/novelselector.py +3 -2
  42. novelwriter/extensions/statusled.py +5 -6
  43. novelwriter/formats/shared.py +12 -11
  44. novelwriter/formats/todocx.py +1 -1
  45. novelwriter/formats/tohtml.py +30 -27
  46. novelwriter/formats/tokenizer.py +14 -8
  47. novelwriter/formats/tomarkdown.py +3 -2
  48. novelwriter/formats/toodt.py +1 -1
  49. novelwriter/formats/toqdoc.py +2 -0
  50. novelwriter/gui/doceditor.py +35 -19
  51. novelwriter/gui/docviewer.py +1 -1
  52. novelwriter/gui/itemdetails.py +1 -0
  53. novelwriter/gui/projtree.py +16 -18
  54. novelwriter/gui/statusbar.py +6 -7
  55. novelwriter/guimain.py +1 -1
  56. novelwriter/tools/dictionaries.py +2 -2
  57. novelwriter/tools/manussettings.py +8 -8
  58. novelwriter/tools/welcome.py +1 -1
  59. {novelWriter-2.6rc1.dist-info → novelWriter-2.6.2.dist-info}/LICENSE.md +0 -0
  60. {novelWriter-2.6rc1.dist-info → novelWriter-2.6.2.dist-info}/WHEEL +0 -0
  61. {novelWriter-2.6rc1.dist-info → novelWriter-2.6.2.dist-info}/entry_points.txt +0 -0
  62. {novelWriter-2.6rc1.dist-info → novelWriter-2.6.2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: novelWriter
3
- Version: 2.6rc1
3
+ Version: 2.6.2
4
4
  Summary: A markdown-like text editor for planning and writing novels
5
5
  Author-email: Veronica Berglyd Olsen <code@vkbo.net>
6
6
  License: GNU General Public License v3
@@ -1,40 +1,43 @@
1
- novelwriter/__init__.py,sha256=FpUhjOmmT5CoBcmp4xnXISjYAfc-zg5aGTeni8uXVQw,8844
1
+ novelwriter/__init__.py,sha256=rOcJN1w7All2F39QCff5AOG5GV6GA61IHXkYJEZAP3g,8843
2
2
  novelwriter/common.py,sha256=i5kxxzOOg0W60uZ8w1HhwlgEUYKqv60F1JTlu4KEjrY,21751
3
- novelwriter/config.py,sha256=ckvg0ufgBPz69qq-9Tk-RHoDE6vAG5tx4Sc9CJhA4qA,39789
4
- novelwriter/constants.py,sha256=sPAjs_SwLlr5YVDvXrU2ZeJo6m7732oilnWY3jK7KuY,25948
5
- novelwriter/enum.py,sha256=wbYnMgViyvuWEqeAGpNJDnk7AfnXDtxLey8Y4WbWkUo,3713
3
+ novelwriter/config.py,sha256=1pQwU0QsGJ5qAvxZ_iL2vwjTMajjsAuXdTP0IRK1X30,41108
4
+ novelwriter/constants.py,sha256=QVRHVUPE8JlJ4hUSYoVF2qsJtZoB0wvQmvIqQr4eZCU,26086
5
+ novelwriter/enum.py,sha256=bZFqyYVR76B-P1pod1zaYSG2pS8DBQdBP9oqxWJoiFg,3635
6
6
  novelwriter/error.py,sha256=Pq4ogfb4GlqTBC698o9bJ537Ce5kXzyNw2JZxMGmZJM,6849
7
- novelwriter/guimain.py,sha256=MqYuge0OPjfgyysjcQs_pdnSXcwAZq-DxnJJcvpVLBU,49628
7
+ novelwriter/guimain.py,sha256=UsBrDPsF2Y0SY3hzg9A3CWldhUi5ID765vce2dx1rRQ,49653
8
8
  novelwriter/shared.py,sha256=MaIQuDHX3XvW4SbhGaDlfI6YFn_yxzeq92IKi1ri810,17511
9
9
  novelwriter/types.py,sha256=-qQovORltSnUMWn5Hcjv2FJV18t_DumGkggjch_oFRE,5098
10
- novelwriter/assets/manual.pdf,sha256=vUvjZCWBpWsgbw8K7H9JWBH7sB7eWAVLmXvzx-cjxd8,2735354
11
- novelwriter/assets/sample.zip,sha256=h9OHiTX2pyJxORdaFp3qzRbklJWzmg7jVMOh3UAXqe0,28036
12
- novelwriter/assets/i18n/nw_de_DE.qm,sha256=jMjb_fnKDaBWX-qso1Ci76N0d5j_zQ0uu7c0NgVWp40,97177
13
- novelwriter/assets/i18n/nw_en_US.qm,sha256=a7Q5U9C5vFq8xk-xK3h-XFnWmG_85OHnUdScYDrZNCg,90203
14
- novelwriter/assets/i18n/nw_es_419.qm,sha256=LCNGv7RUpgTCWkA6oOyfPckGl-sKO1hmdGl_naQO8AY,99798
15
- novelwriter/assets/i18n/nw_fr_FR.qm,sha256=BwHQadfuvJyx2koKC2McMWrjJI7KQTEYq8mLe6n1wfI,100161
16
- novelwriter/assets/i18n/nw_it_IT.qm,sha256=ezbPAzRdh0sG4M4U3gcfldD4yJNtCZK6uowqK4SHMx4,99883
17
- novelwriter/assets/i18n/nw_ja_JP.qm,sha256=lrpFS5T1mW3dPcAGRYLcB3vcMBl5MbAqgOtbbao2clk,74622
18
- novelwriter/assets/i18n/nw_nb_NO.qm,sha256=bCeJnRX-e_KHEahvMVLxiu4PLW3V-AO3M1oKjRtXKRE,92747
19
- novelwriter/assets/i18n/nw_nl_NL.qm,sha256=WCnVcavSwehklScJQTU-AhogQzrtN1IHYT2cK5B-9gg,96703
20
- novelwriter/assets/i18n/nw_pl_PL.qm,sha256=oSy7GDTNNRqZy4tnp7llCVE6CkkqoJNEiI1s1p_wp5w,95451
21
- novelwriter/assets/i18n/nw_pt_BR.qm,sha256=iSuAZk2-sKrj_nNCcWUmL4bp7PAq83FrzNGbt3uSNoU,98365
22
- novelwriter/assets/i18n/nw_ru_RU.qm,sha256=W10A9BAdYhRbZRzHCpaN03G7Xba7hzl02L6bGveL_0o,94842
23
- novelwriter/assets/i18n/nw_zh_CN.qm,sha256=ndKC1LJffwRKg4K7aVz9x7xWwInH3rUb_aJBkd3UAj8,67298
24
- novelwriter/assets/i18n/project_de_DE.json,sha256=fuEYohM2xm0mLXmibbU0TISr0BCZb2yOiBLCUmKhDJQ,2810
10
+ novelwriter/assets/manual.pdf,sha256=jOInSwBi9cvkauWPFshtaCKQFGN-K5pwBecrVv5KXVk,2687676
11
+ novelwriter/assets/manual_fr_FR.pdf,sha256=EUJk5-5IBxH1HvUt6ZHgmTtgxWEnIAWybJq5M5l6LmE,2719136
12
+ novelwriter/assets/sample.zip,sha256=0WIwlVBjecYDANezpOcJRpQyPLExpZqgZHl1GHg3214,28035
13
+ novelwriter/assets/i18n/nw_cs_CZ.qm,sha256=XiDuN3kdGRhyBxqUB7dm5t8IhFELa2rSW5BHJ22-j1g,97439
14
+ novelwriter/assets/i18n/nw_de_DE.qm,sha256=T7sqOXBBW4lakypIXCvBVqkvBFtThClmMsOgh5CCyHs,102407
15
+ novelwriter/assets/i18n/nw_en_US.qm,sha256=G8orcdkczAjSXFmbjGk6Los5dW3yADhKl2HuQaF6aEg,95153
16
+ novelwriter/assets/i18n/nw_es_419.qm,sha256=wxYAyhPu-LWPPJ-m5cG34ch8rjMWXFrGhdP4CMcSwNY,105274
17
+ novelwriter/assets/i18n/nw_fr_FR.qm,sha256=TpfOCWH5gz9W0OTEHXOBuECcqdyEiJYAts761JD1J_A,105257
18
+ novelwriter/assets/i18n/nw_it_IT.qm,sha256=LkdtZwBqCEnu4ToZNpIUX2UunLchfednEyoXl_x-Img,105389
19
+ novelwriter/assets/i18n/nw_ja_JP.qm,sha256=i3I2DCEEsh4o891DcxUXF4Jz736EvPEbOzkxjC1DaIE,78758
20
+ novelwriter/assets/i18n/nw_nb_NO.qm,sha256=akO2Or98k903AJB5Z1x_PFOsDXp4LQjS6P47pBbz97M,97725
21
+ novelwriter/assets/i18n/nw_nl_NL.qm,sha256=20gCLmjMD8w9XCQkiulfBZT_NgmHUq8z_XSgP0Wty9Q,96613
22
+ novelwriter/assets/i18n/nw_pl_PL.qm,sha256=5CN8ZUFCiHzY7-DCL5ieDSaLmqHLurSozjOpdH6gVbE,100659
23
+ novelwriter/assets/i18n/nw_pt_BR.qm,sha256=GoZDWm5RU0LSKAO4BCcwL5kEK-HKQ7z-VGKX1T2lkes,103697
24
+ novelwriter/assets/i18n/nw_ru_RU.qm,sha256=WR0B0Jc2Vm64iYO6Q-GqOMCX1JsyB9VJqv-w4jAM4O8,94740
25
+ novelwriter/assets/i18n/nw_zh_CN.qm,sha256=AjV2BT7XgD1LWaAqweQNxrh7sITtpf-amRq4FbwL6Xc,70408
26
+ novelwriter/assets/i18n/project_cs_CZ.json,sha256=0A71su1wmPrGD1DD3FruFqnoWQqo4XaggWp5NJKT9lc,2861
27
+ novelwriter/assets/i18n/project_de_DE.json,sha256=-9-FF2zYD9ulez9dXAKLbFWsbEX2KLXKE1cJS8csx1g,2866
25
28
  novelwriter/assets/i18n/project_en_GB.json,sha256=CvBOO8kaW0k7NlwvxFi62Br9HYKJKQLDk1nQfvXOj48,2537
26
- novelwriter/assets/i18n/project_en_US.json,sha256=EcQAVEiQgRL3qobuzkPTfOWIxAc3Om-tA7nXUFFXEdI,2483
27
- novelwriter/assets/i18n/project_es_419.json,sha256=Z6CAhc0hzekUZFDM-0ykRRsckJG4c2AETy4Xa_f2T7s,2730
28
- novelwriter/assets/i18n/project_fr_FR.json,sha256=CBojo05gdhxev5pFg889ENe_CKOHSDv3oj8SmkBFqGg,2788
29
- novelwriter/assets/i18n/project_it_IT.json,sha256=C_S5P86hGHaJ_sE-B3ceQGJgDzkXalyjF816oClf9h0,2566
30
- novelwriter/assets/i18n/project_ja_JP.json,sha256=8P03f2D9o2TlSxFU5ugRa-DJDeDZr_I_omDWN-xv3lY,2393
31
- novelwriter/assets/i18n/project_nb_NO.json,sha256=e8E9c188KRPJfgZa298hDiaLEuhjHMxbRMaIF8HaVew,2298
32
- novelwriter/assets/i18n/project_nl_NL.json,sha256=qUEEjLMRtvt9VuNmjb_qOVCXqUCENHskCEyp5YlPMc4,2683
29
+ novelwriter/assets/i18n/project_en_US.json,sha256=CvBOO8kaW0k7NlwvxFi62Br9HYKJKQLDk1nQfvXOj48,2537
30
+ novelwriter/assets/i18n/project_es_419.json,sha256=NQa1iAyQaoNyFSAfrPXNaoKyStyw7nexnGUHf-UMkOo,2792
31
+ novelwriter/assets/i18n/project_fr_FR.json,sha256=6ATiNU0YGEXwx_c2LpDvP7eCUDdUiGxtrssCVTiiyC8,2859
32
+ novelwriter/assets/i18n/project_it_IT.json,sha256=LHbGZT6MOHOmIKrl6HD1-Tl_RxKbeEL0eXqPVK0VwM8,2633
33
+ novelwriter/assets/i18n/project_ja_JP.json,sha256=CK8yvTAr_58mDMSU-XAXYk3ny9Iryp21EZ80dGJ60E8,2451
34
+ novelwriter/assets/i18n/project_nb_NO.json,sha256=CS4nU-8AnnmQLiET5wAsFa4F7UHimjCTbxzmtGugw0A,2350
35
+ novelwriter/assets/i18n/project_nl_NL.json,sha256=wlXDfy4rMKyXP0X3r22qSNFuseO33bePAHqvIVk_tHQ,2742
33
36
  novelwriter/assets/i18n/project_nn_NO.json,sha256=7ZfmtFWHcDMiLVqdOEDHQWHbpoC_bv5ESmf_-CoYiks,2250
34
- novelwriter/assets/i18n/project_pl_PL.json,sha256=msXu3rNhJ19ytVespoXQ95nZ-mFis5rlLeCPK4A3zS8,3461
35
- novelwriter/assets/i18n/project_pt_BR.json,sha256=FDxIeSlf3v8AcrWfgwk7UOMRDmb2hWdDoabsBq5rkL8,2763
37
+ novelwriter/assets/i18n/project_pl_PL.json,sha256=2mAchml-aT95ZT9qi3pAEMyyze5swkRa-OCWq6ZMoGk,3517
38
+ novelwriter/assets/i18n/project_pt_BR.json,sha256=lCtbr_i2gN3Atii1EgMn-B5SMP71_x4YsF7wXx7Hi7s,2828
36
39
  novelwriter/assets/i18n/project_ru_RU.json,sha256=Lq8msxzjhkFHXPJAmEEyjoFOUV28CLJXmayY3h3jiAo,4075
37
- novelwriter/assets/i18n/project_zh_CN.json,sha256=cfl0TsnbISYUvygOw015y0x0REDG97xR0yjyJ85Jm34,2322
40
+ novelwriter/assets/i18n/project_zh_CN.json,sha256=CGnJO6ElV40fm7yElNtDwHYsd_32d-cR7h1jG4xx4eY,2377
38
41
  novelwriter/assets/icons/none.svg,sha256=NRN9vMzohg7Ner71GwPthrCG0uA81TpY8UmKb8-L-pM,251
39
42
  novelwriter/assets/icons/novelwriter.ico,sha256=OJRIeeUcmS7Di51NA3uF5_Ov4V8T47gQ9qWv6C7qDeA,171059
40
43
  novelwriter/assets/icons/novelwriter.svg,sha256=Ad_SgOdXSDJtFR3DLCx6Afme15I78r38_YxCfO9F2z4,8511
@@ -277,7 +280,7 @@ novelwriter/assets/syntax/tomorrow_night.conf,sha256=mWPneIV_6tszLEK4-Eo-kcJmUbr
277
280
  novelwriter/assets/syntax/tomorrow_night_blue.conf,sha256=L42gcekFfNpCCB45m9Lhzmz8Y6Lvbpik3AADi_1Aao8,1549
278
281
  novelwriter/assets/syntax/tomorrow_night_bright.conf,sha256=h8_775Ed8hl2XhfCoxAY2kT43vi-UvG8UHik1aI4eRw,1554
279
282
  novelwriter/assets/syntax/tomorrow_night_eighties.conf,sha256=stO_xH5RzMN0jaZeYr53LVXbpqSmIXALBFGVLlJBDLA,1557
280
- novelwriter/assets/text/credits_en.htm,sha256=wZgQGDQgIvd_2aT6oaJB88jOUjhtWYbn9tA6IfoGq3k,2958
283
+ novelwriter/assets/text/credits_en.htm,sha256=jh1TlfkUgo_9xueX7wa9sDHfP9K2cqUBNbWO4a-8Y78,3006
281
284
  novelwriter/assets/text/lipsum.txt,sha256=sGA6AC_p4jrUifxLxy3cSODeRwkpBNXDPGgX6YRTm2s,62937
282
285
  novelwriter/assets/themes/cyberpunk_night.conf,sha256=FvG_YVfEnMwJV1XUDEdpi9qoHQ5sdyVEaR_Y3WfWNA8,923
283
286
  novelwriter/assets/themes/default.conf,sha256=K0LZ64lODpCtUg3pISTAP4UKvEYMvPkmIYN9RDEaWwk,72
@@ -286,15 +289,15 @@ novelwriter/assets/themes/default_light.conf,sha256=2a4SXzlbZpyV9EX3BuFSRFYuLuzu
286
289
  novelwriter/assets/themes/dracula.conf,sha256=pUvu7FS1nRPj3PyU3NZMR0WSb5sIa0oLpSa2XTzsh98,1425
287
290
  novelwriter/assets/themes/solarized_dark.conf,sha256=7dDjs8aiFuAjl--hqMJQEExrfCgAapiPY82CL6aAo-I,916
288
291
  novelwriter/assets/themes/solarized_light.conf,sha256=psCPVWcjAKB5y8H_E_h5zYUifxh5YpdFdBzxFofIHa0,918
289
- novelwriter/core/buildsettings.py,sha256=q5ZgkUKJO1-tktAJcgmgKMF5r6Op_UrE_ZTyw-_nyoM,24117
292
+ novelwriter/core/buildsettings.py,sha256=JZ56-8aBXUFxIygktZ_r62y3eWVLgLz1GAVvdZR0Hjo,24683
290
293
  novelwriter/core/coretools.py,sha256=sjhU0disSrOrc7X1ObahcjIUwXxyZhG3LiAUBvwBh4I,21175
291
294
  novelwriter/core/docbuild.py,sha256=svK66k4-x203zMYp6P5T5TMKPJDQRLuRAsDUfauIRBs,13778
292
295
  novelwriter/core/document.py,sha256=t52H5RrKu3Un-55Lhdd6cu_MN2-__bdXIJZDWzl72TM,12155
293
296
  novelwriter/core/index.py,sha256=_hbKqnisf-5-WUYtju5EqpPKhfo2gsaiT28ZGXfalgc,48610
294
297
  novelwriter/core/item.py,sha256=hPhR5vtn-FfEgx8OSJ7IbuYCqZOQ2kiPf_SDxbkUBFw,18819
295
- novelwriter/core/itemmodel.py,sha256=1W7A-uLI1g2sOe7gietKiV15McF6rMY1VMVJ4L0PpAc,18025
298
+ novelwriter/core/itemmodel.py,sha256=HR80mcnxyjVW3k1f4XMaE09hBU7Fswk13OTHPQiyIls,18145
296
299
  novelwriter/core/options.py,sha256=wJ3PJrtwbLPCs-WEvMLTWTOdlX-bn8oaUBZqYNZLY5w,7482
297
- novelwriter/core/project.py,sha256=11g3CTQFqzwJBKfNG0AqTsrEonb97vdymC_cM4Ggjz0,21067
300
+ novelwriter/core/project.py,sha256=XNj5WltjIpUzGrPNZqJChte7lyVajYvf5JkqnZgA4kI,20941
298
301
  novelwriter/core/projectdata.py,sha256=EPgvvC8U8qAL3UMZSSuUNiMc9kifULJaexQ3N09Wj4A,10006
299
302
  novelwriter/core/projectxml.py,sha256=Y7_cTzd-kNK0yyvJIiWkdDvZJo6f2WveYM6IqZllHJY,22038
300
303
  novelwriter/core/sessions.py,sha256=XMp6JQcZYLpWRqio28pBFMTmj4EVak61rL7c3qC9TQY,4430
@@ -304,57 +307,57 @@ novelwriter/core/storage.py,sha256=ndB0PigeoRrQn3tUSjwbDc9FySEYOugeIARFUMld-AY,2
304
307
  novelwriter/core/tree.py,sha256=awKPagDBkX9negFwiSlydMj-RsowUJaJlGwzBctoGW0,18741
305
308
  novelwriter/dialogs/about.py,sha256=TPdkAPpPsAx7zhCbfBrSn-GhXfz-xG1OSJIePdI-E1k,4780
306
309
  novelwriter/dialogs/docmerge.py,sha256=8Xu_kan7u9LI2__HCnEsDZjLcfn5XP-tFjWvE8VXrDs,6120
307
- novelwriter/dialogs/docsplit.py,sha256=nt5L_SuB7QlfDYgBecd57bir5RVIcbpptCMdIBg4-Fs,9306
310
+ novelwriter/dialogs/docsplit.py,sha256=McPERzcZ4gZhkaT4S8VRuCMABXTlq1Jq2WB2rf9w6jA,9349
308
311
  novelwriter/dialogs/editlabel.py,sha256=3x34vjqkdIvS1EdR6D1DHJgVcR_Ny-BkhMR6PKtnUOc,2988
309
- novelwriter/dialogs/preferences.py,sha256=__cUBVg5pMk0Er9f4GoVE0Wk7GOgiL2gBYDg3wViW2Q,38747
312
+ novelwriter/dialogs/preferences.py,sha256=CQdanGVIfZu6-u2Is9oewXWYbkhTpHTERwvfEqH2ixo,39131
310
313
  novelwriter/dialogs/projectsettings.py,sha256=uTTDKL5oZhj-DdCfxCOgvN8ZkoDg1Ds7j1wrYMHssHo,29949
311
314
  novelwriter/dialogs/quotes.py,sha256=t8VfrjcBknebtU88rgNEkgQK28qbAd7BN8HNFa0EuOA,4752
312
315
  novelwriter/dialogs/wordlist.py,sha256=zUPmeTp57_VEiIv-lnpuqfYWOYwo1GTrmgiZaXvFJ8U,8700
313
316
  novelwriter/extensions/configlayout.py,sha256=mw5n6bT4J5xJKtzy9dVf3RZCzejxOMSyIhzwbiMbDMQ,10828
314
317
  novelwriter/extensions/eventfilters.py,sha256=82DcBd900zQNce-3XQkQWXBuUuYfYpO_zlNt-p4NXBw,2547
315
318
  novelwriter/extensions/modified.py,sha256=EHkhJV5gR9DV2oOni0eiorFE0yfCfO860Bee3i3RHrA,6428
316
- novelwriter/extensions/novelselector.py,sha256=YjdsV8EIcnaM09TPP32-AYzw_sZkmI0hoBVP_zzEf8Y,3819
319
+ novelwriter/extensions/novelselector.py,sha256=g8pBkUoJxvHA1LX681ogfhIEhzHHPWjSY7tFJKSiIiE,3822
317
320
  novelwriter/extensions/pagedsidebar.py,sha256=Vw3creX1eHRHPSQQrQAhWZPw5-U-SjTlY_xhEfLnv8g,7273
318
321
  novelwriter/extensions/progressbars.py,sha256=fbFmfhO9FVNUSQqRB0mzEC4TyHvqpVvGXI2XObBMb6U,4653
319
- novelwriter/extensions/statusled.py,sha256=pgmoMimVLITcSVs-25Fy0rB7z-zXYNylxPjNciGsDy8,2968
322
+ novelwriter/extensions/statusled.py,sha256=5XZKNAsuJyrbG1LNm-RL6MDh3DE2heXuZmhHidPYuNQ,2893
320
323
  novelwriter/extensions/switch.py,sha256=W3K4of_fjhGj90P-5AeBSH9rukdfKAAckB5AbA3Ly_8,4324
321
324
  novelwriter/extensions/switchbox.py,sha256=xDdCKXqd4qOjZFciU6eJRrOYEv74MB2oQivEXx1sztg,4223
322
325
  novelwriter/extensions/versioninfo.py,sha256=gpV-sr1-nK_IjfkAC3ad3uqteFy7Lf2sYT46Osbcp6k,5060
323
- novelwriter/formats/shared.py,sha256=RRzDtQN_0ZqS54aLNR7yny8pQGBuI7YS7A5mvVYGyew,4605
324
- novelwriter/formats/todocx.py,sha256=4CNG0vOs6Ec9jGRPm9MgJUfo9VxD-5QNVPVrcaww9is,40279
325
- novelwriter/formats/tohtml.py,sha256=avC2aO_eOb9-5FI4zQ9uAZdZ0HpXOn8Hm6bER9JFK7s,17079
326
- novelwriter/formats/tokenizer.py,sha256=geeS70cuYlJJqjSIMjk_4owgW-6khPGMGQ_HxCzPz-8,48428
327
- novelwriter/formats/tomarkdown.py,sha256=vFmiCdaEKgZ_6pwTjtLnPlwLt19b4tPMzhGl7eo2-8c,6916
328
- novelwriter/formats/toodt.py,sha256=uH9htj75nQUxv1Oo58hqpwjJJlfwuqQV2m2DSuogWaM,58394
329
- novelwriter/formats/toqdoc.py,sha256=kV4IhvpHzbnNaPtbkDRoLGBqg55uq4pxbbWFRcylIx8,17910
326
+ novelwriter/formats/shared.py,sha256=Ni6bYdxOeeDmrLE-8TkgpF0OTlblGTmgrY6rcHC_R08,4666
327
+ novelwriter/formats/todocx.py,sha256=5gCtY18--9LPRTQJzb99lG4_5u9sEPQGWZRZ3D02_rI,40296
328
+ novelwriter/formats/tohtml.py,sha256=t9B2uZPKKLubjsEttb3INf3esCvK-GArgynFnY7EkGE,17128
329
+ novelwriter/formats/tokenizer.py,sha256=LbLV1XYo8KuAhR3v4CgVTYqzJB-vNIlFSLIYsFFBWA8,48659
330
+ novelwriter/formats/tomarkdown.py,sha256=95k9DOGtXiB5nTHBephGSSb1GxGgoTctr3rXXBubauM,6983
331
+ novelwriter/formats/toodt.py,sha256=lX-KvH8kyOPhyvNOcWIPy6ffjyG6ccZssWJJyuB0J4I,58411
332
+ novelwriter/formats/toqdoc.py,sha256=mJzNyKLzyx4w2m04N-gh-ch4i6iY8VRsrHGzYduDGzA,18081
330
333
  novelwriter/formats/toraw.py,sha256=niaFt6tVSIwGfMAEP-suDfzzTRN8M08V3KJClbG3hcU,2842
331
- novelwriter/gui/doceditor.py,sha256=bYse2QK_JPyiT_y_uIFtATsMO8NNM9DHpfXwVk0cf_o,116618
334
+ novelwriter/gui/doceditor.py,sha256=3EjFJUOuxdAdPiyHa7BYSHqoO5ntr_3P7MYhSJWEzQU,116894
332
335
  novelwriter/gui/dochighlight.py,sha256=z6WcQfkHzSlXg4-DALtJUHl_8wnikP-YT0iIZmnCV8I,19680
333
- novelwriter/gui/docviewer.py,sha256=LQKEJE5155hq4qHI0G694By2dzaobBMnPiAEr3e9Bgc,34516
336
+ novelwriter/gui/docviewer.py,sha256=SJ38_Zn6CMmSRdVF3EPztTQe907yWSqQr5B-0Mg6iVo,34518
334
337
  novelwriter/gui/docviewerpanel.py,sha256=3MXehPMyf__mpNaKPNow1I-9CUme_8cpXd-cOCAxWls,19726
335
338
  novelwriter/gui/editordocument.py,sha256=opqrQc_GMNa9InQBAWW_WugSHVO_5cievX7DuF1Cbm4,4723
336
- novelwriter/gui/itemdetails.py,sha256=K0mfBDDnRHKoq2OLS_nXzg-6qRnfOIxRgm0q5OhJTfg,9636
339
+ novelwriter/gui/itemdetails.py,sha256=HQ2E1p9EiDsuNTgULEV__AzqW1DJ6qjB5DWILtlkeyg,9678
337
340
  novelwriter/gui/mainmenu.py,sha256=VKMgE8_jxRM8973ycArOpGMaTwHy-7ju2TIzm2-Zqqo,41629
338
341
  novelwriter/gui/noveltree.py,sha256=-XKR_zBGjbO44hEknhZt64NeW00LIC_31LQURgjsv_U,27136
339
342
  novelwriter/gui/outline.py,sha256=e1U_KakgnJX044nmP5NsXzbrSVd-G_t0tJ_531zMXZI,38446
340
- novelwriter/gui/projtree.py,sha256=jfPygfefhRsp2iidX6MGe3fYnmKcrH7WDX-G3lf-xQc,52964
343
+ novelwriter/gui/projtree.py,sha256=g-OoMsoAOOLHiftztDSI5H4J9C-5TBRGks9KQWpuKnM,53120
341
344
  novelwriter/gui/search.py,sha256=xP5M4iEA-6Hulgk2JwNqg8_myWi2KT8Yk9ufw4H3gh0,12844
342
345
  novelwriter/gui/sidebar.py,sha256=oPlbPu7jlE5J1P5Jn9X5YtvLgInzPz2Jr7AC98Z2S4k,6286
343
- novelwriter/gui/statusbar.py,sha256=XVonGSeSu35nweE6uXrhFzrBEIaijIJsLLWY64hQ6lk,9632
346
+ novelwriter/gui/statusbar.py,sha256=0XdsejOoPUCXxe_AN0f2w_4Duufa7wlUSRZg-EEeoYw,9487
344
347
  novelwriter/gui/theme.py,sha256=__9xz8RxP7fSEdpi_8-ZzewjBsBc7sxn82uE744Sw7U,32249
345
348
  novelwriter/text/counting.py,sha256=JEU-kv5BCdiFfTQc8Uk5Sym2WbRgJ4AKtixlwQIZe1M,4407
346
349
  novelwriter/text/patterns.py,sha256=T2BpUcVvXXFIadIdOqOYF1eih4LFBiRAZ7CtRuO85c8,7687
347
- novelwriter/tools/dictionaries.py,sha256=SlEAK21y5GEykJMU4O3OI_TUHVp0x3sRNW4xUaS5q0I,9268
350
+ novelwriter/tools/dictionaries.py,sha256=EhBGOvAW9AJnA29_GYan5XcRfciL6tSq7ZB-mmF8Ums,9250
348
351
  novelwriter/tools/lipsum.py,sha256=NZdCJ5TNwKdfwYqtRXtQ5pDbtVFbQzxiGoNPctpCHDk,4819
349
352
  novelwriter/tools/manusbuild.py,sha256=fUAGp7uaPY2rFUXRaGyE8Fce49z4-xkz1i8GAV2fXlI,14107
350
353
  novelwriter/tools/manuscript.py,sha256=ib5FKpcQR_A6jBWuTfQCHpx32ySvE4YFtz56a8pLAxE,40053
351
- novelwriter/tools/manussettings.py,sha256=r7SxaJZp5QnvMlhwoAPUPerAhzDUwDKv5ng3HHIHsQg,60831
354
+ novelwriter/tools/manussettings.py,sha256=jn8E6SroiuwHv5NINvRgYgaW85ji2li2bZW2NSobvTI,60883
352
355
  novelwriter/tools/noveldetails.py,sha256=k17ZH21M7yfLNEhY_qD-GREia5CxanN9dbVWt1selkk,18506
353
- novelwriter/tools/welcome.py,sha256=STHc6vLBN07MFGIbjhVbopVHTgJDvldzCC40-e1hUtQ,28018
356
+ novelwriter/tools/welcome.py,sha256=kE8HWfgvvncwEQnfXPoFipNzugpe2JemcVJr2kNiHIc,28020
354
357
  novelwriter/tools/writingstats.py,sha256=tuIkHkkiAPJv4zUBIFyh6_mVHRK-beYSc_zBUKG8MnM,22792
355
- novelWriter-2.6rc1.dist-info/LICENSE.md,sha256=2GirkkLrPfQqx7fACKRJjtKJUegKc8067erGvcDVQHM,32197
356
- novelWriter-2.6rc1.dist-info/METADATA,sha256=H3d21lUrJE1SbJXBjEQlhPgFyMTASdiop5PqvPYPW38,2582
357
- novelWriter-2.6rc1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
358
- novelWriter-2.6rc1.dist-info/entry_points.txt,sha256=YDUG1w361LtLsjD3YhxoTDTwM17JA5-nigjC6j5C74A,45
359
- novelWriter-2.6rc1.dist-info/top_level.txt,sha256=wFFEucjEeNC_Ap5ULBuEutg5a1Uc0-YO9uFT5L2naNI,12
360
- novelWriter-2.6rc1.dist-info/RECORD,,
358
+ novelWriter-2.6.2.dist-info/LICENSE.md,sha256=2GirkkLrPfQqx7fACKRJjtKJUegKc8067erGvcDVQHM,32197
359
+ novelWriter-2.6.2.dist-info/METADATA,sha256=U8hqFtjlPm7HZl96W6TxD4cj1yTluSAoS5xys-KrylA,2581
360
+ novelWriter-2.6.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
361
+ novelWriter-2.6.2.dist-info/entry_points.txt,sha256=YDUG1w361LtLsjD3YhxoTDTwM17JA5-nigjC6j5C74A,45
362
+ novelWriter-2.6.2.dist-info/top_level.txt,sha256=wFFEucjEeNC_Ap5ULBuEutg5a1Uc0-YO9uFT5L2naNI,12
363
+ novelWriter-2.6.2.dist-info/RECORD,,
novelwriter/__init__.py CHANGED
@@ -47,9 +47,9 @@ __license__ = "GPLv3"
47
47
  __author__ = "Veronica Berglyd Olsen"
48
48
  __maintainer__ = "Veronica Berglyd Olsen"
49
49
  __email__ = "code@vkbo.net"
50
- __version__ = "2.6rc1"
51
- __hexversion__ = "0x020600c1"
52
- __date__ = "2025-01-09"
50
+ __version__ = "2.6.2"
51
+ __hexversion__ = "0x020602f0"
52
+ __date__ = "2025-02-16"
53
53
  __status__ = "Stable"
54
54
  __domain__ = "novelwriter.io"
55
55
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,118 @@
1
+ {
2
+ "Synopsis": "Synopse",
3
+ "Short Description": "Krátký popis",
4
+ "Footnotes": "Poznámky pod čarou",
5
+ "Comment": "Komentář",
6
+ "Notes": "Poznámka",
7
+ "Tag": "Štítek",
8
+ "Point of View": "Úhel pohledu",
9
+ "Focus": "Zaměření",
10
+ "Characters": "Postavy",
11
+ "Plot": "Zápletka",
12
+ "Timeline": "Časová osa",
13
+ "Locations": "Lokality",
14
+ "Objects": "Objekty",
15
+ "Entities": "Subjekty",
16
+ "Custom": "Vlastní",
17
+ "New Page": "Nová stránka",
18
+ "0": "Nula",
19
+ "1": "Jedna",
20
+ "2": "Dva",
21
+ "3": "Tři",
22
+ "4": "Čtyři",
23
+ "5": "Pět",
24
+ "6": "Šest",
25
+ "7": "Sedm",
26
+ "8": "Osm",
27
+ "9": "Devět",
28
+ "10": "Deset",
29
+ "11": "Jedenáct",
30
+ "12": "Dvanáct",
31
+ "13": "Třináct",
32
+ "14": "Čtrnáct",
33
+ "15": "Patnáct",
34
+ "16": "Šestnáct",
35
+ "17": "Sedmnáct",
36
+ "18": "Osmnáct",
37
+ "19": "Devatenáct",
38
+ "20": "Dvacet",
39
+ "21": "Dvacet jedna",
40
+ "22": "Dvacet dva",
41
+ "23": "Dvacet tři",
42
+ "24": "Dvacet čtyři",
43
+ "25": "Dvacet pět",
44
+ "26": "Dvacet šest",
45
+ "27": "Dvacet sedm",
46
+ "28": "Dvacet osm",
47
+ "29": "Dvacet devět",
48
+ "30": "Třicet",
49
+ "31": "Třicet jedna",
50
+ "32": "Třicet dva",
51
+ "33": "Třicet tři",
52
+ "34": "Třicet čtyři",
53
+ "35": "Třicet pět",
54
+ "36": "Třicet šest",
55
+ "37": "Třicet sedm",
56
+ "38": "Třicet osm",
57
+ "39": "Třicet devět",
58
+ "40": "Čtyřicet",
59
+ "41": "Čtyřicet jedna",
60
+ "42": "Čtyřicet dva",
61
+ "43": "Čtyřicet tři",
62
+ "44": "Čtyřicet čtyři",
63
+ "45": "Čtyřicet pět",
64
+ "46": "Čtyřicet šest",
65
+ "47": "Čtyřicet sedm",
66
+ "48": "Deset osm",
67
+ "49": "Čtyřicet devět",
68
+ "50": "Padesát",
69
+ "51": "Padesát jedna",
70
+ "52": "Padesát dva",
71
+ "53": "Padesát tři",
72
+ "54": "Padesát čtyři",
73
+ "55": "Padesát pět",
74
+ "56": "Padesát šest",
75
+ "57": "Padesát sedm",
76
+ "58": "Padesát osm",
77
+ "59": "Padesát devět",
78
+ "60": "Šedesát",
79
+ "61": "Šedesát jedna",
80
+ "62": "Šedesát dva",
81
+ "63": "Šedesát tři",
82
+ "64": "Šedesát čtyři",
83
+ "65": "Šedesát pět",
84
+ "66": "Šedesát šest",
85
+ "67": "Šedesát sedm",
86
+ "68": "Šedesát osm",
87
+ "69": "Šedesát devět",
88
+ "70": "Sedmdesát",
89
+ "71": "Sedmdesát jedna",
90
+ "72": "Sedmdesát dva",
91
+ "73": "Sedmdesát tři",
92
+ "74": "Sedmdesát čtyři",
93
+ "75": "Sedmdesát pět",
94
+ "76": "Sedmdesát šest",
95
+ "77": "Sedmdesát sedm",
96
+ "78": "Sedmnáct osm",
97
+ "79": "Sedmdesát devět",
98
+ "80": "Osmdesát",
99
+ "81": "Osmdesát jedna",
100
+ "82": "Osmdesát dva",
101
+ "83": "Osmdesát tři",
102
+ "84": "Osmdesát čtyři",
103
+ "85": "Osmdesát pět",
104
+ "86": "Osmdesát šest",
105
+ "87": "Osmdesát sedm",
106
+ "88": "Osmdesát osum",
107
+ "89": "Osmdesát devět",
108
+ "90": "Devadesát",
109
+ "91": "Devadesát jedna",
110
+ "92": "Devadesát dva",
111
+ "93": "Devadesát tři",
112
+ "94": "Devadesát čtyři",
113
+ "95": "Devadesát pět",
114
+ "96": "Devadesát šest",
115
+ "97": "Devadesát sedm",
116
+ "98": "Devadesát osm",
117
+ "99": "Devadesát devět"
118
+ }
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "Synopsis": "Synopsis",
3
3
  "Short Description": "Kurzbeschreibung",
4
+ "Footnotes": "Fußnoten",
4
5
  "Comment": "Kommentar",
5
6
  "Notes": "Notizen",
6
7
  "Tag": "Schlagwort",
@@ -13,6 +14,7 @@
13
14
  "Objects": "Objekte",
14
15
  "Entities": "Organisationen",
15
16
  "Custom": "Benutzerdefiniert",
17
+ "New Page": "Neue Seite",
16
18
  "0": "Null",
17
19
  "1": "Eins",
18
20
  "2": "Zwei",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "Synopsis": "Synopsis",
3
3
  "Short Description": "Short Description",
4
+ "Footnotes": "Footnotes",
4
5
  "Comment": "Comment",
5
6
  "Notes": "Notes",
6
7
  "Tag": "Tag",
@@ -13,6 +14,7 @@
13
14
  "Objects": "Objects",
14
15
  "Entities": "Entities",
15
16
  "Custom": "Custom",
17
+ "New Page": "New Page",
16
18
  "0": "Zero",
17
19
  "1": "One",
18
20
  "2": "Two",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "Synopsis": "Sinopsis",
3
3
  "Short Description": "Breve Descripción",
4
+ "Footnotes": "Notas al pie",
4
5
  "Comment": "Comentario",
5
6
  "Notes": "Notas",
6
7
  "Tag": "Etiqueta",
@@ -13,6 +14,7 @@
13
14
  "Objects": "Objetos",
14
15
  "Entities": "Entidades",
15
16
  "Custom": "Otros",
17
+ "New Page": "Nueva Página",
16
18
  "0": "Cero",
17
19
  "1": "Uno",
18
20
  "2": "Dos",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "Synopsis": "Synopsis",
3
3
  "Short Description": "Description sommaire",
4
+ "Footnotes": "Notes de bas de page",
4
5
  "Comment": "Commentaire",
5
6
  "Notes": "Notes",
6
7
  "Tag": "Étiquette",
@@ -13,7 +14,8 @@
13
14
  "Objects": "Objets",
14
15
  "Entities": "Entités",
15
16
  "Custom": "Personnalisé",
16
- "0": "Zero",
17
+ "New Page": "Nouvelle page",
18
+ "0": "Zéro",
17
19
  "1": "Un",
18
20
  "2": "Deux",
19
21
  "3": "Trois",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "Synopsis": "Sinossi",
3
3
  "Short Description": "Breve descrizione",
4
+ "Footnotes": "Note a piè pagina",
4
5
  "Comment": "Commento",
5
6
  "Notes": "Note",
6
7
  "Tag": "Etichetta",
@@ -13,6 +14,7 @@
13
14
  "Objects": "Oggetti",
14
15
  "Entities": "Enti",
15
16
  "Custom": "Personalizzato",
17
+ "New Page": "Nuova pagina",
16
18
  "0": "Zero",
17
19
  "1": "Uno",
18
20
  "2": "Due",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "Synopsis": "あらすじ",
3
3
  "Short Description": "短い説明",
4
+ "Footnotes": "脚注",
4
5
  "Comment": "コメント ",
5
6
  "Notes": "ノート",
6
7
  "Tag": "タグ",
@@ -13,6 +14,7 @@
13
14
  "Objects": "オブジェクト",
14
15
  "Entities": "エンティティ",
15
16
  "Custom": "カスタム",
17
+ "New Page": "新規ページ",
16
18
  "0": "零",
17
19
  "1": "一",
18
20
  "2": "二",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "Synopsis": "Sammendrag",
3
3
  "Short Description": "Kort beskrivelse",
4
+ "Footnotes": "Fotnoter",
4
5
  "Comment": "Kommentar",
5
6
  "Notes": "Notat",
6
7
  "Tag": "Knagg",
@@ -13,6 +14,7 @@
13
14
  "Objects": "Objekter",
14
15
  "Entities": "Enheter",
15
16
  "Custom": "Annet",
17
+ "New Page": "Ny side",
16
18
  "0": "null",
17
19
  "1": "én",
18
20
  "2": "to",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "Synopsis": "Synopsis",
3
3
  "Short Description": "Korte beschrijving",
4
+ "Footnotes": "Voetnoten",
4
5
  "Comment": "Opmerking",
5
6
  "Notes": "Notities",
6
7
  "Tag": "Label",
@@ -13,6 +14,7 @@
13
14
  "Objects": "Objecten",
14
15
  "Entities": "Entiteiten",
15
16
  "Custom": "Aangepast",
17
+ "New Page": "Nieuwe pagina",
16
18
  "0": "nul",
17
19
  "1": "één",
18
20
  "2": "twee",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "Synopsis": "Streszczenie",
3
3
  "Short Description": "Krótki opis",
4
+ "Footnotes": "Przypisy",
4
5
  "Comment": "Komentarz",
5
6
  "Notes": "Notatki",
6
7
  "Tag": "Znacznik",
@@ -13,6 +14,7 @@
13
14
  "Objects": "Obiekty",
14
15
  "Entities": "Podmioty",
15
16
  "Custom": "Różne",
17
+ "New Page": "Nowa strona",
16
18
  "0": "zero",
17
19
  "1": "pierwszy",
18
20
  "2": "drugi",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "Synopsis": "Sinopse",
3
3
  "Short Description": "Descrição breve",
4
+ "Footnotes": "Notas de rodapé",
4
5
  "Comment": "Comentário",
5
6
  "Notes": "Notas",
6
7
  "Tag": "Etiqueta",
@@ -13,6 +14,7 @@
13
14
  "Objects": "Objetos",
14
15
  "Entities": "Entidades",
15
16
  "Custom": "Outros",
17
+ "New Page": "Nova página",
16
18
  "0": "Zero",
17
19
  "1": "Um",
18
20
  "2": "Dois",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "Synopsis": "概要",
3
3
  "Short Description": "简短描述",
4
+ "Footnotes": "注释",
4
5
  "Comment": "注释",
5
6
  "Notes": "笔记",
6
7
  "Tag": "标签",
@@ -13,6 +14,7 @@
13
14
  "Objects": "物品",
14
15
  "Entities": "条目",
15
16
  "Custom": "自定义",
17
+ "New Page": "新建页面",
16
18
  "0": "零",
17
19
  "1": "一",
18
20
  "2": "二",
Binary file
Binary file
Binary file
@@ -26,6 +26,7 @@
26
26
  translators for the languages currently available:</p>
27
27
 
28
28
  <ul>
29
+ <li><b>Czech:</b> Tomáš Zmek (perteus)</li>
29
30
  <li><b>Dutch:</b> Martijn van der Kleijn (mvdkleijn)</li>
30
31
  <li><b>French:</b> Jan Lüdke (jyhelle)</li>
31
32
  <li><b>German:</b> Myian (HeyMyian)</li>