File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Axolotl is the Discord bot used by Hypera Development to run our Discord servers
11
11
In order to make Axolotl super helpful, we have decided to support multiple locales so that users can easily understand
12
12
and interact with Axolotl.
13
13
14
- This module (` hypera.dev/axolotl- lang/v2 ` ) contains the translatable locale files used by Axolotl to display messages
14
+ This module (` hypera.dev/axolotl/ lang/v2 ` ) contains the translatable locale files used by Axolotl to display messages
15
15
in Discord.
16
16
17
17
### Supported languages
Original file line number Diff line number Diff line change 1
1
/*
2
- * This file is a part of hypera.dev/lib , licensed under the MIT License.
2
+ * This file is a part of hypera.dev/axolotl/lang/v2 , licensed under the MIT License.
3
3
*
4
4
* Copyright (c) 2024 Joshua Sing <[email protected] >
5
5
*
@@ -28,7 +28,7 @@ import (
28
28
"fmt"
29
29
"os"
30
30
31
- "hypera.dev/axolotl- lang/v2"
31
+ "hypera.dev/axolotl/ lang/v2"
32
32
)
33
33
34
34
func main () {
Original file line number Diff line number Diff line change 1
- module hypera.dev/axolotl- lang/v2
1
+ module hypera.dev/axolotl/ lang/v2
2
2
3
3
go 1.22.2
4
4
Original file line number Diff line number Diff line change 1
1
/*
2
- * This file is a part of hypera.dev/axolotl- lang/v2, licensed under the MIT License.
2
+ * This file is a part of hypera.dev/axolotl/ lang/v2, licensed under the MIT License.
3
3
*
4
4
* Copyright (c) 2024 Joshua Sing <[email protected] >
5
5
*
22
22
* SOFTWARE.
23
23
*/
24
24
25
- package lang
25
+ // Package lang provides the locale files used by Hypera Development's Axolotl
26
+ // Discord bot.
27
+ //
28
+ // Note: This module is not designed for use in other software, and use outside
29
+ // of Axolotl is not supported.
30
+ package lang // import "hypera.dev/axolotl/lang/v2"
26
31
27
32
import (
28
33
"embed"
You can’t perform that action at this time.
0 commit comments