Skip to content

Commit

Permalink
more i18n messages add
Browse files Browse the repository at this point in the history
  • Loading branch information
coby2023t committed Sep 13, 2023
1 parent eff6626 commit 1027e5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions i18n/cmd/commands/transifex/pull_transifex.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ import (
"github.com/spf13/cobra"
)

var tr = i18n.Tr

Check failure on line 32 in i18n/cmd/commands/transifex/pull_transifex.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

undefined: i18n

Check failure on line 32 in i18n/cmd/commands/transifex/pull_transifex.go

View workflow job for this annotation

GitHub Actions / test (windows-latest)

undefined: i18n

Check failure on line 32 in i18n/cmd/commands/transifex/pull_transifex.go

View workflow job for this annotation

GitHub Actions / check-errors (./)

undefined: i18n

Check failure on line 32 in i18n/cmd/commands/transifex/pull_transifex.go

View workflow job for this annotation

GitHub Actions / test (macos-latest)

undefined: i18n

var pullTransifexCommand = &cobra.Command{
Use: "pull [catalog folder]",
Short: "pulls the translation files from transifex",
Expand Down

0 comments on commit 1027e5e

Please sign in to comment.