From e79535fe238a7955f9e042afa5ee6a943efdcd89 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Tue, 24 Jul 2018 15:03:19 +0100 Subject: [PATCH] Update Changelog and NEWS files --- ChangeLog | 477 ++++++++++++++++----------------------------------- NEWS | 22 +++ po/ChangeLog | 106 ++++++++---- 3 files changed, 241 insertions(+), 364 deletions(-) diff --git a/ChangeLog b/ChangeLog index 678672efc..3d1f6b1da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,420 +1,243 @@ -2018-05-19 Paul Culley +2018-07-24 Nick Hall - * gramps/gen/merge/mergepersonquery.py: Fix merge persons when - removed person was the Home (default) person (#619) Fixes #10597 If a person merge removes the default (Home) person, the previous - code started having HandleError crashes. This checks for and - corrects this issue. Did not see the issue with 4.2.x because there - were no HandleErrors. + * setup.py: Update development status for new release -2018-05-15 niememat +2018-07-24 Nick Hall - * po/fi.po: Update finnish translation + * po/gramps.pot: Update translation template for new release -2018-05-15 vantu5z +2018-07-22 niememat - * po/ru.po: Update Russian translation + * po/fi.po: Fix translation in Finnish -2018-05-08 Paul Culley +2018-07-01 John Ralls - * gramps/gui/widgets/fanchartdesc.py: Fix FanChartDesc for typo - (copy/paste error). (#611) Fixes #10565 - Bug occurs when selected person has more than 4 parents. + * gramps/gui/clipboard.py, + gramps/gui/editors/displaytabs/buttontab.py, + gramps/gui/editors/displaytabs/surnametab.py, + gramps/gui/filters/_searchbar.py, + gramps/gui/filters/sidebar/_sidebarfilter.py, gramps/gui/utils.py, + gramps/gui/views/navigationview.py, + gramps/gui/widgets/grampletpane.py, + gramps/gui/widgets/interactivesearchbox.py, + gramps/gui/widgets/multitreeview.py, + gramps/gui/widgets/styledtexteditor.py: Correct binary test logic + for primary mask. state & get_primary_mask(another) tested (state & (primary | + other)), which will be true if state matches *either* primary *or* + other, but what is wanted in a not-negated test is state matching + all bits of (primary | other). match_primary_mask does that. On the other hand there are also cases of "not state & (primary | + other)". no_match_primary_mask handles that, returning true if + state matches none of the bits in (primary | other). Fixes #10646. -2018-05-01 Paul Culley +2018-06-21 prculley - * gramps/gui/views/tags.py: Fix Tag editor for multiple tag removes - (#601) Fixes #10552 + * gramps/gui/glade/baseselector.glade, + gramps/gui/selectors/baseselector.py: Fix BaseSelector to avoid long + delay before display on large trees Fixes #10634 -2018-05-01 Serge Noiraud +2018-05-06 SNoiraud - * gramps/plugins/webreport/person.py: In Narweb, Relationship to - Center person reversed (#606) Fixes #10553 + * gramps/gui/plug/export/_exportoptions.py: Export options > Gui + alignment issue Fixes #10576 -2018-04-30 Paul Culley +2018-07-22 niememat - * gramps/plugins/view/citationtreeview.py: Fix Citation Tree view - for crash after plugin reload (#602) Fixes #10541 + * po/fi.po: New fix translation in Finnish -2018-04-30 Paul Culley +2018-07-22 Espen Berg - * gramps/gui/dbloader.py, gramps/gui/viewmanager.py, - gramps/plugins/gramplet/backlinks.py: Fix 'References' Gramplet for - issue when activated during an import (#584) * Fix 'References' Gramplet for issue when activated during an - import Fixes #10507 * disable Application Menu during import + * po/nb.po: Revised Norwegian bokmÃ¥l -2018-04-30 Paul Culley +2018-07-22 Espen Berg - * gramps/gui/views/listview.py, - gramps/plugins/lib/libpersonview.py, - gramps/plugins/view/eventview.py, gramps/plugins/view/familyview.py: - Fix Person/Family/Event view updates on various associated changes - (#603) * Fix Person/Family/Event view updates on various associated changes Fixes #10532 * Fix Event view for changes in Main Participants * Fix Person/Event/Place views for update to a Place or enclosing - place + * po/nb.po: Revised Norwegian bokmÃ¥l -2018-04-17 Paul Culley +2018-07-22 niememat - * gramps/plugins/lib/libpersonview.py, - gramps/plugins/view/familyview.py: Fix Person views to update on - changes in birth/death event/place (#597) Fixes #10532 + * po/fi.po: Fix translation in Finnish -2018-04-13 vantu5z +2018-07-21 Nick Hall - * po/ru.po: update Russian translation + * gramps/gui/glade/editplace.glade, + gramps/gui/glade/editplaceref.glade: Fix dialog button order on + non-Mac systems Resolves #10585. -2018-04-12 niememat +2018-07-21 De Tran - * po/fi.po: Update finnish translation + * po/vi.po: Fix and update Vietnamese translation Resolves #10681. -2018-04-11 Leonhaeuser +2018-07-21 Sveinn í Felli - * po/de.po: update German translation + * po/is.po: Update Icelandic translation -2018-04-08 Nick Hall +2018-05-10 jose1711 - * gramps/gen/lib/serialize.py: Allow unicode characters in json - export + * po/sk.po: Fix and update Slovak translation -2018-04-04 SNoiraud +2018-05-11 jose1711 - * gramps/plugins/view/geoplaces.py: Filtering problems in the - geography view + * gramps/plugins/rel/rel_cs.py: Fix typo in translation -2018-04-04 SNoiraud +2018-07-20 niememat - * gramps/gui/filters/sidebar/_placesidebarfilter.py: Crash when - looking for a place within an area Fixes #10531 + * po/fi.po: Fix translation in Finnish -2018-04-09 Joachim Kuebart +2018-07-20 niememat - * gramps/plugins/docgen/svgdrawdoc.py: Bugfix: use same box margin - for SVG and PDF When drawing text boxes in SVG, the text is often placed too far to - the right and touches the right frame. For an example, generate a - »Descendent tree« in SVG format. In the PDF version, the text does - not touch the frame of any boxes. This PR fixes the problem by using the same text displacement - (margin) inside the box as the PDF driver. The code is taken from - gramps/plugins/lib/libcairodoc.py. + * po/fi.po: Fix translation in Finnish -2018-04-01 SNoiraud +2018-07-18 niememat - * gramps/plugins/webreport/webcal.py: Webcal crashes after Narrative - Web site exists + multiyear select option problem Fixes #10524 + * po/fi.po: Fix translation in Finnish -2018-03-28 Nick Hall +2018-07-15 Luigi Toscano - * gramps/gui/displaystate.py: Catch exceptions when loading recent - files + * po/it.po: Update Italian translation -2018-03-28 Nick Hall +2018-07-13 Nick Hall - * gramps/cli/arghandler.py, gramps/cli/clidbman.py, - gramps/gen/db/utils.py: Check that backend exists before loading - database + * po/en_GB.po: Update English (British) translation -2018-03-22 Nick Hall +2018-07-13 De Tran - * gramps/cli/clidbman.py, gramps/gui/dbman.py: Disable family tree - manager features when a backend is unavailable If the default backend is unavailable, then reset it to bsddb. + * po/vi.po: Update Vietnamese translation -2018-04-03 vantu5z +2018-07-13 Kaj Mikkelsen - * po/ru.po: update Russian translation + * po/da.po: Update Danish translation -2018-04-01 niememat +2018-07-13 Lajos Nemeséri - * po/fi.po: Update finnish translation + * po/hu.po: Update Hungarian translation -2018-03-29 Nick Hall +2018-07-07 Fedik - * gramps/gen/plug/docgen/treedoc.py: Enclose tree report image path - and file name in braces Fixes #10495. + * po/uk.po: Update Ukrainian translation for Gramps -2018-03-30 Leonhaeuser +2018-07-05 RossGammon - * po/de.po: fix syntax error in German translation file + * debian/changelog, debian/copyright, + debian/patches/hardcoded_path_person_rules_test.patch, + debian/patches/series: Update Debian directory after Gramps + 5.0.0-rc1 release. (#634) -2018-03-30 Leonhaeuser +2018-07-02 Leonhaeuser - * po/de.po: update German translation + * po/de.po: Fix not matching translation csv import/export -2018-03-28 SNoiraud - - * gramps/gui/selectors/baseselector.py: Crash when selecting an old - note, event, media, ... Try to sort on another column. Fixes #10519 - -2018-03-28 Sam Manzi - - * gramps/gui/editors/editrepository.py: [NewRepositoryEditor]Fix - help link - -2018-03-28 Sam Manzi - - * gramps/plugins/tool/reorderids.py: [ReorderGrampsID]Fix broken - help link - -2018-03-26 Paul Culley - - * gramps/gui/dbman.py: Fix FTM for delete tree, followed by close; - Title etc. shows old tree (#587) Fixes #10513 - -2018-03-26 Paul Culley - - * gramps/gen/filters/rules/person/_relationshippathbetween.py: Fix - Relationship path between filter for silent fail (#586) Fixes #10509 - -2018-03-24 Herb Miller Jr - - * setup.py: Add configuration flag --no-compress-manpages. - -2018-03-26 vantu5z - - * po/ru.po: update Russian translation - -2018-03-25 niememat - - * po/fi.po: Update finnish translation - -2018-03-25 John Ralls - - * gramps/gui/glade.py, gramps/gui/glade/editcitation.glade: Don't - strip newlines from builder files. Fixes #10514. - -2018-03-25 Leonhaeuser - - * po/de.po: update German translation - -2018-03-24 vantu5z - - * po/ru.po: update Russian translation - -2018-03-22 Sam Manzi - - * gramps/gui/glade/editcitation.glade, - gramps/gui/views/treemodels/citationbasemodel.py, - gramps/gui/views/treemodels/citationlistmodel.py, - gramps/gui/views/treemodels/citationtreemodel.py: List sort by - number for citation confidence level (#583) * Fix confidence level sort in list views -based on the date-sort code. Fixes #10506 * Fix confidence level tooltip -Stop run on text. Resolves #10506 - -2018-03-21 Nick Hall - - * gramps/gen/display/place.py: Fix error in place displayer when - offset is outside valid range Resolves #10493. - -2018-03-15 vantu5z - - * po/ru.po: update Russian translation - -2018-03-14 Sam Manzi - - * example/gramps/example.gramps: Fix places in example.gramps (#578) - Moved Greek places into top level Greece entry & added English - names. - Removed Puerto Rico as a country as part of USA - -2018-03-14 Sam Manzi - - * gramps/gen/utils/keyword.py: Use sgettext for Name Format dialog - (#580) Fixes #10484 - -2018-03-11 Sam Manzi - - * gramps/plugins/view/relview.py: Enable copying the birth & death - fields for relationship view (#579) ...I did something similar(as in #575) for the relationship view... Resolves #7874 - -2018-03-11 Sam Manzi - - * gramps/plugins/gramplet/persondetails.py, - gramps/plugins/gramplet/placedetails.py, - gramps/plugins/gramplet/repositorydetails.py: Allow Copying of text - fields for Details tabs (#575) Allow selection of text fields from details tab in selected views - with Details gramplets. - Person Details - Place Details - Repository Details Resolves #7874 - -2018-03-10 Serge Noiraud - - * gramps/plugins/lib/maps/geography.py, - gramps/plugins/view/geoplaces.py: Geography: KML media objects not - shown on map. (#577) Geography doesn't conform to the relative paths If a place has no - coordinates, KML files are not displayed. Fixes #10487 - -2018-03-09 Paul Culley - - * gramps/gui/widgets/fanchart.py, - gramps/gui/widgets/fanchart2way.py, - gramps/gui/widgets/fanchartdesc.py, - gramps/plugins/view/fanchart2wayview.py, - gramps/plugins/view/fanchartdescview.py, - gramps/plugins/view/fanchartview.py: Fix Fan charts for - scrolling/resizing of window; bad rendering (#572) Fixes #10381 - -2018-03-09 Paul Culley - - * gramps/gui/clipboard.py: Fix up Clipboard for various issues - (#569) * Fix Clipboard for HandleErrors during db changes Fixes #10475 * Clipboard pylint * Fix Clipboard for Drop/Edit of Surname group in People Tree view - -2018-03-08 Paul Culley - - * gramps/plugins/graph/gvrelgraph.py: Fix Relationship Graph for - extraneous families when using filter (#576) Fixes #10492 - -2018-02-23 prculley - - * gramps/plugins/export/exportpkg.py: Fix export gpkg when media - files have fractional timestamps. Fixes #10424 - -2018-03-07 Nick Hall - - * gramps/gui/configure.py: Remove reference to postgresql in core - code - -2018-03-07 Nick Hall - - * gramps/gen/db/generic.py, gramps/plugins/db/dbapi/dbapi.py: Move - dbapi-specific code out of DbGeneric - -2018-03-07 Nick Hall - - * gramps/gen/db/generic.py, gramps/plugins/db/dbapi/dbapi.py: Create - _schema_exists method - -2018-03-06 Nick Hall - - * gramps/gen/display/place.py, - gramps/gen/plug/report/stdoptions.py, - gramps/plugins/textreport/placereport.py: Fix place format option in - place report (#561) * Fix place format option in place report Resolves #10467. * Use -1 instead of None for default place format * adds New [Place format:] option on the [Report Options (2)] tab - -2018-03-06 Serge Noiraud - - * gramps/plugins/webreport/person.py: [Narrative Web - Report]Incorrect heading for stepmother or stepfather (#567) Fixes #10478 - -2018-03-06 Paul Culley - - * gramps/plugins/docgen/cairodoc.py: Fix Book TOC and Index - numbering and placement (#565) Fixes #10452 - -2018-03-04 Paul Culley - - * gramps/gui/widgets/fanchart.py: Fix Fan Chart(s) so they don't - crash when opened as last view (#571) Fixes #10440 - -2018-03-04 Paul Culley - - * gramps/gui/views/tags.py: Fix Organize Tag editor for exception on - 'x' close (#570) Fix Organize Tags editor for exception on 'x' close - -2018-03-03 niememat - - * po/fi.po: Fix and updated translation in Finnish - -2018-02-27 prculley - - * gramps/gui/selectors/baseselector.py: Change BaseSelector so that - selection is kept during Find/Clear Fixes #10421 - -2018-03-02 Paul Culley - - * gramps/gen/plug/docgen/graphdoc.py: Fix multi-page Graph output to - pdf with filenames containg spaces (#560) Fixes #10470 - -2018-02-28 Paul Culley - - * gramps/gui/clipboard.py: Fix Clipboard for right-click on empty - clipboard (#566) Issues #10473 - -2018-02-28 Sam Manzi - - * docs/conf.py, docs/gen/gen_db.rst: Fix ImportError & update API - docs year 2018 (#564) - Fixes ImportError: No module named 'gramps.plugins.db.dummydb' - Update Copyright to 2018 - -2018-02-26 ZdenÄ›k HataÅ¡ +2018-07-02 ZdenÄ›k HataÅ¡ * po/cs.po: Update Czech translation -2018-02-24 vantu5z +2018-07-02 Pier Luigi Cinquantini - * po/ru.po: update Russian translation + * po/eo.po: Update Esperanto translation -2018-02-24 Serge Noiraud +2018-07-01 niememat - * gramps/plugins/webreport/person.py: Privacy problem with the - relation to the center person. (#555) Bug #12345 + * po/fi.po: Fix translation in Finnish -2018-02-23 Paul Culley +2018-06-30 Paulo Henrique Paiva de Moraes - * gramps/gui/plug/_guioptions.py: Fix Report Options when used with - empty db (#554) Fixes #10457 + * po/pt_BR.po: Update Brazilian Portuguese translation -2018-02-23 arnaullv +2018-06-30 vantu5z - * po/ca.po: Updated Catalan translation + * po/ru.po: update Russian translation substantially just merge with + latest template -2018-02-19 Ross Gammon +2018-06-29 Nick Hall - * debian/changelog: Finalise debian/changelog for beta1 release. Also fix old syntax & trailing whitespace issues + * 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/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/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: + Merge translation files with the latest template -2018-02-19 Ross Gammon +2018-06-21 Paul Culley - * debian/rules: Enable extra tests that were failing for alpha3 + * gramps/gui/filters/sidebar/_sidebarfilter.py: Fix Custom filter + update when created via sidebar (#630) Fixes #10620 Adding a filter via the sidebar editor originally only updated the + current view, other associated views did not see the new filter. + First noticed in People views. This causes the 'filters-changed' to + be emitted which updates all associated view. -2018-02-19 Ross Gammon +2018-06-21 Paul Culley - * debian/patches/hardcoded_path_person_rules_test.patch, - debian/patches/series: Patch person_rules_test.py To remove hard coded build path from import. Fixes FTBFS due to test - failure. + * gramps/gui/widgets/grampletpane.py: Fix Gramplet configure + (View/Configure) for large options (#629) When a Gramplet uses a BooleanListOption with a lot of entries, + along with other options, all the options take on the size of the + large BooleanListOption, which doesn't work well at all. -2018-02-19 Ross Gammon +2018-06-22 Serge Noiraud - * debian/NEWS: Delete debian/NEWS file, only really applies in - Debian + * gramps/plugins/drawreport/statisticschart.py: Statistics Charts + crashes with IndexError (#627) Fixes #010626 In statistics charts, get_month is only localized and the calendar + is unused. If we have an Extra (Sansculottides) month in the french + republican calendar (index 13), we have this IndexError because the + gregorian calendar is always used and contains only 12 values. -2018-02-19 Ross Gammon +2018-06-10 John Ralls - * debian/changelog: First beta release of gramps 5.0 * First beta release of gramps 5.0 * Sync debian directory with Debian experimental branch on salsa * Point Vcs URLs at the Gramps Project on Github * Correct spelling in debian/rules, node > nose * Delete gbp.conf, not required as gbp not used to build package + * mac/gramps.accel: [Mac] Change accel for Undo History. So that it doesn't conflict with a system binding for hiding the + window. Fixes #10619. -2018-02-19 Ross Gammon +2018-06-09 Paul Culley - * debian/gbp.conf: Remove gbp.conf, will not be using gbp to build - deb package Avoids updating it for every branch used to build it + * gramps/gui/plug/_guioptions.py: Fix Family Lines/Family Colors + picker for bad transient parent (#625) Fixes #10623 -2018-02-19 Ross Gammon +2018-06-09 Paul Culley - * debian/rules: Fix spelling in d/rules node > nose + * gramps/gen/db/utils.py: Fix import_as_dict to utilize user + gramps_id prefixes (#626) Issue #10622 Found when comparing dbs with large prefixes 'I%05d'; using database + differences or import_merge addons. -2018-02-19 Ross Gammon +2018-06-09 Paul Culley - * debian/control: Update Vcs URLs to point at Gramps Github repo + * gramps/plugins/db/bsddb/write.py: Fix error when opening bsddb db + in read-only mode (#624) Fixes #10615 BSDDB had errors when trying to open in read-only mode. -2018-02-19 Ross Gammon +2018-06-09 Paul Culley - * debian/NEWS, debian/README.Debian, debian/README.test, - debian/compat, debian/control, debian/copyright, debian/gbp.conf, - debian/gramps.docs, debian/rules, debian/source/format, - debian/source/local-options, debian/tests/control, - debian/tests/gramps-import-export, debian/upstream/metadata, - debian/watch: Resync debian dir from Debian 5.0 experimental branch + * gramps/gen/db/generic.py: Fix dbapi dbs for closeing read-only db + crash (#623) Fixes #10613 The sqlite (and other dbapi dbs) tried to save their metadata on a + close operation, which doesn't work for read-only dbs. -2018-02-18 Ross Gammon +2018-06-09 Paul Culley - * debian/changelog: Update debian/changelog with releases since - 4.0.3 + * gramps/gui/viewmanager.py: Fix menus when operating with read-only + db (#622) Fixes #10614 An earlier attempt to deal with closed dbs messed up the read-only + ActionGroup settings. This corrects that situation. -2018-02-19 Ross Gammon +2018-06-02 Sam Manzi - * gramps/gen/filters/rules/test/person_rules_test.py: Fix testsuite - failure when build happens out of the source tree. Build path was hardcoded in an import in: - gramps/gen/filters/rules/test/person_rules_test.py Fixes #10450. + * gramps/gen/proxy/living.py: Fix Name formats to show all parts + (#608) Fixes #10420 Allows reports to use the name format specified by the user. -2018-02-20 prculley +2018-06-01 Paul Culley - * po/POTFILES.in, po/POTFILES.skip: Some POTFILES fixes + * gramps/gui/dbloader.py, gramps/gui/plug/_guioptions.py, + gramps/gui/viewmanager.py: Fix dialogs for crash when canceling via + 'x' (#620) * Fix import dialog for crash when canceling via 'x' Fixes #10607 * Fix 'Make Backup' dialog for crash on 'x' close Issue #10607 * Fix Family Lines/Family Colors/add dialog crash on close with 'x' Issue #10607 -2018-02-19 Leonhaeuser +2018-05-28 niememat - * po/de.po: update German translation + * po/fi.po: Fix translation in Finnish -2018-02-18 John Ralls +2018-05-20 John Ralls - * mac/Info.plist, mac/gramps.modules: Release Gramps 5.0.0-beta1 on - MacOS. + * mac/Info.plist, mac/gramps.modules: Release 5.0.0-rc1 on Mac. -2018-02-18 prculley +2018-05-20 John Ralls - * Bump to 5.0.0-beta2 + * mac/gramps.modules: Remove obsolete omeat-python-modules + dependencies. + +2018-05-20 prculley + + * Bump to v5.0.0-rc2 diff --git a/NEWS b/NEWS index ae148a0fb..731dd4207 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +2018-07-24 +Version 5.0.0 +* Correct binary test logic for primary mask. +* Fix BaseSelector to avoid long delay before display on large trees. +* Export options > Gui alignment issue. +* Fix dialog button order on non-Mac systems. +* Update Debian directory after Gramps 5.0.0-rc1 release. +* Fix Custom filter update when created via sidebar. +* Fix Gramplet configure (View/Configure) for large options. +* Fix IndexError crash in Statistics Charts. +* [Mac] Change accel for Undo History. So that it doesn't conflict with a + system binding for hiding the window. +* Fix Family Lines/Family Colors picker for bad transient parent. +* Fix import_as_dict to utilize user gramps_id prefixes. +* Fix error when opening bsddb db in read-only mode. +* Fix dbapi dbs for closeing read-only db crash. +* Fix menus when operating with read-only db. +* Fix Name formats to show all parts. +* Fix dialogs for crash when canceling via 'x'. +* Remove obsolete omeat-python-modules dependencies. +* Update translations: cs, da, de, en_GB, eo, fi, hu, is, it, nb, pt_BR, ru, sk, uk, vi + 2018-05-20 Version 5.0.0-rc1 * po/fi.po: Update Finnish translation diff --git a/po/ChangeLog b/po/ChangeLog index 5174c7440..a9e3d9757 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,76 +1,108 @@ -2018-05-15 niememat +2018-07-22 niememat - * po/fi.po: Update finnish translation + * po/fi.po: Fix translation in Finnish -2018-05-15 vantu5z +2018-07-22 niememat - * po/ru.po: Update Russian translation + * po/fi.po: New fix translation in Finnish -2018-04-13 vantu5z +2018-07-22 Espen Berg - * po/ru.po: update Russian translation + * po/nb.po: Revised Norwegian bokmÃ¥l -2018-04-12 niememat +2018-07-22 Espen Berg - * po/fi.po: Update finnish translation + * po/nb.po: Revised Norwegian bokmÃ¥l -2018-04-11 Leonhaeuser +2018-07-22 niememat - * po/de.po: update German translation + * po/fi.po: Fix translation in Finnish -2018-04-03 vantu5z +2018-07-21 De Tran - * po/ru.po: update Russian translation + * po/vi.po: Fix and update Vietnamese translation Resolves #10681. -2018-04-01 niememat +2018-07-21 Sveinn í Felli - * po/fi.po: Update finnish translation + * po/is.po: Update Icelandic translation -2018-03-30 Leonhaeuser +2018-05-10 jose1711 - * po/de.po: fix syntax error in German translation file + * po/sk.po: Fix and update Slovak translation -2018-03-30 Leonhaeuser +2018-07-20 niememat - * po/de.po: update German translation + * po/fi.po: Fix translation in Finnish -2018-03-26 vantu5z +2018-07-20 niememat - * po/ru.po: update Russian translation + * po/fi.po: Fix translation in Finnish -2018-03-25 niememat +2018-07-18 niememat - * po/fi.po: Update finnish translation + * po/fi.po: Fix translation in Finnish -2018-03-25 Leonhaeuser +2018-07-15 Luigi Toscano - * po/de.po: update German translation + * po/it.po: Update Italian translation -2018-03-24 vantu5z +2018-07-13 Nick Hall - * po/ru.po: update Russian translation + * po/en_GB.po: Update English (British) translation -2018-03-15 vantu5z +2018-07-13 De Tran - * po/ru.po: update Russian translation + * po/vi.po: Update Vietnamese translation -2018-03-03 niememat +2018-07-13 Kaj Mikkelsen - * po/fi.po: Fix and updated translation in Finnish + * po/da.po: Update Danish translation -2018-02-26 ZdenÄ›k HataÅ¡ +2018-07-13 Lajos Nemeséri + + * po/hu.po: Update Hungarian translation + +2018-07-07 Fedik + + * po/uk.po: Update Ukrainian translation for Gramps + +2018-07-02 Leonhaeuser + + * po/de.po: Fix not matching translation csv import/export + +2018-07-02 ZdenÄ›k HataÅ¡ * po/cs.po: Update Czech translation -2018-02-24 vantu5z +2018-07-02 Pier Luigi Cinquantini - * po/ru.po: update Russian translation + * po/eo.po: Update Esperanto translation -2018-02-23 arnaullv +2018-07-01 niememat - * po/ca.po: Updated Catalan translation + * po/fi.po: Fix translation in Finnish -2018-02-19 Leonhaeuser +2018-06-30 Paulo Henrique Paiva de Moraes - * update German translation + * po/pt_BR.po: Update Brazilian Portuguese translation + +2018-06-30 vantu5z + + * po/ru.po: update Russian translation substantially just merge with + latest template + +2018-06-29 Nick Hall + + * 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/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/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: + Merge translation files with the latest template + +2018-05-28 niememat + + * Fix translation in Finnish