Skip to content
Snippets Groups Projects
Commit fe12ec18 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

update-manager: fix l10n-es UI dialog

parent 275b16ec
No related branches found
No related tags found
1 merge request!1052update-manager: fix l10n-es UI dialog
Pipeline #940 passed
This diff is collapsed.
#!/bin/sh
#
# Copyright (C) 2008-2020 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2023 Luis Guzmán <ark@switnet.org>
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
#
# This program is free software; you can redistribute it and/or modify
......@@ -18,7 +19,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=16
VERSION=17
. ./config
......@@ -81,6 +82,10 @@ sed -i '/do-partial-upgrade/s|ubuntu-release|trisquel-release|' UpdateManager/Di
#Fix base_uri for trisquel meta-release-lts
sed -i 's|changelogs.ubuntu.com/|archive.trisquel.org/trisquel/|' UpdateManager/Core/MetaRelease.py
# l10n patch fixes
## es.po
patch -p0 < $DATA/l10n/es_po_rev032023.patch
changelog "Compiled for Trisquel"
compile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment