-
Notifications
You must be signed in to change notification settings - Fork 427
/
Copy pathChangeLog
811 lines (529 loc) · 46.1 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
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
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
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
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
2025-01-12 Nick Hall <[email protected]>
* docs/conf.py, gramps/gen/const.py: Update copyright dates
2025-01-12 Nick Hall <[email protected]>
* po/LINGUAS: Remove Tamil from this release There are 486 fatal errors that are not easy to fix.
2025-01-12 Nick Hall <[email protected]>
* po/gramps.pot: Update translation template for new release
2025-01-12 Nick Hall <[email protected]>
* gramps/gen/utils/grampslocale.py: Update list of incomplete
translations Remove Turkish and Tamil. Turkish is now 100% translated and Tamil
is 99% translated.
2025-01-12 Mirko Leonhaeuser <[email protected]>
* po/de.po: Translated using Weblate (German) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/de/
2025-01-12 Milo Ivir <[email protected]>
* po/hr.po: Translated using Weblate (Croatian) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/hr/
2025-01-12 109247019824 <[email protected]>
* po/bg.po: Translated using Weblate (Bulgarian) Currently translated at 52.6% (3749 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/bg/
2025-01-12 ikanakova <[email protected]>
* po/cs.po: Translated using Weblate (Czech) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/cs/
2025-01-12 Alexander Son <[email protected]>
* po/ko.po: Translated using Weblate (Korean) Currently translated at 1.7% (121 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/ Translated using Weblate (Korean) Currently translated at 1.6% (117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/
2025-01-12 தமிழ்நேரம் <[email protected]>
* po/ta.po: Translated using Weblate (Tamil) Currently translated at 99.6% (7095 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ta/
2025-01-09 Nick Hall <[email protected]>
* gramps/gen/datehandler/_date_de.py: Add German date modifier "ab"
2025-01-09 Nick Hall <[email protected]>
* gramps/gen/datehandler/_date_de.py: Fix German date handler for
reports Date displayers have an associated locale which can cause problems
if more then one locale uses the same handler. Fixes #13312.
2025-01-04 DaveSch-gramps <[email protected]>
* gramps/plugins/gramplet/citations.py: Fix Citations gramplet to
recognize event reference citations Fixes #13555.
2024-11-30 Himanshu Gohel <[email protected]>
* gramps/plugins/quickview/all_relations.py: Fix exception when
finding relationship to home person Proposed bug fix to catch the reported exception by testing for
None. However, it's not a guaranteed fix because no data was
provided to test the bug. Question remains what is the family tree that leads to that
situation? Is it a valid case? Should it be handled in a certain way
that isn't being done now? If it isn't valid, is it being captured
by check and repair database? Fixes #13495
2025-01-12 Nick Hall <[email protected]>
* gramps/gen/config.py: Revert "Add Isotammi addons to Project
Manager defaults" This reverts commit 52849a670632e058ac306164542fa5f0c0927060.
2024-12-17 Kari Kujansuu <[email protected]>
* gramps/gen/config.py: Add Isotammi addons to Project Manager
defaults
2025-01-02 Nick Hall <[email protected]>
* gramps/plugins/view/pedigreeview.py: Fix scroll direction in
pedigree view Fix the mouse scroll direction in the pedigree view when the Left
<-> Right option is selected in the context menu.
2025-01-02 John Ralls <[email protected]>
* mac/gramps.modules: Replace gtkspell3 with gspell. Fixes issue 13514
2025-01-02 John Ralls <[email protected]>
* mac/gramps.modules: Upgrade json-glib to fix a build failure with
recent glib versions.
2024-12-30 Stephan Paternotte <[email protected]>
* po/nl.po: Translated using Weblate (Dutch) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nl/
2024-12-30 David Straub <[email protected]>
* po/de.po: Translated using Weblate (German) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/de/
2024-12-30 Alexander Son <[email protected]>
* po/ko.po: Translated using Weblate (Korean) Currently translated at 1.6% (115 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/
2024-08-26 Elliott Sales de Andrade <[email protected]>
* gramps/gen/display/name.py: Fix incorrect usage of exec As of PEP558, `locals()` is not populated by `exec()`. This change
means that this call is broken on Python 3.13.
2024-08-26 Elliott Sales de Andrade <[email protected]>
* gramps/gen/plug/utils.py,
gramps/plugins/test/db_undo_and_signals_test.py: Remove some usage
of globals()
2024-08-26 Elliott Sales de Andrade <[email protected]>
* gramps/plugins/tool/removeunused.py,
gramps/plugins/tool/verify.py: Remove unnecessary use of exec Especially in the latter case of the `Verify` plugin, this exposed
that some methods were missing parameters.
2024-12-21 Alexander Son <[email protected]>
* po/ko.po: Translated using Weblate (Korean) Currently translated at 1.6% (114 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/ Translated using Weblate (Korean) Currently translated at 1.5% (111 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/ Translated using Weblate (Korean) Currently translated at 1.5% (108 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/
2024-12-21 Gracjan Wiśniewski <[email protected]>
* po/pl.po: Translated using Weblate (Polish) Currently translated at 99.4% (7077 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/pl/
2024-12-21 Christoph Eder <[email protected]>
* po/de_AT.po: Translated using Weblate (German (Austria)) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/de_AT/
2024-12-21 Lajos Nemeséri <[email protected]>
* po/hu.po: Translated using Weblate (Hungarian) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/hu/
2024-09-13 CameronD73 <[email protected]>
* gramps/gen/utils/alive.py: Test current_date being an empty date
in probably alive function Calling routines assume that Today() can be represented either by
None or an empty Date instance. This code allows for the latter
assumption. Also fixes debug code, which confused %s and str.format
style formatting. The style chosen is preferred by pylint. Fixes #13431.
2024-09-10 CameronD73 <[email protected]>
* gramps/gen/lib/test/date_test.py: Improve warning message in
date_test.py when 3 tests are skipped The test is skipped for locales other than en_US, but the message
simply reported that the locale had to be English, which is baffling
for anybody with an English locale other than US.
2024-09-10 CameronD73 <[email protected]>
* gramps/gen/lib/date.py, gramps/gen/lib/test/date_test.py:
Correctly assign sortval = 0 when a date is EMPTY The is_valid() method for a Date simply checks the sortval for a
zero value. However, if an empty date is passed to
_calc_sort_value() it first adjusts to 1 ALL y,m,d values that are
zero. Thus, an empty date would return a sortval for the year 1-1-1
as a valid date. The problematic part of the test calculates an age for somebody with
a birth date of "" (an empty string) and a death date given by a
year, such as 1760. The previous test code required it to report
"greater than 110 years", which should not be a suitable response.
The previous code also reported an age of negative 1999 years for a
birth year of 2000 and a death date of the empty string. The unit
test code now tests against a reply of "unknown". Fixes #13415, #13423.
2024-09-08 Patrick Nicholson <[email protected]>
* gramps/gen/db/upgrade.py: Fix unicode conversion bug when
upgrading from schema 16 to 17 Bugfix for calling `.decode(...)` on `str` objects
2024-09-10 CameronD73 <[email protected]>
* gramps/gen/lib/date.py: Correct the documentation for the match()
method of the Date class Also added more detail to documentation in 3 other cases. Fixes #13428
2024-11-30 Himanshu Gohel <[email protected]>
* gramps/grampsapp.py: Gramps version output now reports OS rather
than Platform Currently `gramps -v` reports the platform insted of O.S. which is
confusing to users. Now Gramps will report the operating system
name. Reference:
https://docs.python.org/3/library/platform.html#platform.system Current: Gramps Settings: ---------------- gramps :
AIO64-5.2.2-r1-f905d14 o.s. : win32 With this change: Gramps Settings: ---------------- gramps :
AIO64-5.2.2-r1-f905d14 o.s. : Windows Fixes #12285
2024-10-10 Himanshu Gohel <[email protected]>
* gramps/gen/config.py: Downgrade informational messages from
warning level In upgrade scenarios informational messages that indicate old config
files are being imported into the new config are now being treated
as informational rather than warnings which may alarm the reader. Fixes 13464
2024-09-30 DaveSch-gramps <[email protected]>
* gramps/plugins/gramplet/topsurnamesgramplet.py: Fix list size
option in the top surnames gramplet Allow users to specify how many surnames appear in the list from 10
to 1000 Fixes #13448
2024-09-23 Emyoulation or BAMaustin <[email protected]>
* gramps/plugins/gramplet/ageondategramplet.py: Correct misleading
description of GUI element placement Text prompt said "in the entry below" but the text box was actually
above. (At least, it was above on Fedora). change to generic "in the text box"
2024-09-15 bryndin <[email protected]>
* gramps/gui/editors/editdate.py: Use the preferred calendar for new
dates only in the date editor Fixes #13403
2024-09-14 bryndin <[email protected]>
* INSTALL: Fix docs typo in INSTALL file
2024-09-09 Elliott Sales de Andrade <[email protected]>
* gramps/gui/plug/report/_bookdialog.py: Fix printing of Books As noted in the original issue, PR#372 changed `GtkPrint` to try to
parent its window via `self.uistate`, set in its constructor. In `DocReportDialog.make_document`, the `uistate` argument is passed
to the format class, but `BookDialog` overrides that method and is
missing that argument, causing the `GtkPrint.uistate` to remain
`None`. This allows the 'Print...' option to work in plain Reports,
but not Books. Fixes #12804
2024-09-03 Himanshu Gohel <[email protected]>
* gramps/gen/plug/docbackend/cairobackend.py,
gramps/gen/plug/docbackend/docbackend.py,
gramps/plugins/docgen/latexdoc.py, gramps/plugins/docgen/odfdoc.py,
gramps/plugins/lib/libhtmlbackend.py,
gramps/plugins/lib/libodfbackend.py: Render reports with styled
notes containing subscript and strikethrough With this change all reports should be able to render styled notes
using subscript or strikethrough without throwing exceptions. 1. Add support for subscript and strikethough in DocBackend. 2. Implement support for subscript and strikethrough in: a. CairoBackend b. LatexBackend i. Use package ulem for strikethrough support. ulem overrides
rendering of emphasis, so specify normalel option to maintain
the default. ii. A bug in str_inc was being triggered during
my testing. I used AI to fix the code and it seems to work. I
haven't investigated whether this will change anything, but the
code seems to work. Looking for review on the code change, ways
to test, or other comments c. HTMLBackend d. ODFBackend i. Add two new styles GSub and GStrikethrough to support
subscript and strikethrough formatting, and implemented the
two in odfdoc.py Testing 1. Create a note that includes subscript and strikethrough, and
attach to a person 2. Run any report which would include that note. Example: Complete
Individual Report for that person 3. Render report in all formats and verify that (1) no exceptions
are thrown and (2) output is rendered appropriately for the format.
For Text and RTF, these styles will not have any effect, other
formats including PDF, HTML, LaTeX, ODT, PS you will see the style
applied. Todo 1. Add methods similar to start[end]_superscript for subscript and
strikethrough in each of the Doc classes so that plugins and addons
can use the same functionality. For compatibility, this should be
introduced in 5.3 so plugins can specify the version required. 2. Add similar API for italics (emphasize) since no API is available
for that today. See thread on discourse:
https://gramps.discourse.group/t/reports-normal-italic-and-bold-within-a-paragraph/5106/5Fixes #13417
2024-08-19 Himanshu Gohel <[email protected]>
* aio/setup.py: Restore AIO console executable's icon Starting with Gramps 5.2.0 and the new AIO installer build scripts,
the icon for GrampsAIO-console app changed from the one that has the
console badge to one without, i.e. the icons for both Gramps and
Gramps-console are the same. This commit restores the icon for the
console badge, making it distinguishable once again. Fixes #13402
2024-12-13 Steve Youngs <[email protected]>
* aio/build.sh: Fix spelling in a comment
2024-12-13 Steve Youngs <[email protected]>
* aio/build.sh, aio/setup.py: Remove UPX compression of exectuable
files Based on tests, UPX makes the installer marginally larger whilst
only reducing the size of the installed program by around 1.5% Only
3 files appear to be compressed: 'mingw64/libgcc_s_seh-1.dll',
'mingw64/libpython3.12.dll', 'mingw64/pip.exe' With UPX installer: 107,903,673 bytes C:\Program
Files\GrampsAIO64-5.2.4: 260,614,447 bytes (3,840 files) Without UPX installer: 107,557,273 bytes C:\Program
Files\GrampsAIO64-5.2.4: 264,715,291 bytes (3,840 files) Detailed information on the three files that are compressed with
UPX: Filename,Uncompressed Size,Compressed Size
"libgcc_s_seh-1.dll","151731","70323"
"libpython3.12.dll","5840573","1843901" "pip.exe","173568","150016"
2024-12-13 Steve Youngs <[email protected]>
* aio/build.sh: Remove commented out line
2024-12-13 Steve Youngs <[email protected]>
* aio/build.sh: list packages in alphabetical order for easier
maintenance format document
2024-12-13 Steve Youngs <[email protected]>
* aio/README.md: Improve grammar
2024-12-13 Steve Youngs <[email protected]>
* aio/build.sh: Ensure library.zip is generated by cx_freeze --no-compress suppresses generation of library.zip. We rely on
library.zip being created in later stages of setup.py
2024-12-13 Steve Youngs <[email protected]>
* aio/setup.py: Update copyright date
2024-12-12 Steve Youngs <[email protected]>
* aio/build.sh, aio/setup.py: Use a virtual python environment This allows pip to work correctly.
2024-12-12 Steve Youngs <[email protected]>
* aio/setup.py: Prefer to use base_exec_prefix base_exec_prefix differs from exec_prefix if a virtual envirnment is
in use.
2024-12-07 Himanshu Gohel <[email protected]>
* aio/README.md, aio/build.sh, aio/setup.py: AIO build updates 1. Changes required due to updating MSYS2 environment (e.g. gspell
version, cx-freeze etc.) 2. Remove references to lib2to3 (deprecated) 3. Reduce log output from build.sh so errors and warnings are easier
to spot 4. Cleanup README
2024-12-04 Yaron Shahrabani <[email protected]>
* po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/
2024-12-04 Avi Markovitz <[email protected]>
* po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/
2024-12-04 Alexander Son <[email protected]>
* po/ko.po: Translated using Weblate (Korean) Currently translated at 1.4% (105 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/ Translated using Weblate (Korean) Currently translated at 1.4% (104 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/ Translated using Weblate (Korean) Currently translated at 1.4% (102 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/ Translated using Weblate (Korean) Currently translated at 1.3% (98 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/ Translated using Weblate (Korean) Currently translated at 1.3% (94 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/ Translated using Weblate (Korean) Currently translated at 1.2% (91 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/ Translated using Weblate (Korean) Currently translated at 1.2% (88 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/
2024-12-04 Mirko Leonhaeuser <[email protected]>
* po/de.po: Translated using Weblate (German) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/de/ Translated using Weblate (German) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/de/ Translated using Weblate (German) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/de/ Translated using Weblate (German) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/de/ Translated using Weblate (German) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/de/
2024-12-04 Christoph Eder <[email protected]>
* po/de_AT.po: Translated using Weblate (German (Austria)) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/de_AT/
2024-11-17 Nick Hall <[email protected]>
* gramps/gen/datehandler/_date_he.py: Add extra "about" modifier to
Hebrew date handler
2024-11-17 Nick Hall <[email protected]>
* po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/
2024-11-17 Mirko Leonhaeuser <[email protected]>
* po/de.po: Translated using Weblate (German) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/de/
2024-11-17 Avi Markovitz <[email protected]>
* po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/
2024-11-17 mohamadsyalvassr <[email protected]>
* po/id.po: Translated using Weblate (Indonesian) Currently translated at 3.0% (219 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/id/
2024-11-17 Martin Štefany <[email protected]>
* po/sk.po: Translated using Weblate (Slovak) Currently translated at 99.9% (7115 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/sk/
2024-11-17 Christoph Eder <[email protected]>
* po/de_AT.po: Translated using Weblate (German (Austria)) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/de_AT/
2024-11-17 Stephan Paternotte <[email protected]>
* po/nl.po: Translated using Weblate (Dutch) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nl/ Translated using Weblate (Dutch) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nl/ Translated using Weblate (Dutch) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nl/ Translated using Weblate (Dutch) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nl/ Translated using Weblate (Dutch) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nl/ Translated using Weblate (Dutch) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nl/
2024-11-17 pyccl <[email protected]>
* po/zh_CN.po: Translated using Weblate (Chinese (Simplified Han
script)) Currently translated at 90.9% (6474 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/zh_Hans/
2024-11-17 Kaj Arne Mikkelsen <[email protected]>
* po/da.po: Translated using Weblate (Danish) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/da/
2024-11-17 Enno Borgsteede <[email protected]>
* po/nl.po: Translated using Weblate (Dutch) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nl/ Translated using Weblate (Dutch) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nl/
2024-10-14 Illia Maier <[email protected]>
* po/uk.po: Translated using Weblate (Ukrainian) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/uk/
2024-10-14 Milo Ivir <[email protected]>
* po/hr.po: Translated using Weblate (Croatian) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/hr/
2024-10-14 trifa <[email protected]>
* po/bg.po: Translated using Weblate (Bulgarian) Currently translated at 52.5% (3738 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/bg/
2024-10-14 Alexander Son <[email protected]>
* po/ko.po: Translated using Weblate (Korean) Currently translated at 1.2% (87 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/ Translated using Weblate (Korean) Currently translated at 1.2% (86 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/ Translated using Weblate (Korean) Currently translated at 1.1% (84 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/
2024-10-14 Pedro Albuquerque <[email protected]>
* po/pt_PT.po: Translated using Weblate (Portuguese (Portugal)) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/pt_PT/
2024-10-14 AND <[email protected]>
* po/mk.po: Translated using Weblate (Macedonian) Currently translated at 29.4% (2094 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/mk/
2024-10-14 Avi Markovitz <[email protected]>
* po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/
2024-10-14 beernarrd <[email protected]>
* po/sl.po: Translated using Weblate (Slovenian) Currently translated at 95.1% (6769 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/sl/
2024-09-14 Avi Markovitz <[email protected]>
* po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/
2024-09-14 Alexander Son <[email protected]>
* po/ko.po: Translated using Weblate (Korean) Currently translated at 1.1% (83 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/ Translated using Weblate (Korean) Currently translated at 1.1% (82 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/
2024-09-04 Alexander Son <[email protected]>
* po/ko.po: Translated using Weblate (Korean) Currently translated at 1.1% (81 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/
2024-09-02 Alexander Son <[email protected]>
* po/ko.po: Translated using Weblate (Korean) Currently translated at 1.1% (79 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/
2024-08-29 Avi Markovitz <[email protected]>
* po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/
2024-08-25 Yaron Shahrabani <[email protected]>
* po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/
2024-08-25 Avi Markovitz <[email protected]>
* po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/
2024-08-25 Avi Markovitz <[email protected]>
* po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/
2024-08-25 Yaron Shahrabani <[email protected]>
* po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/
2024-08-25 Avi Markovitz <[email protected]>
* po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/
2024-08-25 Abolfazl Mazloomi <[email protected]>
* po/fa.po: Translated using Weblate (Persian) Currently translated at 0.3% (28 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/fa/
2024-08-25 Yaron Shahrabani <[email protected]>
* po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/
2024-08-25 AND <[email protected]>
* po/mk.po: Translated using Weblate (Macedonian) Currently translated at 28.8% (2056 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/mk/ Translated using Weblate (Macedonian) Currently translated at 28.4% (2025 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/mk/
2024-08-25 Avi Markovitz <[email protected]>
* po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/
2024-08-21 Avi Markovitz <[email protected]>
* po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/
2024-08-21 AND <[email protected]>
* po/mk.po: Translated using Weblate (Macedonian) Currently translated at 28.1% (2000 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/mk/
2024-08-21 Alexander Son <[email protected]>
* po/ko.po: Translated using Weblate (Korean) Currently translated at 1.0% (77 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/
2024-08-21 Christoph Eder <[email protected]>
* po/de_AT.po: Translated using Weblate (German (Austria)) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/de_AT/
2024-08-21 Tymofii Lytvynenko <[email protected]>
* po/uk.po: Translated using Weblate (Ukrainian) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/uk/
2024-08-21 Harald Herreros <[email protected]>
* po/es.po, po/nb.po: Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (7119 of 7119 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/ Translated using Weblate (Spanish) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/es/ Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (7119 of 7119 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/
2024-08-03 Nick Hall <[email protected]>
* gramps/gen/utils/grampslocale.py,
gramps/gen/utils/win32locale.py, po/LINGUAS: Add Korean translation
2024-08-09 Nick Hall <[email protected]>
* gramps/gen/datehandler/_date_sl.py: Fix date modifiers for sl
2024-08-09 Alexander Son <[email protected]>
* po/ko.po: Translated using Weblate (Korean) Currently translated at 1.0% (76 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/
2024-08-09 Harald Herreros <[email protected]>
* po/nb.po: Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (7119 of 7119 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/
2024-08-09 Marcin Woroch <[email protected]>
* po/pl.po: Translated using Weblate (Polish) Currently translated at 99.4% (7075 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/pl/
2024-08-09 beernarrd <[email protected]>
* po/sl.po: Translated using Weblate (Slovenian) Currently translated at 95.1% (6769 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/sl/
2024-07-27 Enno Borgsteede <[email protected]>
* gramps/gen/plug/_pluginreg.py: Prevent debug plugins loading for
Gramps AIO The new AIO build, using cx_Freeze, leads to a release version that
loads debug plugins. This can be prevented by checking for 'frozen'
code.
2024-08-03 Ricky From Hong Kong <[email protected]>
* po/zh_HK.po, po/zh_TW.po: Translated using Weblate (Chinese
(Traditional)) Currently translated at 68.3% (4863 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/zh_Hant/ Translated using Weblate (Chinese (Traditional, Hong Kong)) Currently translated at 65.6% (4672 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/zh_Hant_HK/
2024-08-03 Alexander Son <[email protected]>
* po/ko.po: Translated using Weblate (Korean) Currently translated at 1.0% (75 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/
2024-08-03 Nick Hall <[email protected]>
* po/es.po: Translated using Weblate (Spanish) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/es/
2024-08-03 Hilario Coronado <[email protected]>
* po/es.po: Translated using Weblate (Spanish) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/es/
2024-08-03 Jesús Martínez <[email protected]>
* po/es.po: Translated using Weblate (Spanish) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/es/
2024-08-03 Harald Herreros <[email protected]>
* po/nb.po: Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (7119 of 7119 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/ Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (7119 of 7119 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/
2024-08-03 Milo Ivir <[email protected]>
* po/hr.po: Translated using Weblate (Croatian) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/hr/
2024-08-03 Avi Markovitz <[email protected]>
* po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/
2024-08-03 Harald Herreros <[email protected]>
* po/nb.po: Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (7119 of 7119 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/ Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (7119 of 7119 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/ Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (7119 of 7119 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/ Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (7119 of 7119 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/
2024-08-03 Matti Niemelä <[email protected]>
* po/fi.po: Translated using Weblate (Finnish) Currently translated at 99.9% (7114 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/fi/
2024-07-28 Harald Herreros <[email protected]>
* po/nb.po: Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (7119 of 7119 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/ Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (7119 of 7119 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/ Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (7119 of 7119 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/ Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (7119 of 7119 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/ Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (7119 of 7119 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/ Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (7119 of 7119 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/
2024-07-28 Alexander Son <[email protected]>
* po/ko.po: Translated using Weblate (Korean) Currently translated at 0.9% (69 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/ Translated using Weblate (Korean) Currently translated at 0.8% (64 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/
2024-07-12 Emyoulation or BAMaustin <[email protected]>
* gramps/gui/aboutdialog.py: Remove broken link to svn2cl package Fixes #13152.
2024-07-16 SNoiraud <[email protected]>
* gramps/plugins/webreport/media.py: Improve media performance in
the narrative web report Fixes #13370
2024-07-18 Himanshu Gohel <[email protected]>
* aio/build.sh: Reduce output in log files for easier parsing Use --no-verbose flag to reduce output logged by wget. This reduces
the line count of the log file by about 3,000 non-essential log
lines.
2024-07-15 Nick Hall <[email protected]>
* aio/build.sh: Downgrade cx_Freeze in Windows AIO to 6.15.9
2024-07-23 Alexander Son <[email protected]>
* po/ko.po: Translated using Weblate (Korean) Currently translated at 0.8% (60 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/ko/
2024-07-23 Ricky From Hong Kong <[email protected]>
* po/zh_HK.po, po/zh_TW.po: Translated using Weblate (Chinese
(Traditional)) Currently translated at 68.3% (4863 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/zh_Hant/ Translated using Weblate (Chinese (Traditional, Hong Kong)) Currently translated at 65.4% (4660 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/zh_Hant_HK/
2024-07-23 Avi Markovitz <[email protected]>
* po/he.po: Translated using Weblate (Hebrew) Currently translated at 99.9% (7115 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/he/
2024-07-23 Andi Chandler <[email protected]>
* po/en_GB.po: Translated using Weblate (English (United Kingdom)) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/en_GB/
2024-07-23 Nick Hall <[email protected]>
* po/ko.po: Added translation using Weblate (Korean)
2024-07-23 Harald Herreros <[email protected]>
* po/nb.po: Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (7119 of 7119 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/
2024-07-23 Christoph Eder <[email protected]>
* po/de_AT.po: Translated using Weblate (German (Austria)) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/de_AT/
2024-07-23 Emmanuel Vallois <[email protected]>
* po/fr.po: Translated using Weblate (French) Currently translated at 99.2% (7061 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/fr/
2024-07-17 Bora Atıcı <[email protected]>
* po/tr.po: Translated using Weblate (Turkish) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/tr/
2024-07-17 Niko Strijbol <[email protected]>
* po/nl.po: Translated using Weblate (Dutch) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nl/
2024-07-17 Mirko Leonhaeuser <[email protected]>
* po/de.po: Translated using Weblate (German) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/de/
2024-07-17 Milan <[email protected]>
* po/cs.po, po/sk.po: Translated using Weblate (Slovak) Currently translated at 99.9% (7115 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/sk/ Translated using Weblate (Czech) Currently translated at 99.8% (7103 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/cs/
2024-07-17 Pär Ekholm <[email protected]>
* po/sv.po: Translated using Weblate (Swedish) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/sv/
2024-07-17 Ricky From Hong Kong <[email protected]>
* po/zh_HK.po: Translated using Weblate (Chinese (Traditional, Hong
Kong)) Currently translated at 64.6% (4603 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/zh_Hant_HK/
2024-07-17 Stephan Paternotte <[email protected]>
* po/nl.po: Translated using Weblate (Dutch) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nl/
2024-07-17 Harald Herreros <[email protected]>
* po/nb.po: Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (7119 of 7119 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/ Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (7119 of 7119 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/ Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (7119 of 7119 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/
2024-07-17 Matti Niemelä <[email protected]>
* po/fi.po: Translated using Weblate (Finnish) Currently translated at 99.9% (7113 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/fi/
2024-07-17 gallegonovato <[email protected]>
* po/es.po: Translated using Weblate (Spanish) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL:
https://hosted.weblate.org/projects/gramps-project/gramps/es/
2024-07-13 Nick Hall <[email protected]>
* Bump to 5.2.4