Juan Saavedra
156cf8e736
Translated using Weblate (Spanish)
...
Currently translated at 93.5% (6468 of 6915 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/es/
2021-05-19 18:23:34 +01:00
Nick Hall
51f0586e31
Translated using Weblate (English (United Kingdom))
...
Currently translated at 2.3% (160 of 6915 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/en_GB/
2021-05-19 18:23:34 +01:00
Marcello Cuoghi
3535e3a3e2
Translated using Weblate (Italian)
...
Currently translated at 89.5% (6190 of 6915 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/it/
2021-05-19 18:23:34 +01:00
Nick Hall
4eb4c395c1
Translated using Weblate (English (United Kingdom))
...
Currently translated at 2.2% (157 of 6915 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/en_GB/
2021-05-19 18:23:34 +01:00
Pär Ekholm
07c902baf3
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (6915 of 6915 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/sv/
2021-05-16 23:07:25 +01:00
Pär Ekholm
d18837359b
Translated using Weblate (Swedish)
...
Currently translated at 99.5% (6882 of 6915 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/sv/
2021-05-16 23:07:25 +01:00
Jan Sparreboom
e8268cb37e
Update Dutch translation
2021-05-15 23:12:19 +01:00
Nick Hall
82d47db867
Add translation section and badge
2021-05-15 22:15:54 +01:00
Nick Hall
c80ec9f8b1
Merge po files with the new template
2021-05-15 18:54:10 +01:00
Nick Hall
78e8cb112e
Update gramps.pot
2021-05-15 18:51:28 +01:00
Nick Hall
4518c5c951
Merge translation changes from the gramps51 branch
...
This was done by converting the gramps51 files to the new
msgctxt format and then using msgcat --use-first *.po51 *.po52
2021-05-15 18:46:10 +01:00
Nick Hall
721d964741
Merge pull request #1137 from tiansworld/workl10n
2021-05-15 15:52:07 +01:00
Tian Shixiong
7d4ec1be73
Correct and Update Simplified Chinese translation
2021-05-15 15:44:39 +01:00
Tian Shixiong
36ce375a2a
Update Simplified Chinese translation
2021-05-15 15:44:39 +01:00
phlostically
3aba335991
Translated using Weblate (Esperanto)
...
Currently translated at 93.7% (6427 of 6859 strings)
Translation: Gramps/gramps
Translate-URL: https://hosted.weblate.org/projects/gramps/gramps/eo/
2021-05-14 21:03:52 +01:00
Leonhaeuser
9f6afcc7db
Corrected some German translation errors found during handbook revision
2021-05-14 21:23:35 +02:00
avma
e7d267c4aa
Update Hebrew translation
2021-05-14 19:08:50 +01:00
Nick Hall
0f66ffa07c
Fix month lexeme translations for da, fi, sl and sv
2021-05-14 17:50:01 +01:00
John Ralls
c66fc6423d
Add file logging for macOS.
...
When Gramps is launched from macOS's LaunchServices it doesn't have
a sys.stderr attached so the default stream logger goes to /dev/null.
Use a FileHandler in tht case, writing the log to $TMPDIR/gramps-pid.log.
This will help particularly in analyzing crashes where python shuts down
as there's no crash report in that case.
2021-05-11 15:58:00 -07:00
prculley
f91d3e94ab
Change to timeout, rather than idle_add, and dereference toolbars in order they were added
2021-05-11 15:58:00 -07:00
prculley
3c1c21163c
An experimental fix for bug12048
2021-05-11 15:58:00 -07:00
Serge Noiraud
720e4b9b4b
Narrative web: Toggle bug for source attribute ( #1203 )
2021-05-11 09:07:44 +02:00
John Ralls
09709ec0c6
Update PyICU to 2.7.2 in macOS build.
2021-05-06 14:24:17 -07:00
Paul Culley
a7e4d136b8
In familysidebarfilter, search on each part of name ( #1138 )
...
Instead of requiring that the entire search string matches a single
one of the Person's names, the function will require that each word
in the search string matches any of the Person's name fields.
Fixes #12023
2021-05-06 10:31:48 -05:00
Serge Noiraud
f4b88100b1
citations gramplet: add date, page, confidence ( #1180 )
...
* citations gramplet: add date, page, confidence
Fixes #09224
discourse: https://gramps.discourse.group/t/enhanced-citations-gramplet/983
This add date, page and confidence to the citation gramplet.
In addition, I modified all citation tabs for people, family, place, ...
I added the date, the publisher and confidence
For that, I also modify:
gramps/gui/editors/displaytabs/citationembedlist.py
gramps/gui/editors/displaytabs/citationrefmodel.py
* Better pylint score
* pylint sometimes makes mistakes
* Change columns order and size
* citations tab: sort correctly by date
* Adding one column change the handle place.
2021-05-06 10:23:26 -05:00
Serge Noiraud
e450ba0a82
Display the event date in the backlinks gramplet ( #1185 )
...
Fixes #012230
2021-05-06 10:22:06 -05:00
Paul Culley
0945f8908c
Fix db corrupted error message to make it apply to all db types ( #1189 )
...
Fixes #12242
2021-05-06 10:21:16 -05:00
Paul Culley
bb7f5fa522
Fix libplaceview to avoid exception when mapservice is no longer present ( #1193 )
...
Fixes #12263
2021-05-06 10:19:03 -05:00
Paul Culley
9957506f35
Fix References Gramplet for inadequate updates when other objects change ( #1192 )
...
Fixes #12248
2021-05-06 10:18:11 -05:00
Benedikt Werner
249a3180f0
Set new media as active ( #1191 )
2021-05-06 10:17:30 -05:00
Benedikt Werner
410cffe832
Allow entering place latlong without space ( #1190 )
...
* Allow entering place latlong without space
* Allow entering place latlong without space in editplaceref
2021-05-06 10:16:21 -05:00
Serge Noiraud
eb4ce9ff79
geofamily crashes if a family has no father ( #1188 )
2021-05-06 10:14:49 -05:00
Serge Noiraud
1d72f4b23d
Home Person setting does not convey in a Merge ( #1187 )
...
* Home Person setting does not convey in a Merge
Fixes #012235
* better pylint score
2021-05-06 10:14:26 -05:00
Paul Culley
5ad5f08a2b
Fix CSV export of view to only put single CR character. ( #1186 )
...
Fixes #12158
2021-05-06 10:13:02 -05:00
Paul Culley
9e43f060d1
Add Media filter rule 'HasMedia' to list of media rules for editor ( #1182 )
...
Fixes #12212
2021-05-06 10:11:16 -05:00
Leonhaeuser
bc1ed688c4
corrected German translation of "confidence"
2021-04-28 23:04:23 +02:00
Leonhaeuser
9d358d06f5
German corrected translation of 'attribute'
2021-04-26 18:02:29 +02:00
Leonhaeuser
16b1945a0e
Fixed translation error of "display name editor" into German
2021-04-25 12:12:50 +02:00
Leonhaeuser
5e9be68ad5
some translation fixes for German
2021-04-24 22:05:49 +02:00
pehlm
12ee1f2b8a
Changed immigration too, Swedish
2021-04-24 15:25:08 +02:00
pehlm
cd3ef08ffb
Changed immigration too, Swedish
2021-04-24 15:21:33 +02:00
pehlm
25add2a4e0
Correction of Swedish translation
2021-04-24 13:26:50 +02:00
pehlm
773e763093
Correction of Swedish translation
2021-04-24 13:17:11 +02:00
Helder Geovane Gomes de Lima
0badfb6b47
Update Portuguese translation (pt_BR) ( #1199 )
...
This pull request is an updated version of the patch I've provided at <https://gramps-project.org/bugs/view.php?id=10547 > in 2018, now based on branch 5.1
2021-04-22 15:38:01 +02:00
Leonhaeuser
5af80da5cd
Corrected translation of markup in German translation
2021-04-19 23:22:48 +02:00
Leonhaeuser
0045f134c6
Fixed translation of tags in German translation
2021-04-17 00:07:47 +02:00
Leonhaeuser
1035f8930f
German translation for type unified
2021-04-14 00:22:56 +02:00
romjerome
d4bceeb6ff
11656: typo, spelling correction
...
contribution by Philippe
2021-04-13 09:14:24 +02:00
romjerome
1b4ac9dc0b
typo on variable name
...
bug report 12039
contribution by zebulon
2021-04-13 09:06:15 +02:00
romjerome
c8fc88cfe7
Need to set locale.textdomain under linux ( #1198 )
...
_build_popup_ui() ignores translated strings without locale.textdomain set.
2021-04-13 08:53:04 +02:00