From 577bc038dec13ac2541a6b5c0ae9ed3a68d36017 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Sat, 6 Apr 2024 21:51:32 +0100 Subject: [PATCH] Update Changelog and NEWS files --- ChangeLog | 393 +++++++++++++-------------------------------------- NEWS | 10 ++ po/ChangeLog | 241 ++++++++++--------------------- 3 files changed, 182 insertions(+), 462 deletions(-) diff --git a/ChangeLog b/ChangeLog index e3507f3f6bd..1a72e001912 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,350 +1,153 @@ -2024-03-24 Nick Hall - - * po/gramps.pot: Update gramps.pot - -2024-03-24 Nick Hall - - * gramps/gui/plug/_windows.py: Fix error when installing an addon - that will not be registered Some addons are removed from the plugin registration lists. These - include addons that don't meet their prerequisite requirements and - also developer tools and unstable addons when not running in - developer mode. In the current design we don't store the installation status of - these addons, so this fix just presents an error dialog to the user. A better long-term solution would be to register the addons, but - flag them as inactive. This way we could easily detect if that they - were installed and disable the install button. Fixes #13233. - -2024-03-24 Avi Markovitz - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-24 Matti Niemelä - - * po/fi.po: Translated using Weblate (Finnish) Currently translated at 99.9% (7112 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/fi/ - -2024-03-22 Nick Hall - - * gramps/gen/plug/_pluginreg.py: Allow experimental and beta plugins - to be registered Fixes #13232. - -2024-03-22 Nick Hall - - * README.md: Tidy up the README file - -2024-03-04 Elliott Sales de Andrade - - * gramps/gui/widgets/fanchart.py, - gramps/gui/widgets/fanchart2way.py, - gramps/gui/widgets/fanchartdesc.py: Fix fan charts on HiDPI screens Most DrawingArea-based widgets are fine, but the fan charts use a - backing image surface that is blitted when needed. On HiDPI - displays, this image surface is normal size, and thus everything - ends up blurry when scaled up. Instead the backing surface should be scaled to match the display, - and also re-created if the display scale changes (e.g., if display - settings change, or the window is moved between displays with - different settings.) - -2024-03-22 Nick Hall - - * README.md: Replace PIL with Pillow in the README Issue #10016. - -2024-03-22 Nick Hall - - * gramps/gen/lib/tag.py: Fix the Tag.is_empty() method The `Tag.is_empty()` method was returning the inverse of the - expected value. Fixes #12579. - -2024-03-20 SNoiraud - - * gramps/plugins/lib/maps/geography.py: Cannot create Place with - coordinates via Geography Fixes #13228 - -2024-03-16 Nick Hall - - * gramps/gen/utils/location.py: Fix place title when place names use - open spans The function to determine the latest date for a place had not been - updated for open spans resulting in "?" being incorrectly displayed - as the place title. Fixes #13222. - -2024-03-15 Nick Hall - - * gramps/gen/utils/grampslocale.py: Fix the addon translator - language for core translations Pass the languages list to the core translator. This gives better - translations when creating the addon listings. Fixes #13221. - -2024-03-15 Nick Hall - - * aio/grampsaio64.nsi.template: Update AIO minimum Windows version - requirement to 8.1 64-bit The MSYS2 build environment dropped support for Windows 7 and 8.0 on - 15th Jan 2023. - https://www.msys2.org/news/#2023-01-15-dropping-support-for-windows-7-and-80 - -2024-03-09 Nick Hall - - * gramps/plugins/db/dbapi/dbapi.py: Prevent unwanted output in unit - test logs Change info message into a debug message. - -2024-03-09 Nick Hall - - * gramps/plugins/importer/importgedcom.py, - gramps/plugins/importer/importprogen.py: Fix unit tests when run - with Python 3.12 When running in command line mode, the Gedcom and ProGen importers - were being run before the `gi.require_version` method, causing Gtk - 4.0 to be incorrectly loaded. This caused some unit tests to fail. Fixes #13212. - -2024-03-03 GaryGriffin - - * gramps/gui/configure.py: Revert Death fallback symbol from Latin - Cross to + Revert the use of Latin Cross as the fallback dead symbol as this is - not valid on Mac. Changing to '+' instead of Latin Cross. - -2024-03-03 GaryGriffin - - * gramps/gen/utils/requirements.py: Addon Manager Requirements mark - symbols on Mac Change the cross mark and check mark symbols used in the Addon - Manager Requirements screen to be valid characters on Mac. Fixes #13194. - -2024-03-02 Nick Hall - - * gramps/gui/editors/displaytabs/citationrefmodel.py: Fix display of - invalid dates in editor citation tabs Fixes #13192. - -2024-03-21 Nick Hall - - * po/its/appdata.its, po/its/appdata.loc, po/its/metainfo.its, - po/its/metainfo.loc: Include metainfo rather than appdata 'its' - files - -2024-02-24 Alexander Wilms - - * data/org.gramps_project.Gramps.metainfo.xml.in: Update AppStream - MetaInfo file to conform to latest spec - -2024-02-25 Nick Hall - - * gramps/gen/filters/rules/_hastextmatchingregexpof.py, - gramps/gen/filters/rules/person/_hascommonancestorwithfiltermatch.p - y, gramps/gen/filters/rules/person/_hasgallery.py, - gramps/gen/filters/rules/person/_hastextmatchingregexpof.py: Fix - filter rules missing the use_case parameter Fixes #13187. - -2024-03-10 André Apitzsch - - * data/{org.gramps_project.Gramps.appdata.xml.in => - org.gramps_project.Gramps.metainfo.xml.in}, po/POTFILES.in, - po/update_po.py, setup.py: Rename metadata file to follow spec See - - https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location - -2024-03-10 André Apitzsch - - * data/org.gramps_project.Gramps.appdata.xml.in: Add release - information to appdata - -2024-03-20 MichaÅ‚ Moczulski - - * po/pl.po: Translated using Weblate (Polish) Currently translated at 99.4% (7076 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/pl/ - -2024-03-20 Mihle - - * po/nb.po: Translated using Weblate (Norwegian BokmÃ¥l) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/ +2024-04-05 SNoiraud -2024-03-20 Avi Markovitz + * gramps/plugins/rel/relplugins.gpr.py: Hebrew relationship + calculator not loading Fixes #13251 - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-14 Avi Markovitz - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Avi Markovitz - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Yaron Shahrabani - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Avi Markovitz - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Avi Markovitz - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Yaron Shahrabani - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Avi Markovitz - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Yaron Shahrabani - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Avi Markovitz - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ +2024-04-03 SNoiraud -2024-03-12 Yaron Shahrabani + * gramps/plugins/webreport/narrativeweb.py: Narweb: Person object + has no get_father_handle Fixes #13207 - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Avi Markovitz +2024-04-06 Павел Жуков - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ + * po/ru.po: Translated using Weblate (Russian) Currently translated at 99.8% (7107 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/ru/ -2024-03-12 Yaron Shahrabani +2024-04-06 Milo Ivir - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ + * po/hr.po: Translated using Weblate (Croatian) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/hr/ -2024-03-12 Yaron Shahrabani +2024-04-06 Avi Markovitz - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: + * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/ -2024-03-12 Avi Markovitz +2024-04-06 Yaron Shahrabani - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: + * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/ -2024-03-12 Yaron Shahrabani +2024-04-06 Bora Atıcı - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ + * po/tr.po: Translated using Weblate (Turkish) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/tr/ -2024-03-12 Avi Markovitz +2024-04-06 Christoph Eder - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ + * po/de_AT.po: Translated using Weblate (German (Austria)) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/de_AT/ -2024-03-12 Avi Markovitz +2024-04-06 Matti Niemelä - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ + * po/fi.po: Translated using Weblate (Finnish) Currently translated at 99.9% (7114 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/fi/ -2024-03-12 Yaron Shahrabani +2024-04-06 WaldiS - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ + * po/pl.po: Translated using Weblate (Polish) Currently translated at 99.4% (7077 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/pl/ -2024-03-12 Avi Markovitz +2024-04-06 Avi Markovitz - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: + * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 99.9% (7115 of 7117 strings) Translation: Gramps/Program Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/ -2024-03-12 Christoph Eder +2024-03-28 John Ralls - * po/de_AT.po: Translated using Weblate (German (Austria)) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/de_AT/ + * mac/Info.plist, mac/gramps.modules: Package Gramps 5.2.1 on macOS. -2024-03-12 Milan +2024-03-28 Nick Hall - * po/sk.po: Translated using Weblate (Slovak) Currently translated at 99.9% (7113 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/sk/ + * .github/workflows/gramps-ci.yml: Restrict CI workflow to run on a + single branch Reverts commit 2b5a95135cd73564e934cd21805efa9e4974e215. -2024-03-12 Yaron Shahrabani +2024-03-26 SNoiraud - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ + * data/css/Web_Print-Default.css: Don't show Navigation when we + print a page. Fixes #13160 -2024-03-12 Avi Markovitz +2024-03-27 Avi Markovitz - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: + * po/he.po: Translated using Weblate (Hebrew) Currently translated at 99.9% (7115 of 7117 strings) Translation: Gramps/Program Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/ -2024-03-11 Milan Å alka +2024-03-27 Mirko Leonhaeuser - * po/sk.po: Translated using Weblate (Slovak) Currently translated at 99.9% (7113 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/sk/ + * po/de.po: Translated using Weblate (German) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/de/ -2024-03-11 Christoph Eder +2024-03-27 OÄŸuz Ersen - * po/de_AT.po: Translated using Weblate (German (Austria)) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/de_AT/ - -2024-03-11 Emmanuel Vallois - - * po/fr.po: Translated using Weblate (French) Currently translated at 99.2% (7061 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/fr/ - -2024-03-11 Bora Atıcı - - * po/tr.po: Translated using Weblate (Turkish) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: + * po/tr.po: Translated using Weblate (Turkish) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/tr/ -2024-03-11 Avi Markovitz - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-02-29 Tian Shixiong - - * po/zh_CN.po: Translated using Weblate (Chinese (Simplified)) Currently translated at 91.0% (6475 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/zh_Hans/ +2024-03-27 Pär Ekholm -2024-02-29 Medic Momcilo + * po/sv.po: Translated using Weblate (Swedish) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/sv/ - * po/sr.po: Translated using Weblate (Serbian) Currently translated at 80.2% (5710 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/sr/ +2024-03-27 Stephan Paternotte -2024-02-29 OscarBrownbread + * po/nl.po: Translated using Weblate (Dutch) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/nl/ - * po/ga.po: Translated using Weblate (Irish) Currently translated at 0.2% (20 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/ga/ +2024-03-27 Mihle -2024-02-29 Milan - - * po/sk.po: Translated using Weblate (Slovak) Currently translated at 99.9% (7113 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/sk/ + * po/nb.po: Translated using Weblate (Norwegian BokmÃ¥l) Currently translated at 99.9% (7115 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/ -2024-02-29 Christoph Eder +2024-03-27 Matti Niemelä - * po/de_AT.po: Translated using Weblate (German (Austria)) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/de_AT/ Translated using Weblate (German (Austria)) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/de_AT/ + * po/fi.po: Translated using Weblate (Finnish) Currently translated at 99.9% (7113 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/fi/ -2024-02-29 Andrii Serbovets +2024-03-27 gallegonovato - * po/uk.po: Translated using Weblate (Ukrainian) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/uk/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/uk/ Translated using Weblate (Ukrainian) Currently translated at 99.7% (7094 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/uk/ + * po/es.po: Translated using Weblate (Spanish) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/es/ -2024-02-29 Luigi Toscano +2024-03-27 Milan - * po/it.po: Translated using Weblate (Italian) Currently translated at 98.3% (7000 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/it/ + * po/cs.po, po/sk.po: Translated using Weblate (Slovak) Currently translated at 99.9% (7115 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/sk/ Translated using Weblate (Czech) Currently translated at 99.8% (7103 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/cs/ -2024-02-23 John Ralls +2024-03-27 Hosted Weblate - * mac/Info.plist, mac/gramps.modules: Package Gramps 5.2.0 on macOS. + * po/ar.po, po/bg.po, po/br.po, po/ca.po, po/cs.po, po/da.po, + po/de.po, po/de_AT.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, + po/fa.po, po/fi.po, po/fr.po, po/ga.po, po/gl.po, po/he.po, + po/hr.po, po/hu.po, po/id.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: Update + translation files Updated by "Update PO files to match POT (msgmerge)" hook in + Weblate. Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/ -2024-02-23 Nick Hall +2024-03-24 Nick Hall - * Bump to 5.2.1 + * Bump to 5.2.2 diff --git a/NEWS b/NEWS index 870562e1fa5..3052239eed5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +2024-04-06 +Version 5.2.2 +* Updated translations: cs, de, de_AT, es, fi, he, hr, nb, nl, pl, ru, sk, sv, + tr. +* Hebrew relationship calculator not loading. Fixes #13251. +* Narweb: Person object has no get_father_handle. Fixes #13207. +* Package Gramps 5.2.1 on macOS. +* Restrict CI workflow to run on a single branch. +* Don't show Navigation when we print a page. Fixes #13160. + 2024-03-24 Version 5.2.1 * Updated translations: de_AT, fi, fr, ga, he, it, nb_NO, pl, sk, sr, tr, uk, diff --git a/po/ChangeLog b/po/ChangeLog index 29014f52f2d..4da84e43642 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,210 +1,117 @@ -2024-03-24 Avi Markovitz +2024-04-06 Павел Жуков - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-24 Matti Niemelä - - * po/fi.po: Translated using Weblate (Finnish) Currently translated at 99.9% (7112 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/fi/ - -2024-03-20 MichaÅ‚ Moczulski - - * po/pl.po: Translated using Weblate (Polish) Currently translated at 99.4% (7076 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/pl/ - -2024-03-20 Mihle - - * po/nb.po: Translated using Weblate (Norwegian BokmÃ¥l) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/ - -2024-03-20 Avi Markovitz - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-14 Avi Markovitz - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Avi Markovitz - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Yaron Shahrabani - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Avi Markovitz - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Avi Markovitz - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Yaron Shahrabani - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Avi Markovitz - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Yaron Shahrabani - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ + * po/ru.po: Translated using Weblate (Russian) Currently translated at 99.8% (7107 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/ru/ -2024-03-12 Avi Markovitz +2024-04-06 Milo Ivir - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Yaron Shahrabani - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Avi Markovitz - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Yaron Shahrabani - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Yaron Shahrabani - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Avi Markovitz - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Yaron Shahrabani - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ + * po/hr.po: Translated using Weblate (Croatian) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/hr/ -2024-03-12 Avi Markovitz +2024-04-06 Avi Markovitz - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: + * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/ -2024-03-12 Avi Markovitz +2024-04-06 Yaron Shahrabani - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: + * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/ -2024-03-12 Yaron Shahrabani +2024-04-06 Bora Atıcı - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ - -2024-03-12 Avi Markovitz - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ + * po/tr.po: Translated using Weblate (Turkish) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/tr/ -2024-03-12 Christoph Eder +2024-04-06 Christoph Eder - * po/de_AT.po: Translated using Weblate (German (Austria)) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: + * po/de_AT.po: Translated using Weblate (German (Austria)) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/de_AT/ -2024-03-12 Milan +2024-04-06 Matti Niemelä - * po/sk.po: Translated using Weblate (Slovak) Currently translated at 99.9% (7113 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/sk/ + * po/fi.po: Translated using Weblate (Finnish) Currently translated at 99.9% (7114 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/fi/ -2024-03-12 Yaron Shahrabani +2024-04-06 WaldiS - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ + * po/pl.po: Translated using Weblate (Polish) Currently translated at 99.4% (7077 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/pl/ -2024-03-12 Avi Markovitz +2024-04-06 Avi Markovitz - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: + * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 99.9% (7115 of 7117 strings) Translation: Gramps/Program Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/he/ -2024-03-11 Milan Å alka - - * po/sk.po: Translated using Weblate (Slovak) Currently translated at 99.9% (7113 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/sk/ +2024-03-27 Avi Markovitz -2024-03-11 Christoph Eder - - * po/de_AT.po: Translated using Weblate (German (Austria)) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/de_AT/ + * po/he.po: Translated using Weblate (Hebrew) Currently translated at 99.9% (7115 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/he/ -2024-03-11 Emmanuel Vallois +2024-03-27 Mirko Leonhaeuser - * po/fr.po: Translated using Weblate (French) Currently translated at 99.2% (7061 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/fr/ + * po/de.po: Translated using Weblate (German) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/de/ -2024-03-11 Bora Atıcı +2024-03-27 OÄŸuz Ersen - * po/tr.po: Translated using Weblate (Turkish) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: + * po/tr.po: Translated using Weblate (Turkish) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: https://hosted.weblate.org/projects/gramps-project/gramps/tr/ -2024-03-11 Avi Markovitz - - * po/he.po: Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ Translated using Weblate (Hebrew) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/he/ +2024-03-27 Pär Ekholm -2024-02-29 Tian Shixiong + * po/sv.po: Translated using Weblate (Swedish) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/sv/ - * po/zh_CN.po: Translated using Weblate (Chinese (Simplified)) Currently translated at 91.0% (6475 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/zh_Hans/ +2024-03-27 Stephan Paternotte -2024-02-29 Medic Momcilo + * po/nl.po: Translated using Weblate (Dutch) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/nl/ - * po/sr.po: Translated using Weblate (Serbian) Currently translated at 80.2% (5710 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/sr/ +2024-03-27 Mihle -2024-02-29 OscarBrownbread - - * po/ga.po: Translated using Weblate (Irish) Currently translated at 0.2% (20 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/ga/ + * po/nb.po: Translated using Weblate (Norwegian BokmÃ¥l) Currently translated at 99.9% (7115 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/nb_NO/ -2024-02-29 Milan +2024-03-27 Matti Niemelä - * po/sk.po: Translated using Weblate (Slovak) Currently translated at 99.9% (7113 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/sk/ + * po/fi.po: Translated using Weblate (Finnish) Currently translated at 99.9% (7113 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/fi/ -2024-02-29 Christoph Eder +2024-03-27 gallegonovato - * po/de_AT.po: Translated using Weblate (German (Austria)) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/de_AT/ Translated using Weblate (German (Austria)) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/de_AT/ + * po/es.po: Translated using Weblate (Spanish) Currently translated at 100.0% (7117 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/es/ -2024-02-29 Andrii Serbovets +2024-03-27 Milan - * po/uk.po: Translated using Weblate (Ukrainian) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/uk/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (7115 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/uk/ Translated using Weblate (Ukrainian) Currently translated at 99.7% (7094 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/uk/ + * po/cs.po, po/sk.po: Translated using Weblate (Slovak) Currently translated at 99.9% (7115 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/sk/ Translated using Weblate (Czech) Currently translated at 99.8% (7103 of 7117 strings) Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/cs/ -2024-02-29 Luigi Toscano +2024-03-27 Hosted Weblate - * Translated using Weblate (Italian) Currently translated at 98.3% (7000 of 7115 strings) Translation: Gramps/Program Translate-URL: - https://hosted.weblate.org/projects/gramps-project/gramps/it/ + * Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in + Weblate. Translation: Gramps/Program Translate-URL: + https://hosted.weblate.org/projects/gramps-project/gramps/