Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Mar 20, 2023
1 parent 972b829 commit 9f16f20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/Toolbox.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Container>
<Row>
<h1>{$_("OtherTools")}</h1>
<p>No idea what goes here. Gimme ideas!</p>
<p>No idea what goes here. <open-browser href="https://github.com/Notifiarr/toolbarr/issues/new">Gimme ideas!</open-browser></p>
</Row>
</Container>
</BGLogo>
2 changes: 1 addition & 1 deletion frontend/src/libs/Translate.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- this component allows a slightly easier syntax for html translations with values. -->
<!-- this component allows a smoother syntax for html translations with values or href links. -->

<script context="module">
import { derived } from "svelte/store"
Expand Down
2 changes: 1 addition & 1 deletion pkg/translations/locale.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//nolint:lll
//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/...
//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/...
//
// https://www.alexedwards.net/blog/i18n-managing-translations

Expand Down

0 comments on commit 9f16f20

Please sign in to comment.