Skip to content

Commit

Permalink
Rename project to POLYGLOT
Browse files Browse the repository at this point in the history
  • Loading branch information
gustoliveira committed Jan 10, 2025
1 parent 98e0421 commit f9db356
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cmd/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"log"
"os"

"android-translate-tool/cmd/internal"
"android-translate-tool/cmd/ui/singleselect"
"polyglot/cmd/internal"
"polyglot/cmd/ui/singleselect"

tea "github.com/charmbracelet/bubbletea"
"github.com/spf13/cobra"
Expand Down
4 changes: 2 additions & 2 deletions cmd/translate.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"log"
"os"

"android-translate-tool/cmd/internal"
"android-translate-tool/cmd/ui/singleselect"
"polyglot/cmd/internal"
"polyglot/cmd/ui/singleselect"

tea "github.com/charmbracelet/bubbletea"

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module android-translate-tool
module polyglot

go 1.23.0

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

"android-translate-tool/cmd"
"polyglot/cmd"

_ "github.com/joho/godotenv/autoload"
)
Expand Down

0 comments on commit f9db356

Please sign in to comment.