[PATCH 7/9] i18n: use dummy localizations to avoid dependencies
authorZygmunt Krynicki <me@zygoon.pl>
Thu, 17 Jan 2019 14:42:35 +0000 (16:42 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 24 Feb 2021 08:23:51 +0000 (08:23 +0000)
commit3ebe5304436f10405fbab5527e43eb42f21b101d
treeb38942bb2d45e4538fd07b238f7ef1b90fb2d160
parentfd36343b15bcdc06fd1822617717a038b2f0b057
[PATCH 7/9] i18n: use dummy localizations to avoid dependencies

Upstream snapd uses the github.com/ojii/gettext.go package for access to
translation catalogs. This package is currently not available in Debian
and prevents building the package. As such, replace the real
implementation with a simple dummy one that always uses the English
input strings.

Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
Gbp-Pq: Name 0007-i18n-use-dummy-localizations-to-avoid-dependencies.patch
i18n/i18n.go
i18n/i18n_test.go