Update Changelog and NEWS files

This commit is contained in:
Nick Hall 2021-07-26 20:45:57 +01:00
parent 7cb8489ba2
commit 1fd319e13a
3 changed files with 502 additions and 353 deletions

568
ChangeLog
View File

@ -1,402 +1,458 @@
2020-08-11 prculley <paulr2787@gmail.com> 2021-07-26 Nick Hall <nick-h@gramps-project.org>
* po/ar.po, po/bg.po, po/br.po, po/ca.po, po/cs.po, po/da.po, * gramps/gen/const.py: Update copyright date
po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/fi.po, po/fr.po,
po/ga.po, po/he.po, po/hr.po, po/hu.po, po/is.po, po/it.po,
po/ja.po, po/lt.po, po/mk.po, po/nb.po, po/nl.po, po/nn.po,
po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po,
po/sl.po, po/sq.po, po/sr.po, po/sr_Latn.po, po/sv.po, po/ta.po,
po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_HK.po, po/zh_TW.po:
Remove duplicates in Translations
2020-08-10 prculley <paulr2787@gmail.com> 2021-07-23 SNoiraud <Serge.Noiraud@free.fr>
* po/ar.po, po/bg.po, po/br.po, po/ca.po, po/cs.po, po/da.po, * gramps/gen/utils/alive.py: Probably alive incorrect if death
po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/fi.po, without date
po/fr.po, po/ga.po, po/he.po, po/hr.po, po/hu.po, po/is.po,
po/it.po, po/ja.po, po/lt.po, po/mk.po, po/nb.po, po/nl.po,
po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
po/sk.po, po/sl.po, po/sq.po, po/sr.po, po/sr_Latn.po, po/sv.po,
po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_HK.po,
po/zh_TW.po: Clean up translations for Default/Home Person
2020-08-10 Leonhaeuser <mirko@leonhaeuser.de> 2021-07-10 SNoiraud <Serge.Noiraud@free.fr>
* po/de.po: Update German translation * gramps/gui/editors/editplace.py,
gramps/gui/editors/editplaceref.py: Place editor, copy and paste of
lat and long text no longer auto-populating latitude and longitude fields.
Fixes #12349
2020-08-10 Serge Noiraud <Serge.Noiraud@laposte.net> 2021-06-25 prculley <paulr2787@gmail.com>
* gramps/gui/views/treemodels/eventmodel.py: Events View: "Main * gramps/gui/viewmanager.py: Fix for crash when changing views if
Participants" column does not (#1075) show the full list of participants when expanded. Fixes #11805 part of toolbar is not shown because of a small screen when changing
views. Fixes #12048
2020-08-10 Paul Culley <paulr2787@gmail.com> 2021-06-25 prculley <paulr2787@gmail.com>
* po/pl.po: Fix Charts/Pedigreeview tooltip Polish translation * gramps/gui/views/pageview.py: Fix bottombar always showing after
(#1092) Fixes #11852 restart, even when not wanted. Fixes #12338
2020-08-10 Krystian Safjan <ksafjan@gmail.com> 2021-07-09 Tian Shixiong <tiansworld@fedoraproject.org>
* po/gramps.pot, po/pl.po: Fix and add objects to Polish translation * po/zh_CN.po: Update and fix Simplified Chinese translation
of Gramps (#1088)
2020-08-06 John Ralls <jralls@ceridwen.us> 2021-07-16 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* mac/gramps.modules: Use current Gtk release instead of Gtk-3.14. * po/de.po: fixed small German translation error for item also fixed
in Weblate GUI for master
2020-08-06 John Ralls <jralls@ceridwen.us> 2021-06-28 Tian Shixiong <tiansworld@fedoraproject.org>
* mac/gramps.modules: Upgrade pymodules for Python 3.8 * po/zh_CN.po: Update Simplified Chinese translation
compatibility.
2020-07-09 prculley <paulr2787@gmail.com> 2021-07-05 pehlm <par.ekholm@pekholm.org>
* gramps/plugins/export/exportxml.py: Fix XML export when 'Group-as" * po/sv.po: One update Swedish translation
name contains XML invalid chars Fixes #11834
2020-07-08 SNoiraud <serge.noiraud@laposte.net> 2021-07-03 John Ralls <jralls@ceridwen.us>
* gramps/plugins/webreport/basepage.py: NarWeb: Province place-type * gramps/plugins/db/dbapi/dbapi.py: Better to use
is not displayed locale.get_collation than locale.collation.
2020-07-07 prculley <paulr2787@gmail.com> 2021-07-03 John Ralls <jralls@ceridwen.us>
* gramps/gui/managedwindow.py: Fix ManagedWindow so that new windows * gramps/plugins/db/dbapi/dbapi.py: Wrap call to
don't appear offscreen when system 'screen' sizes change in part dbapi.check_collection to prevent a forced API change.
time multi-monitor setups. Fixes #11831
2020-07-03 prculley <paulr2787@gmail.com> 2021-07-01 John Ralls <jralls@ceridwen.us>
* gramps/gui/viewmanager.py: Fix menus when db fails to open due to * mac/gramps.modules: Fix URL for berkeleydb patch.
upgrade/downgrade etc. Fixes #11604
2020-07-03 prculley <paulr2787@gmail.com> 2021-07-01 John Ralls <jralls@ceridwen.us>
* gramps/gui/plug/_windows.py: Fix issue with attach source tool, * gramps/plugins/db/dbapi/dbapi.py,
results panel Fixes #11780 gramps/plugins/db/dbapi/sqlite.py: Always use filtered collation
names. Store the Sqlite3 collations in the __collations array to
short-circuit re-creation. Fixes #12343
2020-07-03 prculley <paulr2787@gmail.com> 2021-06-25 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* gramps/plugins/export/exportgedcom.py: Fix GEDCOM export; don't * po/de.po: Fixed different German translations for "What's next"
include ADDR when address is missing Fixes #11825 also fixed in master (Weblate)
2020-07-02 SNoiraud <serge.noiraud@laposte.net> 2021-06-23 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* gramps/gui/editors/editplace.py, * gramps/plugins/rel/rel_de.py: German relation calculator fixed
gramps/gui/editors/editplaceref.py: Coordinates containing a comma issue if more then 24 generations between the two person
instead of a period Fixes #11823
2020-07-23 Leonhaeuser <mirko@leonhaeuser.de> 2021-06-22 Matti Niemelä <matti.u.niemela@gmail.com>
* po/de.po: German translation fixed typo * po/fi.po: Fix translation in Finnish
2020-07-17 niememat <niememat@gmail.com> 2021-06-17 Tian Shixiong <tiansworld@fedoraproject.org>
* po/fi.po: Update finnish translation * po/zh_CN.po: Correct and improve Simplified Chinese translation.
Correct some terribly wrong and low quality translation, even machine
translation. Improve some existing translation for better user experience
as a software, use more written language.
2020-06-07 Tian Shixiong <tiansworld@fedoraproject.org> 2021-05-31 Tian Shixiong <tiansworld@fedoraproject.org>
* po/zh_CN.po: Update Simplified Chinese translation for gramps51 * po/zh_CN.po: Improve and correct Simplified Chinese translation
branch
2020-07-08 Serge Noiraud <Serge.Noiraud@laposte.net> 2021-05-27 Tian Shixiong <tiansworld@fedoraproject.org>
* gramps/plugins/webreport/basepage.py, * po/zh_CN.po: Improve and correct the Simplified Chinese
gramps/plugins/webreport/person.py, translation
gramps/plugins/webreport/surname.py: NarrativeWeb should show
patronymic in individuals (#1048) In the individuals and in surnames pages, we should show the
complete name like defined in the display tab from the narrative web
configuration. Fixes #04404
2020-07-08 Serge Noiraud <Serge.Noiraud@laposte.net> 2021-05-21 Tian Shixiong <tiansworld@fedoraproject.org>
* gramps/plugins/webreport/person.py, * po/zh_CN.po: Update and improve Simplified Chinese translation
gramps/plugins/webreport/place.py: Narrated Website Google Maps
Output JS Warning (#1038) SensorNotRequired: The sensor parameter is no longer required for
the Maps JavaScript API. It won't prevent the Maps JavaScript API
from working correctly, but we recommend that you remove the sensor
parameter from the script element. Fixes #011654
2020-01-11 giansalvo <pioggia3+github@gmail.com> 2021-05-17 Tian Shixiong <tiansworld@fedoraproject.org>
* gramps/gen/filters/rules/person/_isdefaultperson.py, * po/zh_CN.po: Update Simplified Chinese translation
gramps/gen/filters/rules/person/_islessthannthgenerationancestorofd
efaultperson.py, gramps/gui/views/navigationview.py,
gramps/plugins/lib/libpersonview.py,
gramps/plugins/view/fanchartview.py,
gramps/plugins/view/geoclose.py,
gramps/plugins/view/geofamclose.py,
gramps/plugins/view/geomoves.py, gramps/plugins/view/geoperson.py,
gramps/plugins/view/pedigreeview.py,
gramps/plugins/view/relview.py, po/ar.po, po/bg.po, po/br.po,
po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/en_GB.po,
po/eo.po, po/es.po, po/fi.po, po/fr.po, po/ga.po, po/gramps.pot,
po/he.po, po/hr.po, po/hu.po, po/is.po, po/it.po, po/ja.po,
po/lt.po, po/mk.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po,
po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po,
po/sq.po, po/sr.po, po/sr_Latn.po, po/sv.po, po/ta.po, po/tr.po,
po/uk.po, po/vi.po, po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: Fix bug
0011078: 'Default person' instead of 'Home person' - modified button hints - modified filter rules names and descriptions - modified .pot and .po files - substituted 'home person' with 'Home Person'
2020-07-07 Leonhaeuser <mirko@leonhaeuser.de> 2020-09-26 Jan Sparreboom <jan@sparreboom.net>
* po/de.po: Germen fixed translation error of Media: * gramps/gen/datehandler/_date_nl.py, gramps/plugins/rel/rel_nl.py,
po/nl.po: Update Dutch translation
2020-07-04 Leonhaeuser <mirko@leonhaeuser.de> 2021-05-07 Tian Shixiong <tiansworld@fedoraproject.org>
* po/de.po: Fix typo * po/zh_CN.po: Correct and Update Simplified Chinese translation
2020-07-01 Leonhaeuser <mirko@leonhaeuser.de> 2020-10-13 Tian Shixiong <tiansworld@fedoraproject.org>
* po/de.po: update German translation * po/zh_CN.po: Update Simplified Chinese translation
2020-02-16 Nick Hall <nick-h@gramps-project.org> 2021-05-14 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* gramps/gui/editors/editeventref.py: Use event attribute types in * po/de.po: Corrected some German translation errors found during
the event reference editor In the event reference editor, custom event attribute types should handbook revision
be used rather than the default person attribute types. Fixes #11576.
2020-04-23 SNoiraud <serge.noiraud@laposte.net> 2021-05-04 John Ralls <jralls@ceridwen.us>
* gramps/gui/configure.py, po/ar.po, po/bg.po, po/br.po, po/ca.po, * gramps/grampsapp.py: Add file logging for macOS. When Gramps is launched
po/cs.po, po/da.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, from macOS's LaunchServices it doesn't have a sys.stderr attached so the
po/es.po, po/fi.po, po/fr.po, po/ga.po, po/he.po, po/hr.po, default stream logger goes to /dev/null. Use a FileHandler in tht case,
po/hu.po, po/is.po, po/it.po, po/ja.po, po/lt.po, po/mk.po, writing the log to $TMPDIR/gramps-pid.log. This will help particularly in
po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, analyzing crashes where python shuts down as there's no crash report in
po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sq.po, po/sr.po, that case.
po/sr_Latn.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: Fix typo in gui/configure.py
and translation files Fixes #11665
2020-05-07 prculley <paulr2787@gmail.com> 2021-05-06 John Ralls <jralls@ceridwen.us>
* gramps/plugins/tool/verify.py: Fix Verify tool bug caused by bad * mac/gramps.modules: Update PyICU to 2.7.2 in macOS build.
change in GObject introspection Fixes: #11708
2020-06-22 pehlm <par.ekholm@pekholm.org> 2021-05-06 Paul Culley <paulr2787@gmail.com>
* po/sv.po: A little adjustment to Swedish translation * gramps/plugins/lib/libplaceview.py: Fix libplaceview to avoid
exception when mapservice is no longer present (#1193) Fixes #12263
2020-06-21 pehlm <par.ekholm@pekholm.org> 2021-05-06 Paul Culley <paulr2787@gmail.com>
* po/sv.po: Updates to Swedish translation * gramps/plugins/gramplet/backlinks.py: Fix References Gramplet for
inadequate updates when other objects change (#1192) Fixes #12248
2020-06-20 Nick Hall <nick-h@gramps-project.org> 2021-05-06 Serge Noiraud <Serge.Noiraud@free.fr>
* gramps/gen/utils/grampslocale.py: Remove Japanese from the * gramps/plugins/view/geofamily.py: geofamily crashes if a family
incomplete translations Japanese now has a coverage of 83.2% which is above the 70% has no father (#1188)
threshold.
2020-06-20 Megumi Sakata <megumi.sakata.k@gmail.com> 2021-05-06 Serge Noiraud <Serge.Noiraud@free.fr>
* po/ja.po: Update Japanese translation * gramps/gen/merge/mergepersonquery.py: Home Person setting does not
convey in a merge. Fixes #12235
2020-06-07 Serge Noiraud <Serge.Noiraud@laposte.net> 2021-05-06 Paul Culley <paulr2787@gmail.com>
* gramps/plugins/webreport/person.py, * gramps/gen/utils/docgen/csvtab.py: Fix CSV export of view to only
gramps/plugins/webreport/place.py: Navweb: incorrect link type for put single CR character. (#1186) Fixes #12158
osm css files (#1071) Fixes #011787
2020-06-07 prculley <paulr2787@gmail.com> 2021-05-06 Paul Culley <paulr2787@gmail.com>
* data/tests/imp_sample.gramps: Fix import test for change cause by * gramps/gen/filters/rules/media/__init__.py: Add Media filter rule
commit a2c66417 which was Fix GEDCOM import for bad source title 'HasMedia' to list of media rules for editor (#1182) Fixes #12212
when sources precede references.
2020-06-07 prculley <paulr2787@gmail.com> 2021-04-28 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* : commit e614a79cef213f57552ceb566eb2d294c9435231 Author: vantu5z * po/de.po: corrected German translation of "confidence"
<vantu5z@mail.ru> Date: Tue Apr 28 15:23:25 2020 +0300
2020-03-16 prculley <paulr2787@gmail.com> 2021-04-26 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* gramps/gen/plug/menu/_enumeratedlist.py: Fix some reports for CLI * po/de.po: German corrected translation of 'attribute'
where warning message about Value not found Fixes #11621
2020-03-16 prculley <paulr2787@gmail.com> 2021-04-25 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* gramps/cli/plug/__init__.py: Fix Genealogy Tree reports for crash * po/de.po: Fixed translation error of "display name editor" into
in CLI Fixes #11621 German
2020-04-10 prculley <paulr2787@gmail.com> 2021-04-24 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* gramps/gui/views/treemodels/treebasemodel.py: Add uistate to tree * po/de.po: some translation fixes for German
views filter initialization Fixes #11657
2020-04-04 prculley <paulr2787@gmail.com> 2021-04-24 pehlm <par.ekholm@pekholm.org>
* gramps/plugins/lib/libgedcom.py: Fix GEDCOM import for bad source * po/sv.po: Changed immigration too, Swedish
title when sources precede references. Fixes #11610
2020-03-31 prculley <paulr2787@gmail.com> 2021-04-24 pehlm <par.ekholm@pekholm.org>
* gramps/plugins/tool/removeunused.py: Fix RemoveUnused tool for * po/sv.po: Correction of Swedish translation
crash caused by Gtk introspection bug Fixes #11634
2020-03-30 prculley <paulr2787@gmail.com> 2021-04-22 Helder Geovane Gomes de Lima <he7d3r@gmail.com>
* gramps/gen/plug/_manager.py, gramps/gen/plug/_pluginreg.py, * po/pt_BR.po: Update Portuguese translation (pt_BR) (#1199)
gramps/gui/pluginmanager.py, This pull request is an updated version of the patch I've provided
gramps/plugins/lib/maps/messagelayer.py: Fix some Python syntax at <https://gramps-project.org/bugs/view.php?id=10547> in 2018, now
errors that appear in v3.8.x Fixes #11641 based on branch 5.1
2020-03-26 SNoiraud <serge.noiraud@laposte.net> 2021-04-19 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* gramps/gui/editors/displaytabs/eventrefmodel.py, * po/de.po: Corrected translation of markup in German translation
gramps/plugins/gramplet/events.py: Age: test if the death is the
same day as birth
2020-03-25 SNoiraud <serge.noiraud@laposte.net> 2021-04-17 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* gramps/gui/editors/displaytabs/eventrefmodel.py, * po/de.po: Fixed translation of tags in German translation
gramps/plugins/gramplet/events.py: Suppress age = 0 days in events
list If the reference event date is equal to the event date, don't show
the age except if the date is estimated, calculated, ... Fixes #0007745
2020-03-23 prculley <paulr2787@gmail.com> 2021-04-14 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* gramps/gui/viewmanager.py: Fix Dashboard Gramplets to update * po/de.po: German translation for type unified
during db close when not shown Fixes #11632
2020-03-14 prculley <paulr2787@gmail.com> 2021-04-13 romjerome <romjerome@yahoo.fr>
* gramps/grampsapp.py: Fix Windows GUI mode startup for crash with * po/fr.po: 11656: typo, spelling correction contribution by Philippe
some languages Fixes: #11612. #11490, #11518, #9179, #9201, #9266
2020-03-07 prculley <paulr2787@gmail.com> 2021-04-13 romjerome <romjerome@yahoo.fr>
* gramps/gen/db/generic.py, gramps/plugins/db/dbapi/dbapi.py: Fix * gramps/gen/utils/grampslocale.py: Need to set locale.textdomain
dbapi to support "Abandon Changes & Quit" feature Fixes #11599 under linux (#1198) _build_popup_ui() ignores translated strings without
locale.textdomain set.
2020-02-08 prculley <paulr2787@gmail.com> 2021-04-13 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* gramps/gen/lib/grampstype.py: Fix GrampsType for comparison bug * po/de.po: Fixed German translation of number for places
with empty string as one value Fixes #11563
2020-05-07 prculley <paulr2787@gmail.com> 2021-04-11 John Ralls <jralls@ceridwen.us>
* gramps/plugins/tool/verify.py: Fix Verify tool bug caused by bad * mac/gramps.bundle, mac/gramps.modules,
change in GObject introspection Fixes: #11708 mac/patches/berkeleydb-4.8-atomic.patch: Update dependencies.
Includes moving berkeleydb and pybsddb over from gtk-osx.
2020-04-24 niememat <niememat@gmail.com> 2021-03-21 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/fi.po: Fix translation in Finnish * po/de.po: Some small fixes in German translation
2020-04-18 Joan Creus <joan.creusandreu@gmail.com> 2021-03-11 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/ca.po: Updating Catalan translation * po/de.po: Update German translation for csv import/export
2020-04-18 Joan Creus <joan.creusandreu@gmail.com> 2021-03-01 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/ca.po: Updating Catalan translation * po/de.po: small fix in German translation
2020-01-20 prculley <paulr2787@gmail.com> 2021-02-19 Matthias Kemmer <49940207+Mattkmmr@users.noreply.github.com>
* gramps/gen/datehandler/__init__.py: Fix Date Display so that it * gramps/gen/filters/rules/person/_matcheseventfilter.py: Change
uses LC_TIME if defined Fixes #11230 category of 'MatchesEventFilter' (#1130)
2020-01-12 prculley <paulr2787@gmail.com> 2021-02-19 Paul Culley <paulr2787@gmail.com>
* gramps/gen/lib/styledtext.py, * gramps/gui/viewmanager.py, gramps/gui/views/pageview.py: Fix issue
gramps/gen/lib/test/styledtext_test.py: Fix StyledText so serialize where separator between top and bottom bar of View creeps up.
will match for style list order changes Fixes #11529 (#1122) Fixes #11973
2020-01-08 prculley <paulr2787@gmail.com> 2021-02-19 Paul Culley <paulr2787@gmail.com>
* gramps/gui/managedwindow.py: Try to fix exceptions on * gramps/plugins/gramplet/locations.py: Fix Locations Gramplet
ManagedWindow close Issues #10252, #10642, #10821, #11163, #11440, #11476, #11482, (Enclosed by) to properly display certain nested places. (#1127)
#11508 when the smallest place has undated enclosure and larger places are dated.
Issue #11691
2020-04-08 John Ralls <jralls@ceridwen.us> 2021-02-19 Paul Culley <paulr2787@gmail.com>
* : Merge John Ralls's 'bug11639' into maintenance/gramps51 * gramps/gui/dbman.py: Fix Family Tree Manager drop error on Windows
(#1132) Fixes #10734
2020-04-04 Serge Noiraud <Serge.Noiraud@laposte.net> 2021-02-19 Paul Culley <paulr2787@gmail.com>
* gramps/plugins/tool/verify.py: Same date of birth and death gives * gramps/plugins/export/exportvcalendar.py: Fix exportvcalendar
an error. (#1011) Fixes #011553 error is "is not" with a literal (Python 3.8 issue) (#1135) Fixes #12000
2020-04-04 Serge Noiraud <Serge.Noiraud@laposte.net> 2021-02-19 Serge Noiraud <Serge.Noiraud@free.fr>
* gramps/plugins/lib/maps/osmgps.py: Geography: add a popup for a * gramps/gui/clipboard.py: Handle not found when copying source from
bad tiles path (#1025) the citation tree (#1175) Fixes #12170
2020-04-04 Serge Noiraud <Serge.Noiraud@laposte.net> 2021-02-19 Paul Culley <paulr2787@gmail.com>
* gramps/plugins/webreport/narrativeweb.py: Narweb: image size limit * gramps/gui/dbloader.py: DbLoader: Fix call to 'file' function,
doesn't match tooltip (#1004) Fixes #011536 which doesn't exist in Python3 (#1173)
2020-04-01 John Ralls <jralls@ceridwen.us> 2021-02-19 Paul Culley <paulr2787@gmail.com>
* gramps/plugins/db/dbapi/sqlite.py: Protect SQLite3 locale from * gramps/gen/db/utils.py: Fix write_lock_file exception when
old-style Unicode locale characters. PySQLite3 requires that collation names have only ascii USERNAME is missing (#1171) Fixes #12150
alphanumerics and _. ICU locales use old-style Unicode specifiers
and passing them to create_locale will raise an exception. Translate
those characters into underscores. Fixes #11639
2020-03-26 vantu5z <vantu5z@mail.ru> 2021-02-19 Paul Culley <paulr2787@gmail.com>
* po/ru.po: update Russian translation * gramps/gui/glade/editplace.glade: Fix EditPlace so Tab key doesn't
get stuck on Private icon (#1168) Fixes #12139
2020-03-25 Translator5 <Translator5@users.noreply.github.com> 2021-02-19 Paul Culley <paulr2787@gmail.com>
* po/ru.po: [Language: Russian] Maintenance/gramps51 (#1027) * some Russian translations updates Новый перевод для неких случаев, но * gramps/plugins/textreport/tagreport.py: Fix Tag report for places
улучшающие понимание и выглядит that have a hierarchy. (#1162) Fixes #12124
более уместно. Также применены
русские переводы слов, которые
использовали до того англицизмы
2020-03-03 Joan Creus <joan.creusandreu@gmail.com> 2021-02-19 Paul Culley <paulr2787@gmail.com>
* po/ca.po: Updating Catalan translation * gramps/gui/viewmanager.py: Fix exception when cancelling out of a
db upgrade in GUI (#1154) Fixes #12063
2020-02-29 Joan Creus <joan.creusandreu@gmail.com> 2021-02-12 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/ca.po: Updating Catalan translation * po/de.po: additional small German translation fixes
2020-02-25 Bernard Banko <beernarrd@gmail.com> 2021-02-11 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/sl.po: V&O changed to PZV to avoid ampersand * po/de.po: Small fixes German translation
2020-02-07 pehlm <par.ekholm@pekholm.org> 2021-02-06 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/sv.po: Minor update to Swedish translation * po/de.po: fix wrong translation of source text in German
translation
2020-01-07 prculley <paulr2787@gmail.com> 2021-02-06 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* data/tests/exp_sample_ged.ged, * po/de.po: fixed small error in German translation
gramps/plugins/export/exportgedcom.py: Fix GEDCOM export of
estimated/calculated dates with modifers Fixes #11513
2020-01-11 Ross Gammon <rossgammon@mail.dk> 2021-01-26 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* debian/changelog: New debian release - update changelog * po/de.po: small fixes German translation
2020-01-31 vantu5z <vantu5z@mail.ru> 2020-11-06 Chris Mayo <aklhfex@gmail.com>
* po/ru.po: update Russian translation * setup.py: Install 128x128 and 256x256 application icons created with
ImageMagick using e.g.:
convert -background none ../../../gramps.svg -geometry 256x256 gramps.png
2020-01-26 Bernard Banko <beernarrd@gmail.com> 2020-11-06 Chris Mayo <aklhfex@gmail.com>
* po/sl.po: Slovenian translation update * data/{gnome-mime-application-x-gedcom.svg =>
application-x-gedcom.svg},
data/{gnome-mime-application-x-geneweb.svg =>
application-x-geneweb.svg},
data/{gnome-mime-application-x-gramps-package.svg =>
application-x-gramps-package.svg},
data/{gnome-mime-application-x-gramps-xml.svg =>
application-x-gramps-xml.svg},
data/{gnome-mime-application-x-gramps.svg =>
application-x-gramps.svg},
setup.py: Install MIME type icons into the hicolor theme.
The gnome theme is defunct. Remove gnome-mime- prefix from icon filenames.
2020-01-23 prculley <paulr2787@gmail.com> 2020-08-20 Nick Hall <nick-h@gramps-project.org>
* po/ru.po: Fix typo in Russian translation * images/hicolor/scalable/{actions => apps}/gramps.svg, setup.py:
Install application icons into correct directories
2020-01-21 système <romjerome@users.noreply.github.com> 2020-10-15 vantu5z <vantu5z@mail.ru>
* po/fr.po: typos in french translation #11534 #10534 * po/ru.po: Update Russian translation
2020-01-21 Fedik <getthesite@gmail.com> 2020-09-25 Zdeněk Hataš <zdenek.hatas@gmail.com>
* po/uk.po: Ukrainian translation update * po/cs.po: Update Czech translation - typo fixes
2020-01-11 John Ralls <jralls@ceridwen.us> 2020-09-06 Tian Shixiong <tiansworld@fedoraproject.org>
* mac/Info.plist, mac/gramps.modules: Mac release of 5.1.2. * po/zh_CN.po: Update Simplified Chinese translation
2020-01-10 prculley <paulr2787@gmail.com> 2020-08-16 Jan Sparreboom <jan@sparreboom.net>
* gramps/gen/const.py, gramps/gui/grampsgui.py, gramps/version.py: * po/nl.po: Update Dutch translation
Bump to v5.1.3
2020-04-21 Lajos Nemeséri <nemeseril@gmail.com>
* po/hu.po: Revised and updated hu translation
2020-09-13 Juan Saavedra <jcsaaver@gmail.com>
* po/es.po: Update Spanish translation
2020-09-15 bokfink <62996239+bokfink@users.noreply.github.com>
* gramps/plugins/textreport/birthdayreport.py: Fix error in Birthday
and Anniversary report (#1113) Fixes an error triggered when the first
person_handle in the list has a death event, but no birth event
(get_birth_ref() == None) and does not have family relationships
(spouse_handle == None). These conditions lead to the local variable
short_name not being declared before it comes time to process death events.
Fixes #11766
2020-09-14 Paul Culley <paulr2787@gmail.com>
* gramps/gen/plug/docgen/graphdoc.py: Fix graphdoc to properly
escape characters in ids for Graphviz (#1111) Fixes #11741
2020-09-14 John Ralls <jralls@ceridwen.us>
* gramps/gen/db/dummydb.py, gramps/gen/db/txn.py,
gramps/gen/db/utils.py, gramps/gen/dbstate.py,
gramps/gen/filters/rules/test/person_rules_test.py,
gramps/gen/utils/callback.py, gramps/plugins/db/bsddb/bsddbtxn.py:
Replace inspect.stack() with inspect.currentframe() (#1104)
* Replace inspect.stack() with inspect.currentframe() Fixes #11874
Works around https://bugs.python.org/issue12920 which causes every
call to inspect.trace() to fail because __main__ is always the
starting point. * Fix a few Codecov complaints from files touched by
previous commit. Ignoring the "duplicate code" issue caused by the empty
comment line at the beginning of every file.
2020-09-14 RossGammon <rossgammon@mail.dk>
* debian/changelog, debian/copyright: Update Debian directory after
producing the deb file for the 5.1.3 (#1100) Release.
2020-09-14 Paul Culley <paulr2787@gmail.com>
* gramps/gui/selectors/baseselector.py: Fix crash sorting on columns
in Selectors with TreeModels (#1099) Fixes #11750
2020-09-14 Paul Culley <paulr2787@gmail.com>
* gramps/gui/dbloader.py, gramps/gui/displaystate.py,
gramps/gui/uimanager.py, gramps/gui/utils.py,
gramps/gui/viewmanager.py: Fix progress bar freeze due to changes in
Gtk (#1103) Fixes #11642
2020-09-14 Paul Culley <paulr2787@gmail.com>
* gramps/plugins/docgen/svgdrawdoc.py: Fix svgdrawdoc for text
containing XML invalid characters (#1110) Fixes #11929
2020-08-30 John Ralls <jralls@ceridwen.us>
* mac/gramps.bundle: Further changes for bundling with Python 3.8.
2020-08-30 John Ralls <jralls@ceridwen.us>
* mac/gramps.bundle: Add libgeocode-glib to bundle so that it
actually works.
2020-08-26 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/de.po: German translation two small corrections
2020-08-25 John Ralls <jralls@ceridwen.us>
* mac/gramps_launcher.py: [mac] Set __file__ if gramps_launcher.py
is run as __main__. Fixes #11874.
2020-08-21 Zdeněk Hataš <zdenek.hatas@gmail.com>
* po/cs.po: Update Czech translation
2020-08-20 John Ralls <jralls@ceridwen.us>
* mac/Info.plist, mac/gramps.modules: Bundle release of Gramps
5.1.3.
2020-08-20 John Ralls <jralls@ceridwen.us>
* mac/gramps.modules: Add geocode-glib to build.
2020-08-12 pehlm <par.ekholm@pekholm.org>
* po/sv.po: Update Swedish translation
2020-08-12 prculley <paulr2787@gmail.com>
* Bump to 5.1.4

68
NEWS
View File

@ -1,3 +1,69 @@
2021-07-26
Version 5.1.4
* Update translations: cs, de, es, fi, fr, hu, nl, pt_BR, ru, sv, zh_CN.
* Update copyright date.
* Fix probably alive if death without date.
* Place editor, copy and paste of lat and long text no longer
auto-populating latitude and longitude fields.
* Fix for crash when changing views if part of toolbar is not shown because
of a small screen when changing views.
* Fix bottombar always showing after restart, even when not wanted.
* Always use filtered collation names. Store the Sqlite3 collations in the
__collations array to short-circuit re-creation.
* Fix issue with German relation calculator fixed issue when more than 24
generations between the two people.
* 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.
* Fix libplaceview to avoid exception when mapservice is no longer present.
* Fix References Gramplet for inadequate updates when other objects change.
* Fix geofamily crash if a family has no father.
* Home Person setting does not convey in a merge.
* Fix CSV export of view to only put single CR character.
* Add Media filter rule 'HasMedia' to list of media rules for editor.
* Need to set locale.textdomain under linux. _build_popup_ui() ignores
translated strings without locale.textdomain set.
* Change category of 'MatchesEventFilter'.
* Fix issue where separator between top and bottom bar of View creeps up.
* Fix Locations Gramplet (Enclosed by) to properly display certain nested
places when the smallest place has undated enclosure and larger places are
dated.
* Fix Family Tree Manager drop error on Windows.
* Fix exportvcalendar error is "is not" with a literal (Python 3.8 issue)
* Handle not found when copying source from the citation tree.
* Fix call to 'file' function, which doesn't exist in Python3.
* Fix write_lock_file exception when USERNAME is missing.
* Fix EditPlace so Tab key doesn't get stuck on Private icon.
* Fix Tag report for places that have a hierarchy.
* Fix exception when cancelling out of a db upgrade in GUI.
* Icon file changes:
* Install 128x128 and 256x256 application icons.
* Install MIME type icons into the hicolor theme.
* Remove gnome-mime- prefix from icon filenames.
* Install application icons into correct directories.
* Fix error in Birthday and Anniversary report. Fixes an error triggered
when the first person_handle in the list has a death event, but no birth
event and does not have family relationships. These conditions lead to
the local variable short_name not being declared before it comes time to
process death events.
* Fix graphdoc to properly escape characters in ids for Graphviz.
* Replace inspect.stack() with inspect.currentframe().
Works around https://bugs.python.org/issue12920 which causes every
call to inspect.trace() to fail because __main__ is always the
starting point.
* Fix crash sorting on columns in Selectors with TreeModels.
* Fix progress bar freeze due to changes in Gtk.
* Fix svgdrawdoc for text containing XML invalid characters.
* Mac:
* Update PyICU to 2.7.2 in macOS build.
* Update dependencies. Includes moving berkeleydb and pybsddb over from
gtk-osx.
* Further changes for bundling with Python 3.8.
* Set __file__ if gramps_launcher.py is run as __main__.
* Add geocode-glib to build.
2020-08-11 2020-08-11
Version 5.1.3 Version 5.1.3
* Update ca, de, fi, fr, ja, pl, ru, sl, sv, uk, zh_CN translation * Update ca, de, fi, fr, ja, pl, ru, sl, sv, uk, zh_CN translation
@ -94,7 +160,7 @@ Version 5.1.2
* [Tree doc Tex] fix typo on custom size * [Tree doc Tex] fix typo on custom size
* Fix duplicated "døde døde" Norwegion Translation for libnarrate * Fix duplicated "døde døde" Norwegion Translation for libnarrate
* Fix up Event Editors Place display for bidi text with Gramps ID * Fix up Event Editors Place display for bidi text with Gramps ID
* Fix issues with RTL languages and LAT/LONG * Fix issues with RTL languages and LAT/LONG
* Fix display of GPS coordinates in Places view for RTL languages * Fix display of GPS coordinates in Places view for RTL languages
* Fix place editor lat/long entry for RTL languages * Fix place editor lat/long entry for RTL languages
* Fix GEDCOM export to avoid translated GrampsType strings * Fix GEDCOM export to avoid translated GrampsType strings

View File

@ -1,160 +1,187 @@
2020-08-11 prculley <paulr2787@gmail.com> 2021-07-09 Tian Shixiong <tiansworld@fedoraproject.org>
* po/ar.po, po/bg.po, po/br.po, po/ca.po, po/cs.po, po/da.po, * po/zh_CN.po: Update and fix Simplified Chinese translation
po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/fi.po, po/fr.po,
po/ga.po, po/he.po, po/hr.po, po/hu.po, po/is.po, po/it.po,
po/ja.po, po/lt.po, po/mk.po, po/nb.po, po/nl.po, po/nn.po,
po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po,
po/sl.po, po/sq.po, po/sr.po, po/sr_Latn.po, po/sv.po, po/ta.po,
po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_HK.po, po/zh_TW.po:
Remove duplicates in Translations
2020-08-10 prculley <paulr2787@gmail.com> 2021-07-16 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/ar.po, po/bg.po, po/br.po, po/ca.po, po/cs.po, po/da.po, * po/de.po: fixed small German translation error for item also fixed
po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/fi.po, in Weblate GUI for master
po/fr.po, po/ga.po, po/he.po, po/hr.po, po/hu.po, po/is.po,
po/it.po, po/ja.po, po/lt.po, po/mk.po, po/nb.po, po/nl.po,
po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
po/sk.po, po/sl.po, po/sq.po, po/sr.po, po/sr_Latn.po, po/sv.po,
po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_HK.po,
po/zh_TW.po: Clean up translations for Default/Home Person
2020-08-10 Leonhaeuser <mirko@leonhaeuser.de> 2021-06-28 Tian Shixiong <tiansworld@fedoraproject.org>
* po/de.po: Update German translation * po/zh_CN.po: Update Simplified Chinese translation
2020-08-10 Paul Culley <paulr2787@gmail.com> 2021-07-05 pehlm <par.ekholm@pekholm.org>
* po/pl.po: Fix Charts/Pedigreeview tooltip Polish translation * po/sv.po: One update Swedish translation
(#1092) Fixes #11852
2020-08-10 Krystian Safjan <ksafjan@gmail.com> 2021-06-25 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/pl.po: Fix and add objects to Polish translation of Gramps * po/de.po: Fixed different German translations for "What's next"
(#1088) also fixed in master (Weblate)
2020-07-23 Leonhaeuser <mirko@leonhaeuser.de> 2021-06-22 Matti Niemelä <matti.u.niemela@gmail.com>
* po/de.po: German translation fixed typo * po/fi.po: Fix translation in Finnish
2020-07-17 niememat <niememat@gmail.com> 2021-06-17 Tian Shixiong <tiansworld@fedoraproject.org>
* po/fi.po: Update finnish translation * po/zh_CN.po: Correct and improve Simplified Chinese translation.
Correct some terribly wrong and low quality translation, even machine
translation. Improve some existing translation for better user experience
as a software, use more written language.
2020-06-07 Tian Shixiong <tiansworld@fedoraproject.org> 2021-05-31 Tian Shixiong <tiansworld@fedoraproject.org>
* po/zh_CN.po: Update Simplified Chinese translation for gramps51 * po/zh_CN.po: Improve and correct Simplified Chinese translation
branch
2020-01-11 giansalvo <pioggia3+github@gmail.com> 2021-05-27 Tian Shixiong <tiansworld@fedoraproject.org>
* po/ar.po, po/bg.po, po/br.po, po/ca.po, po/cs.po, po/da.po, * po/zh_CN.po: Improve and correct the Simplified Chinese
po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/fi.po, translation
po/fr.po, po/ga.po, po/he.po, po/hr.po, po/hu.po, po/is.po,
po/it.po, po/ja.po, po/lt.po, po/mk.po, po/nb.po, po/nl.po,
po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
po/sk.po, po/sl.po, po/sq.po, po/sr.po, po/sr_Latn.po, po/sv.po,
po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_HK.po,
po/zh_TW.po: Fix bug 0011078: 'Default person' instead of 'Home
person' - modified button hints - modified filter rules names and descriptions - modified .pot and .po files - substituted 'home person' with 'Home Person'
2020-07-07 Leonhaeuser <mirko@leonhaeuser.de> 2021-05-21 Tian Shixiong <tiansworld@fedoraproject.org>
* po/de.po: Germen fixed translation error of Media: * po/zh_CN.po: Update and improve Simplified Chinese translation
2020-07-04 Leonhaeuser <mirko@leonhaeuser.de> 2021-05-17 Tian Shixiong <tiansworld@fedoraproject.org>
* po/de.po: Fix typo * po/zh_CN.po: Update Simplified Chinese translation
2020-07-01 Leonhaeuser <mirko@leonhaeuser.de> 2020-09-26 Jan Sparreboom <jan@sparreboom.net>
* po/de.po: update German translation * po/nl.po: Update Dutch translation
2020-04-23 SNoiraud <serge.noiraud@laposte.net> 2021-05-07 Tian Shixiong <tiansworld@fedoraproject.org>
* po/ar.po, po/bg.po, po/br.po, po/ca.po, po/cs.po, po/da.po, * po/zh_CN.po: Correct and Update Simplified Chinese translation
po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/fi.po,
po/fr.po, po/ga.po, po/he.po, po/hr.po, po/hu.po, po/is.po,
po/it.po, po/ja.po, po/lt.po, po/mk.po, po/nb.po, po/nl.po,
po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
po/sk.po, po/sl.po, po/sq.po, po/sr.po, po/sr_Latn.po, po/sv.po,
po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_HK.po,
po/zh_TW.po: Fix typo in gui/configure.py and translation files Fixes #11665
2020-06-22 pehlm <par.ekholm@pekholm.org> 2020-10-13 Tian Shixiong <tiansworld@fedoraproject.org>
* po/sv.po: A little adjustment to Swedish translation * po/zh_CN.po: Update Simplified Chinese translation
2020-06-21 pehlm <par.ekholm@pekholm.org> 2021-05-14 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/sv.po: Updates to Swedish translation * po/de.po: Corrected some German translation errors found during
handbook revision
2020-06-20 Megumi Sakata <megumi.sakata.k@gmail.com> 2021-04-28 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/ja.po: Update Japanese translation * po/de.po: corrected German translation of "confidence"
2020-04-28 vantu5z <vantu5z@mail.ru> 2021-04-26 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/ru.po: update Russian translation * po/de.po: German corrected translation of 'attribute'
2020-04-24 niememat <niememat@gmail.com> 2021-04-25 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/fi.po: Fix translation in Finnish * po/de.po: Fixed translation error of "display name editor" into
German
2020-04-18 Joan Creus <joan.creusandreu@gmail.com> 2021-04-24 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/ca.po: Updating Catalan translation * po/de.po: some translation fixes for German
2020-04-18 Joan Creus <joan.creusandreu@gmail.com> 2021-04-24 pehlm <par.ekholm@pekholm.org>
* po/ca.po: Updating Catalan translation * po/sv.po: Changed immigration too, Swedish
2020-04-08 Leonhaeuser <mirko@leonhaeuser.de> 2021-04-24 pehlm <par.ekholm@pekholm.org>
* po/de.po: update Germn translation * po/sv.po: Correction of Swedish translation
2020-03-26 vantu5z <vantu5z@mail.ru> 2021-04-22 Helder Geovane Gomes de Lima <he7d3r@gmail.com>
* po/ru.po: update Russian translation * po/pt_BR.po: 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
2020-03-25 Translator5 <Translator5@users.noreply.github.com> 2021-04-19 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/ru.po: [Language: Russian] Maintenance/gramps51 (#1027) * some Russian translations updates * po/de.po: Corrected translation of markup in German translation
2020-03-03 Joan Creus <joan.creusandreu@gmail.com> 2021-04-17 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/ca.po: Updating Catalan translation * po/de.po: Fixed translation of tags in German translation
2020-02-29 Joan Creus <joan.creusandreu@gmail.com> 2021-04-14 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/ca.po: Updating Catalan translation * po/de.po: German translation for type unified
2020-02-25 Bernard Banko <beernarrd@gmail.com> 2021-04-13 romjerome <romjerome@yahoo.fr>
* po/sl.po: V&O changed to PZV to avoid ampersand * po/fr.po: 11656: typo, spelling correction contribution by Philippe
2020-02-07 pehlm <par.ekholm@pekholm.org> 2021-04-13 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/sv.po: Minor update to Swedish translation * po/de.po: Fixed German translation of number for places
2020-01-31 vantu5z <vantu5z@mail.ru> 2021-03-21 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/ru.po: update Russian translation * po/de.po: Some small fixes in German translation
2020-01-26 Bernard Banko <beernarrd@gmail.com> 2021-03-11 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/sl.po: Slovenian translation update * po/de.po: Update German translation for csv import/export
2020-01-23 prculley <paulr2787@gmail.com> 2021-03-01 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/ru.po: Fix typo in Russian translation * po/de.po: small fix in German translation
2020-01-21 système <romjerome@users.noreply.github.com> 2021-02-12 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/fr.po: typos in french translation #11534 #10534 * po/de.po: additional small German translation fixes
2020-01-21 Fedik <getthesite@gmail.com> 2021-02-11 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* Ukrainian translation update * po/de.po: Small fixes German translation
2021-02-06 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/de.po: fix wrong translation of source text in German
translation
2021-02-06 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/de.po: fixed small error in German translation
2021-01-26 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/de.po: small fixes German translation
2020-10-15 vantu5z <vantu5z@mail.ru>
* po/ru.po: Update Russian translation
2020-09-25 Zdeněk Hataš <zdenek.hatas@gmail.com>
* po/cs.po: Update Czech translation - typo fixes
2020-09-06 Tian Shixiong <tiansworld@fedoraproject.org>
* po/zh_CN.po: Update Simplified Chinese translation
2020-08-16 Jan Sparreboom <jan@sparreboom.net>
* po/nl.po: Update Dutch translation
2020-04-21 Lajos Nemeséri <nemeseril@gmail.com>
* po/hu.po: Revised and updated hu translation
2020-09-13 Juan Saavedra <jcsaaver@gmail.com>
* po/es.po: Update Spanish translation
2020-08-26 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* po/de.po: German translation two small corrections
2020-08-21 Zdeněk Hataš <zdenek.hatas@gmail.com>
* po/cs.po: Update Czech translation
2020-08-12 pehlm <par.ekholm@pekholm.org>
* Update Swedish translation