Skip to content

Commit

Permalink
refactor!: revert to hypera.dev/axolotl-lang/v2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing committed May 4, 2024
1 parent d793b77 commit 7733b2c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Axolotl is the Discord bot used by Hypera Development to run our Discord servers
In order to make Axolotl super helpful, we have decided to support multiple locales so that users can easily understand
and interact with Axolotl.

This module (`hypera.dev/axolotl/lang/v2`) contains the translatable locale files used by Axolotl to display messages
This module (`hypera.dev/axolotl-lang/v2`) contains the translatable locale files used by Axolotl to display messages
in Discord.

### Supported languages
Expand Down
4 changes: 2 additions & 2 deletions cmd/lang-lint/main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is a part of hypera.dev/axolotl/lang/v2, licensed under the MIT License.
* This file is a part of hypera.dev/axolotl-lang/v2, licensed under the MIT License.
*
* Copyright (c) 2024 Joshua Sing <[email protected]>
*
Expand Down Expand Up @@ -28,7 +28,7 @@ import (
"fmt"
"os"

"hypera.dev/axolotl/lang/v2"
"hypera.dev/axolotl-lang/v2"
)

func main() {
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 hypera.dev/axolotl/lang/v2
module hypera.dev/axolotl-lang/v2

go 1.22.2

Expand Down
4 changes: 0 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,18 @@ github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8
github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/bwmarrin/discordgo v0.28.1 h1:gXsuo2GBO7NbR6uqmrrBDplPUx2T3nzu775q/Rd1aG4=
github.com/bwmarrin/discordgo v0.28.1/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY=
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY=
github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY=
github.com/nicksnyder/go-i18n/v2 v2.4.0 h1:3IcvPOAvnCKwNm0TB0dLDTuawWEj+ax/RERNC+diLMM=
github.com/nicksnyder/go-i18n/v2 v2.4.0/go.mod h1:nxYSZE9M0bf3Y70gPQjN9ha7XNHX7gMc814+6wVyEI4=
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b h1:7mWr3k41Qtv8XlltBkDkl8LoP3mpSgBW8BUoxtEdbXg=
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4=
golang.org/x/crypto v0.22.0 h1:g1v0xeRhjcugydODzvb3mEM9SQ0HGp9s/nh3COQ/C30=
golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M=
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/net v0.24.0 h1:1PcaxkF854Fu3+lvBIx5SYn9wRlBzzcnHZSiaFFAb0w=
golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8=
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.5.0 h1:MUK/U/4lj1t1oPg0HfuXDN/Z1wv31ZJ/YcPiGccS4DU=
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.19.0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o=
golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
Expand Down
4 changes: 2 additions & 2 deletions lang.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is a part of hypera.dev/axolotl/lang/v2, licensed under the MIT License.
* This file is a part of hypera.dev/axolotl-lang/v2, licensed under the MIT License.
*
* Copyright (c) 2024 Joshua Sing <[email protected]>
*
Expand Down Expand Up @@ -27,7 +27,7 @@
//
// Note: This module is not designed for use in other software, and use outside
// of Axolotl is not supported.
package lang // import "hypera.dev/axolotl/lang/v2"
package lang // import "hypera.dev/axolotl-lang/v2"

import (
"embed"
Expand Down

0 comments on commit 7733b2c

Please sign in to comment.