summaryrefslogtreecommitdiff
path: root/client/client.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-10-30 16:50:12 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-10-30 16:50:29 +0100
commitd47796499fb847c0a03bdca100b10d52fadfe71a (patch)
tree5662370908461c3a3201a1322ec860d60102f7e3 /client/client.go
parentb189a197a1a7e9503ffc5a9cdde258cc93e2974b (diff)
Locale: Add cs template
Diffstat (limited to 'client/client.go')
-rw-r--r--client/client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client.go b/client/client.go
index e8fc02c..8c8f338 100644
--- a/client/client.go
+++ b/client/client.go
@@ -1,4 +1,4 @@
-//go:generate go run golang.org/x/text/cmd/gotext -srclang=en update -out=zgotext.go -lang=da,de,en,es,fr,it,nl,pt,sl,ukr
+//go:generate go run golang.org/x/text/cmd/gotext -srclang=en update -out=zgotext.go -lang=cs,da,de,en,es,fr,it,nl,pt,sl,ukr
// Package client implements the public interface for creating eduVPN/Let's Connect! clients
package client