update-manager: fix l10n-es UI dialog
This commit is contained in:
parent
275b16ec80
commit
fe12ec18dd
2 changed files with 1868 additions and 1 deletions
1862
helpers/DATA/update-manager/l10n/es_po_rev032023.patch
Normal file
1862
helpers/DATA/update-manager/l10n/es_po_rev032023.patch
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2008-2020 Ruben Rodriguez <ruben@trisquel.info>
|
# 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>
|
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=16
|
VERSION=17
|
||||||
|
|
||||||
. ./config
|
. ./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
|
#Fix base_uri for trisquel meta-release-lts
|
||||||
sed -i 's|changelogs.ubuntu.com/|archive.trisquel.org/trisquel/|' UpdateManager/Core/MetaRelease.py
|
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"
|
changelog "Compiled for Trisquel"
|
||||||
|
|
||||||
compile
|
compile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue