Skip to content

Commit

Permalink
fix: wrong translations
Browse files Browse the repository at this point in the history
  • Loading branch information
slurdge committed Oct 16, 2022
1 parent c6adb62 commit c305144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion documentation/screenshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ Here are some screenshot of emails sent by goeland.
![Phoronix](screenshots/phoronix.png)

![Phoronix](screenshots/phoronix_dark.png)

4 changes: 2 additions & 2 deletions internal/goeland/i18n/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

func init() {
message.SetString(language.BritishEnglish, "Digest for %s", "Digest for %s _uk")
message.SetString(language.AmericanEnglish, "Digest for %s", "Digest for %s _us")
message.SetString(language.BritishEnglish, "Digest for %s", "Digest for %s")
message.SetString(language.AmericanEnglish, "Digest for %s", "Digest for %s")
message.SetString(language.French, "Digest for %s", "Abrégé de %s")
}

0 comments on commit c305144

Please # to comment.