Skip to content

Commit

Permalink
Remove broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Jan 7, 2025
1 parent 334a77e commit 8ec324a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions explore/translations.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In some cases it may be desirable to label a string with a unique ID instead of
title := widget.NewLabel(lang.X("window.title", "My App Window Title"))
```

That may be all you need to know to get started - skip to [translation files](translation-files).
That may be all you need to know to get started - read on learn how to create your translation files.

## Translation files

Expand All @@ -43,7 +43,7 @@ Then your French translation could look like:
}
```

Each file can be most easily loaded using the Go `embed` feature - place each of the files in a directory called "translation" and then define them simply as:
Each file can be most easily loaded using the Go `embed` feature - place each of the files in a directory called `translation` and then define them simply as:

```go
//go:embed translation
Expand Down

0 comments on commit 8ec324a

Please sign in to comment.