Prepare for 5.1.0 release
This commit is contained in:
parent
f6a5c9166e
commit
a833dfb3ac
179
NEWS
179
NEWS
@ -1,3 +1,182 @@
|
|||||||
|
2018-08-08
|
||||||
|
Version 5.0.2
|
||||||
|
* Bump required Python version to 3.3, Gtk version 3.12
|
||||||
|
* Update translations: ca, cs, da, de, en_GB, eo, fi, fr, hr, hu, is, it,
|
||||||
|
nb, nn, pl, po, pt_BR, ru, sl, sv, uk, vi
|
||||||
|
* Change default database backend to SQLite
|
||||||
|
* New feature to allow Filter Rules to be added via addons.
|
||||||
|
* New feature to use Genealogical symbols. Includes support for views and
|
||||||
|
reports. Edit/Preferences/Genealogical Symbols to enable.
|
||||||
|
* New: On restart after crash, offer to run Check & Repair
|
||||||
|
* New CLI commands; 'safe' mode and 'default' to help user with debugging
|
||||||
|
Gramps
|
||||||
|
* Narrative web fix:
|
||||||
|
- some strings not translated
|
||||||
|
- The confidence and the date are not translated in the family map page.
|
||||||
|
- The date doesn't use the specified date format.
|
||||||
|
- Markers incorrectly placed. In the map pages, the markers are not placed
|
||||||
|
where it should be. Reproducible when zoom in/zoom out.
|
||||||
|
- Background not correctly set. If you use the Web_Basic-Cypress.css,
|
||||||
|
the foreground and background use the same color, so you see nothing.
|
||||||
|
You must hover the fields to see the text
|
||||||
|
- Places list is not sorted depending on the selected language. If you
|
||||||
|
start gramps in english or another language then try to generate a
|
||||||
|
narrative web report in another language, the navigation alphabet is
|
||||||
|
incorrect. This is true for the place list and the person list.
|
||||||
|
- OSM forward all http resquest to https.
|
||||||
|
- When we are on a mobile phone or a small device, we suppress the
|
||||||
|
navigation tab. In place, we have a new icon on the upper left
|
||||||
|
which is used to show the dropdown menu.
|
||||||
|
- For Home, Introduction and Contact, If we have an image and this image
|
||||||
|
contains regions, show the regions. We can go directly to the person page
|
||||||
|
associated to this region. If we click on the image, we go directly to
|
||||||
|
the associated media page. This will be true only if we selected
|
||||||
|
"include images and media objects" and "create and only use thumbnail"
|
||||||
|
is unselected
|
||||||
|
- The first line identifying a family will be more legible.
|
||||||
|
The link is not useful in the parents and pedigree section for the
|
||||||
|
current person.
|
||||||
|
- Adapt some css files.
|
||||||
|
- sort the place references either by date or by name.
|
||||||
|
- Add extra page to narrativeweb.
|
||||||
|
- extrapage can now point to joomla, drupal, ...
|
||||||
|
- add enclosed by and encloses (place)
|
||||||
|
- Add compact Ancestry trees using Buchheim/Walker algorithm
|
||||||
|
This enhancement adds a new 'compact' field to the Narrated Web Report.
|
||||||
|
A compact tree is one that is not a simple binary layout but uses the
|
||||||
|
algorithm of Buchheim/Walker to create a layout that is sensible but also
|
||||||
|
compact. Creating a compact layout is slower than a simple binary tree
|
||||||
|
but the results are significantly improved and do not leave large areas
|
||||||
|
of whitespace where there are no nodes to be shown.
|
||||||
|
- Make relationships optional in narrative web
|
||||||
|
- Option to have Places and Sources pages
|
||||||
|
- Narrative should come first right after the name, gender and parent
|
||||||
|
information in individual page
|
||||||
|
- References section at the bottom of each place with people related to this
|
||||||
|
place have birth year behind it in parenthesis
|
||||||
|
- Sort "Surname" web page by given name and birth date.
|
||||||
|
- Surname list doesn't use default name format
|
||||||
|
- Display Lat/Lon optionally on places list page
|
||||||
|
* Update the uimanager to avoid deprecated Gtk warnings (changes things not
|
||||||
|
visible to the user):
|
||||||
|
- Add config option to use Toolbar Text
|
||||||
|
- Fix duplicated accelerators in charts <ctrl>P for print is now
|
||||||
|
<ctrl><shift>P
|
||||||
|
* Geography:
|
||||||
|
- fix pins very big when related to 2 places
|
||||||
|
- add color for custom places name
|
||||||
|
* fan charts view: Add option to show the Gramps ID in parenthesis in the fan
|
||||||
|
chart.
|
||||||
|
* Gramps 'Views' are now named in the window header
|
||||||
|
* Allow Home person to be set in Relationship and Charts/Pedigree view
|
||||||
|
* Filter Rule editor, save pane position
|
||||||
|
* Person Sidebarfilter:
|
||||||
|
- Fix Person Sidebarfilter when using 'Event' and Reg expressions
|
||||||
|
- In personsidebarfilter, search on each part of name 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.
|
||||||
|
* filters rule has attribute: Check all values of an attribute type and not
|
||||||
|
only the first one.
|
||||||
|
* filters rule have children person filter: Check all families of a person
|
||||||
|
for children and not only the first
|
||||||
|
* Graph reports:
|
||||||
|
- Better typography in graph reports Replace hyphen with en-dash.
|
||||||
|
- enable Graphviz node port selection, optionable. This enables the
|
||||||
|
headport and tailport attributes for all edges in the Graphviz file.
|
||||||
|
The default (off) value makes the arrows between persons and/or family
|
||||||
|
nodes attach their ends to the respective node at any position. When this
|
||||||
|
option is selected, the position facing the node on the other side of the
|
||||||
|
arrow is always chosen.
|
||||||
|
- Fix graphs on Windows for font selection not working
|
||||||
|
* relationship graph:
|
||||||
|
- Allow an option to not use hexagons for those of unknown gender
|
||||||
|
- Father and Mother are connected by an invisible line.
|
||||||
|
- Add an option to omit "irrelevant" family nodes
|
||||||
|
* Family lines graph: Replace rounded corners checkbox by dropdown
|
||||||
|
It now allows rounded corners to be set more explicitly for different
|
||||||
|
genders (None/Male/Female/Both).
|
||||||
|
* Hourglass graph:
|
||||||
|
- Add Ahnentafel option on hourglass
|
||||||
|
- Do not use hyphen for living persons in hourglass graph
|
||||||
|
* edit link: Add a mailto choice to Internet Address
|
||||||
|
* New Clean input data tool: New tool to suppress leading and trailing spaces.
|
||||||
|
This tool is looking for people and place names with leading or/and trailing
|
||||||
|
spaces. For each entry which contains leading or trailing spaces, a row is
|
||||||
|
added in a table. You can see where the spaces are for each row as the name
|
||||||
|
is underlined. If you double click on the row, you can edit the Place or
|
||||||
|
the Person.
|
||||||
|
* CSV import: Add occupation and residence events and attributes in the import
|
||||||
|
User can now add the following columns in the csv import file for a person:
|
||||||
|
- Occupation description
|
||||||
|
- Occupation date
|
||||||
|
- Occupation place
|
||||||
|
- Occupation source
|
||||||
|
- Residence date
|
||||||
|
- Residence place
|
||||||
|
- Residence source
|
||||||
|
- Attribute type
|
||||||
|
- Attribute value
|
||||||
|
- Attribute source
|
||||||
|
the corresponding events will be added to the person. The user can put
|
||||||
|
several lines for the same person if two occupations are known, one event
|
||||||
|
per line will be created.
|
||||||
|
- Fix CSV import for multiple place enclosed by on multiple imports
|
||||||
|
* Pro-Gen import: expanded functionality and fixed minor bugs.
|
||||||
|
* Enhance layout of the preferences dialog
|
||||||
|
* Webcal:
|
||||||
|
- better help msg for the after year option.
|
||||||
|
- Include only events after year
|
||||||
|
- add death event
|
||||||
|
* Edit Person/Family/etc. Gallery Tab: Add buttons for arrangement of
|
||||||
|
GalleryTab media order
|
||||||
|
* Add tooltip for Gramplet Bar To improve discoverability of the Gramplet Bar
|
||||||
|
Menu (Currently a nameless down arrow at end of each Gramplet bar title tab)
|
||||||
|
* Use theme settings for the error state of entry widgets. This avoids
|
||||||
|
problems with dark themes.
|
||||||
|
* vCalendar export: Convenient display on mobile devices.
|
||||||
|
* Add first class support for Occupation attribute
|
||||||
|
* Statistics chart:
|
||||||
|
- Add option to hide empty information on statistics chart
|
||||||
|
- the Statistics Chart report will show a year as an ordinal number in
|
||||||
|
Croatian.
|
||||||
|
* Detailed descendant report: Show death/burial information only if person
|
||||||
|
is probably dead
|
||||||
|
* Birthday report:
|
||||||
|
- Include death anniversaries as an option in the birthdays and anniversary
|
||||||
|
reports.
|
||||||
|
- Added an option to the birthday report that allows for the year of birth
|
||||||
|
(or in the case of a wedding it's year) to be printed in the report.
|
||||||
|
- Added symbols to the birthdays report showing the type of event
|
||||||
|
- Fixed the birthday report so the dead icon is able to be set within the
|
||||||
|
options window
|
||||||
|
- Added a text option to have a string that will show after a persons name
|
||||||
|
in the birthday and anniversary report. This works for both birthdays and
|
||||||
|
anniversaries.
|
||||||
|
* Selection Dialogs: fix to avoid long delay before display on large trees
|
||||||
|
* Geography Maps:
|
||||||
|
- Changed behavior of "Look up with Map Services" Removed the section that
|
||||||
|
looked up by city, and country from the Map Services lookup for Google and
|
||||||
|
Open Street Map.
|
||||||
|
- Geocoding: associate a lat/lon to a place name
|
||||||
|
* End of Line Report: sort generation during output
|
||||||
|
* update the German date handler: added some missing Latin month names and
|
||||||
|
some old German month names
|
||||||
|
* Relative Gramplet: Person Relatives Tab should use the type from the
|
||||||
|
relationship
|
||||||
|
* Fix crash when addon/plugin contains an id with space
|
||||||
|
* Fix Delete dialogs: to support canceling the multiple deletes operation
|
||||||
|
more easily
|
||||||
|
* Fix Find Duplicate People; exception when deleting someone shown outside
|
||||||
|
of the tool
|
||||||
|
* Fix CLI import so that different db types can be used
|
||||||
|
* MetaData Viewer Gramplet: Fix so that metadata is actually detected and
|
||||||
|
displayed
|
||||||
|
* Fix exception when merging with active sidebar filter
|
||||||
|
* Fix GEDCOM importer for SOUR/REFN combinations
|
||||||
|
* Add support for GEDCOM import _FREL/_MREL tags in INDI/FAMC
|
||||||
|
* Improve support for GEDCOM export of _FREL/_MREL in INDI/FAMC
|
||||||
|
|
||||||
2018-08-08
|
2018-08-08
|
||||||
Version 5.0.2
|
Version 5.0.2
|
||||||
Update translations: cs, da, de, fi, fr, hr, it, ru, sl, sv
|
Update translations: cs, da, de, fi, fr, hr, it, ru, sl, sv
|
||||||
|
@ -57,7 +57,7 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = 'Gramps'
|
project = 'Gramps'
|
||||||
copyright = '2001-2018, The Gramps Project'
|
copyright = '2001-2019, The Gramps Project'
|
||||||
author = 'Donald N. Allingham'
|
author = 'Donald N. Allingham'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
@ -65,9 +65,9 @@ author = 'Donald N. Allingham'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '5.0.0'
|
version = '5.1.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '5.0.0-master'
|
release = '5.1.0'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -145,7 +145,7 @@ sys.path.insert(0, ROOT_DIR)
|
|||||||
git_revision = get_git_revision(ROOT_DIR).replace('\n', '')
|
git_revision = get_git_revision(ROOT_DIR).replace('\n', '')
|
||||||
if sys.platform == 'win32' and git_revision == "":
|
if sys.platform == 'win32' and git_revision == "":
|
||||||
git_revision = get_git_revision(os.path.split(ROOT_DIR)[1])
|
git_revision = get_git_revision(os.path.split(ROOT_DIR)[1])
|
||||||
VERSION += git_revision
|
#VERSION += git_revision
|
||||||
#VERSION += "-1"
|
#VERSION += "-1"
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -225,7 +225,7 @@ GTK_GETTEXT_DOMAIN = 'gtk30'
|
|||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
COPYRIGHT_MSG = "© 2001-2006 Donald N. Allingham\n" \
|
COPYRIGHT_MSG = "© 2001-2006 Donald N. Allingham\n" \
|
||||||
"© 2007-2018 The Gramps Developers"
|
"© 2007-2019 The Gramps Developers"
|
||||||
COMMENTS = _("Gramps\n (Genealogical Research and Analysis "
|
COMMENTS = _("Gramps\n (Genealogical Research and Analysis "
|
||||||
"Management Programming System)\n"
|
"Management Programming System)\n"
|
||||||
"is a personal genealogy program.")
|
"is a personal genealogy program.")
|
||||||
|
301
po/ChangeLog
301
po/ChangeLog
@ -1,141 +1,240 @@
|
|||||||
2019-03-20 vantu5z <vantu5z@mail.ru>
|
2019-08-13 niememat <niememat@gmail.com>
|
||||||
|
|
||||||
* po/ru.po: update Russian translation
|
* po/fi.po: Fix translation in Finnish
|
||||||
|
|
||||||
2019-06-12 niememat <niememat@gmail.com>
|
2019-07-20 niememat <niememat@gmail.com>
|
||||||
|
|
||||||
* po/fi.po: Update finnish translation
|
* po/fi.po: Update finnish translation
|
||||||
|
|
||||||
2019-06-10 milotype <43657314+milotype@users.noreply.github.com>
|
2019-07-18 vantu5z <vantu5z@mail.ru>
|
||||||
|
|
||||||
* po/hr.po: Update Croatian translation (#824)
|
|
||||||
|
|
||||||
2019-06-10 Ed Bennett <pyedward@swansea.ac.uk>
|
|
||||||
|
|
||||||
* 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/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: Adjust translation strings for unmarried partners to
|
|
||||||
give correct text in English (#818) Fixes #11109
|
|
||||||
|
|
||||||
2019-01-05 caigner <github@sys-admin.at>
|
|
||||||
|
|
||||||
* 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/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: changed 'Edit ->Set Home Person' to 'Edit -> Set Home
|
|
||||||
Person'
|
|
||||||
|
|
||||||
2019-04-14 système <romjerome@users.noreply.github.com>
|
|
||||||
|
|
||||||
* po/fr.po: typo on french translation
|
|
||||||
|
|
||||||
2019-03-17 milotype <43657314+milotype@users.noreply.github.com>
|
|
||||||
|
|
||||||
* po/hr.po: Update Croatian translation (#803) update with current maint50 pot file
|
|
||||||
|
|
||||||
2019-01-17 vantu5z <vantu5z@mail.ru>
|
|
||||||
|
|
||||||
* po/ru.po: update Russian translation
|
* po/ru.po: update Russian translation
|
||||||
|
|
||||||
2019-02-27 Bernard Banko <beernarrd@gmail.com>
|
2019-07-11 Lajos Nemeséri <nemeseril@gmail.com>
|
||||||
|
|
||||||
* po/sl.po: Slovenian translation correction
|
* po/hu.po: Update Hungarian (hu) translation (#845)
|
||||||
|
|
||||||
2019-02-16 système <romjerome@users.noreply.github.com>
|
2019-07-09 Leonhaeuser <mirko@leonhaeuser.de>
|
||||||
|
|
||||||
* po/fr.po: update french translation
|
* po/de.po: update German translation
|
||||||
|
|
||||||
2019-02-14 système <romjerome@users.noreply.github.com>
|
2019-06-21 vantu5z <vantu5z@mail.ru>
|
||||||
|
|
||||||
* po/fr.po: update (partial) french translation
|
* po/ru.po: update Russian translation
|
||||||
|
|
||||||
2019-02-14 système <romjerome@users.noreply.github.com>
|
2019-06-20 Leonhaeuser <mirko@leonhaeuser.de>
|
||||||
|
|
||||||
* po/fr.po: merge with last template
|
|
||||||
|
|
||||||
2019-02-14 système <romjerome@users.noreply.github.com>
|
|
||||||
|
|
||||||
* po/fr.po: bug 10841: Typos in the French translation
|
|
||||||
|
|
||||||
2019-02-14 système <romjerome@users.noreply.github.com>
|
|
||||||
|
|
||||||
* po/fr.po: fix a typo
|
|
||||||
|
|
||||||
2019-02-10 Bernard Banko <beernarrd@gmail.com>
|
|
||||||
|
|
||||||
* po/sl.po: Slovenian language update
|
|
||||||
|
|
||||||
2019-02-10 Luigi Toscano <luigi.toscano@tiscali.it>
|
|
||||||
|
|
||||||
* po/it.po: Italian translation updates - restore few strings from the welcome Gramplet that got lost after the split of a messages in smaller messages; - fix few errors.
|
|
||||||
|
|
||||||
2019-02-10 Luigi Toscano <luigi.toscano@tiscali.it>
|
|
||||||
|
|
||||||
* po/it.po: Refresh the Italian po file
|
|
||||||
|
|
||||||
2019-01-22 Leonhaeuser <mirko@leonhaeuser.de>
|
|
||||||
|
|
||||||
* po/de.po: Update German translation
|
* po/de.po: Update German translation
|
||||||
|
|
||||||
2019-01-22 Christian Aigner <github@sys-admin.at>
|
2019-06-16 pehlm <par.ekholm@pekholm.org>
|
||||||
|
|
||||||
* po/de.po: [German] Change Text on Settings -> Colour (#767) * Unified the labels. The overall appearance looks now a bit cleaner. * Fixed a grammatical bug (das -> dass)
|
* po/sv.po: Update Swedish translation with the new gramps.pot
|
||||||
|
|
||||||
2019-01-22 Christian Aigner <github@sys-admin.at>
|
2019-06-16 niememat <niememat@gmail.com>
|
||||||
|
|
||||||
* po/de.po: Corrections in 'Tip of Day'; changed 'Schlussnotizen' to
|
* po/fi.po: Fix translation in Finnish
|
||||||
'Quellennachweis' (#753)
|
|
||||||
|
|
||||||
2019-01-12 vantu5z <vantu5z@mail.ru>
|
2019-06-04 niememat <niememat@gmail.com>
|
||||||
|
|
||||||
* po/ru.po: update Russian translation
|
* po/fi.po: Update finnish translation
|
||||||
|
|
||||||
2019-01-11 Zdeněk Hataš <zdenek.hatas@gmail.com>
|
2019-05-26 Leonhaeuser <mirko@leonhaeuser.de>
|
||||||
|
|
||||||
* po/cs.po: Update Czech translation
|
|
||||||
|
|
||||||
2019-01-05 Leonhaeuser <mirko@leonhaeuser.de>
|
|
||||||
|
|
||||||
* po/de.po: update German translation
|
* po/de.po: update German translation
|
||||||
|
|
||||||
2019-01-05 niememat <niememat@gmail.com>
|
2019-05-19 Leonhaeuser <mirko@leonhaeuser.de>
|
||||||
|
|
||||||
* po/fi.po: Fix and updated translation in Finnish
|
* po/de.po: update German translation
|
||||||
|
|
||||||
2019-01-04 P Ekholm <par.ekholm@pekholm.se>
|
2019-05-18 niememat <niememat@gmail.com>
|
||||||
|
|
||||||
|
* po/fi.po: Update finnish translation
|
||||||
|
|
||||||
|
2019-05-16 vantu5z <vantu5z@mail.ru>
|
||||||
|
|
||||||
|
* po/ru.po: update Russian translation
|
||||||
|
|
||||||
|
2019-05-15 pehlm <par.ekholm@pekholm.org>
|
||||||
|
|
||||||
* po/sv.po: Update Swedish translation
|
* po/sv.po: Update Swedish translation
|
||||||
|
|
||||||
2018-12-31 caigner <github@sys-admin.at>
|
2019-03-13 jose1711 <jose1711@gmail.com>
|
||||||
|
|
||||||
* po/de.po: German translation corrections
|
* po/sk.po: Fix typo in Slovak translation
|
||||||
|
|
||||||
2018-12-30 Leonhaeuser <mirko@leonhaeuser.de>
|
2019-01-05 Piotr Kasprzyk <ciri@ciri.pl>
|
||||||
|
|
||||||
* po/de.po: update German translation
|
* po/pl.po: Adjust - Polish translation
|
||||||
|
|
||||||
2018-12-28 Pär Ekholm <pelle.ekh@koping.net>
|
|
||||||
|
|
||||||
* po/sv.po: Add some untranslated strings in po/sv.po
|
|
||||||
|
|
||||||
2018-12-28 vantu5z <vantu5z@mail.ru>
|
|
||||||
|
|
||||||
* po/ru.po: update Russian translation
|
|
||||||
|
|
||||||
2018-12-26 prculley <paulr2787@gmail.com>
|
2018-12-26 prculley <paulr2787@gmail.com>
|
||||||
|
|
||||||
* po/da.po: remove crlf line endings on da.po
|
* po/cs.po, po/da.po, po/de.po, po/eo.po, po/fi.po, po/fr.po,
|
||||||
|
po/hr.po, po/hu.po, po/nn.po, po/pt_PT.po, po/ru.po, po/sl.po,
|
||||||
|
po/sv.po: fixup some merge issues in po files
|
||||||
|
|
||||||
2018-12-22 Zdeněk Hataš <zdenek.hatas@gmail.com>
|
2018-09-27 Robin van der Vliet <info@robinvandervliet.com>
|
||||||
|
|
||||||
* Update Czech translation
|
* po/eo.po: Esperanto Translation Update eo.po (#660) Made a lot of corrections and other stylistic improvements to the
|
||||||
|
Esperanto file.
|
||||||
|
|
||||||
|
2018-08-09 prculley <paulr2787@gmail.com>
|
||||||
|
|
||||||
|
* po/da.po, po/is.po, po/vi.po: Fix up bad translation files after
|
||||||
|
merge
|
||||||
|
|
||||||
|
2018-08-08 Leonhaeuser <mirko@leonhaeuser.de>
|
||||||
|
|
||||||
|
* po/de.po: Reviewed German translation Thanks to bmendl
|
||||||
|
|
||||||
|
2018-08-08 niememat <niememat@gmail.com>
|
||||||
|
|
||||||
|
* po/fi.po: Fix translation in Finnish
|
||||||
|
|
||||||
|
2018-08-05 niememat <niememat@gmail.com>
|
||||||
|
|
||||||
|
* po/fi.po: Fix and updated translation in Finnish
|
||||||
|
|
||||||
|
2018-07-22 niememat <niememat@gmail.com>
|
||||||
|
|
||||||
|
* po/fi.po: Fix translation in Finnish
|
||||||
|
|
||||||
|
2018-07-22 niememat <niememat@gmail.com>
|
||||||
|
|
||||||
|
* po/fi.po: New fix translation in Finnish
|
||||||
|
|
||||||
|
2018-07-22 Espen Berg <espenbe@gmail.com>
|
||||||
|
|
||||||
|
* po/nb.po: Revised Norwegian bokmål
|
||||||
|
|
||||||
|
2018-07-22 Espen Berg <espenbe@gmail.com>
|
||||||
|
|
||||||
|
* po/nb.po: Revised Norwegian bokmål
|
||||||
|
|
||||||
|
2018-07-22 niememat <niememat@gmail.com>
|
||||||
|
|
||||||
|
* po/fi.po: Fix translation in Finnish
|
||||||
|
|
||||||
|
2018-07-21 De Tran <trande@gmail.com>
|
||||||
|
|
||||||
|
* po/vi.po: Fix and update Vietnamese translation Resolves #10681.
|
||||||
|
|
||||||
|
2018-07-21 Sveinn í Felli <sv1@fellsnet.is>
|
||||||
|
|
||||||
|
* po/is.po: Update Icelandic translation
|
||||||
|
|
||||||
|
2018-05-10 jose1711 <jose1711@gmail.com>
|
||||||
|
|
||||||
|
* po/sk.po: Fix and update Slovak translation
|
||||||
|
|
||||||
|
2018-07-20 niememat <niememat@gmail.com>
|
||||||
|
|
||||||
|
* po/fi.po: Fix translation in Finnish
|
||||||
|
|
||||||
|
2018-07-20 niememat <niememat@gmail.com>
|
||||||
|
|
||||||
|
* po/fi.po: Fix translation in Finnish
|
||||||
|
|
||||||
|
2018-07-18 niememat <niememat@gmail.com>
|
||||||
|
|
||||||
|
* po/fi.po: Fix translation in Finnish
|
||||||
|
|
||||||
|
2018-07-15 Luigi Toscano <luigi.toscano@tiscali.it>
|
||||||
|
|
||||||
|
* po/it.po: Update Italian translation
|
||||||
|
|
||||||
|
2018-07-13 Nick Hall <nick-h@gramps-project.org>
|
||||||
|
|
||||||
|
* po/en_GB.po: Update English (British) translation
|
||||||
|
|
||||||
|
2018-07-13 De Tran <trande@gmail.com>
|
||||||
|
|
||||||
|
* po/vi.po: Update Vietnamese translation
|
||||||
|
|
||||||
|
2018-07-13 Kaj Mikkelsen <kmi@vgdata.dk>
|
||||||
|
|
||||||
|
* po/da.po: Update Danish translation
|
||||||
|
|
||||||
|
2018-07-13 Lajos Nemeséri <nemeseril@gmail.com>
|
||||||
|
|
||||||
|
* po/hu.po: Update Hungarian translation
|
||||||
|
|
||||||
|
2018-07-12 prculley <paulr2787@gmail.com>
|
||||||
|
|
||||||
|
* po/ar.po, po/bg.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/he.po, po/hr.po, po/hu.po, po/is.po, po/it.po, po/ja.po,
|
||||||
|
po/lt.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt_BR.po,
|
||||||
|
po/pt_PT.po, po/ru.po, po/sk.po, po/sl.po, po/sq.po, po/sr.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: Use msgcat merged po files instead of git
|
||||||
|
merge versions
|
||||||
|
|
||||||
|
2018-05-17 Espen Berg <espenbe@gmail.com>
|
||||||
|
|
||||||
|
* po/nn.po: Received revised Norsk Nynorsk from Sigmund Lorentsen
|
||||||
|
2018-05-01
|
||||||
|
|
||||||
|
2018-05-17 Espen Berg <espenbe@gmail.com>
|
||||||
|
|
||||||
|
* po/nb.po: revised Norwegian bokmål
|
||||||
|
|
||||||
|
2018-03-14 Paulo Henrique Moraes <paulohpmoraes@users.noreply.github.com>
|
||||||
|
|
||||||
|
* po/pt_BR.po: [pt_BR]Translation updates and corrections (#582) - Portuguese (Brazil)
|
||||||
|
|
||||||
|
2018-02-23 Paulo Henrique Moraes <paulohpmoraes@users.noreply.github.com>
|
||||||
|
|
||||||
|
* po/pt_BR.po: Brazilian portuguese update
|
||||||
|
|
||||||
|
2018-02-20 niememat <niememat@gmail.com>
|
||||||
|
|
||||||
|
* po/fi.po: Update finnish translation
|
||||||
|
|
||||||
|
2017-12-27 Paweł Tomkiel <pawel.tomkiel@oktawave.com>
|
||||||
|
|
||||||
|
* po/pl.po: fixing polish places translations
|
||||||
|
|
||||||
|
2017-11-25 niememat <niememat@gmail.com>
|
||||||
|
|
||||||
|
* po/fi.po: Update finnish translation
|
||||||
|
|
||||||
|
2017-08-03 Leonhaeuser <mirko@leonhaeuser.de>
|
||||||
|
|
||||||
|
* po/de.po: synced with gramps 50
|
||||||
|
|
||||||
|
2017-08-01 romjerome <romjerome@users.noreply.github.com>
|
||||||
|
|
||||||
|
* po/fr.po: update french translation
|
||||||
|
|
||||||
|
2017-07-27 niememat <niememat@gmail.com>
|
||||||
|
|
||||||
|
* po/fi.po: Update finnish translation
|
||||||
|
|
||||||
|
2017-07-15 Leonhaeuser <mirko@leonhaeuser.de>
|
||||||
|
|
||||||
|
* po/de.po: update German translation Fix #0010131
|
||||||
|
|
||||||
|
2017-07-08 Lajos Nemeséri <nemeseril@gmail.com>
|
||||||
|
|
||||||
|
* po/hu.po: Update Hungarian translation
|
||||||
|
|
||||||
|
2017-07-02 Fedik <getthesite@gmail.com>
|
||||||
|
|
||||||
|
* po/uk.po: Update Ukrainian translation
|
||||||
|
|
||||||
|
2017-06-30 romjerome <romjerome@users.noreply.github.com>
|
||||||
|
|
||||||
|
* po/fr.po: update french translation
|
||||||
|
|
||||||
|
2017-06-26 arnaullv <arnaullv@gmail.com>
|
||||||
|
|
||||||
|
* po/ca.po: Updated catalan translation to latest template
|
||||||
|
|
||||||
|
2017-06-24 niememat <niememat@gmail.com>
|
||||||
|
|
||||||
|
* po/fi.po: Update fix finnish translation
|
||||||
|
|
||||||
|
2017-06-05 Zdeněk Hataš <zdenek.hatas@gmail.com>
|
||||||
|
|
||||||
|
* czech translation update
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -494,7 +494,7 @@ setup(name = 'gramps',
|
|||||||
data_files = data_files,
|
data_files = data_files,
|
||||||
scripts = ['scripts/gramps'],
|
scripts = ['scripts/gramps'],
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 1 - Planning",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"Environment :: MacOS X",
|
"Environment :: MacOS X",
|
||||||
"Environment :: Plugins",
|
"Environment :: Plugins",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user