Skip to content

Commit 9f16f20

Browse files
committed
small changes
1 parent 972b829 commit 9f16f20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frontend/src/Toolbox.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Container>
99
<Row>
1010
<h1>{$_("OtherTools")}</h1>
11-
<p>No idea what goes here. Gimme ideas!</p>
11+
<p>No idea what goes here. <open-browser href="https://github.com/Notifiarr/toolbarr/issues/new">Gimme ideas!</open-browser></p>
1212
</Row>
1313
</Container>
1414
</BGLogo>

frontend/src/libs/Translate.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- this component allows a slightly easier syntax for html translations with values. -->
1+
<!-- this component allows a smoother syntax for html translations with values or href links. -->
22

33
<script context="module">
44
import { derived } from "svelte/store"

pkg/translations/locale.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//nolint:lll
2-
//go:generate go run golang.org/x/text/cmd/gotext@latest -srclang=en-US update -out=catalog.go -lang=en,es,da,nl,fr,it,pt,sv github.com/Notifiarr/toolbarr/pkg/...
2+
//go:generate go run golang.org/x/text/cmd/gotext@latest -srclang=en update -out=catalog.go -lang=en,es,da,nl,fr,it,pt,sv github.com/Notifiarr/toolbarr/pkg/...
33
//
44
// https://www.alexedwards.net/blog/i18n-managing-translations
55

0 commit comments

Comments
 (0)