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
1111In order to make Axolotl super helpful, we have decided to support multiple locales so that users can easily understand
1212and interact with Axolotl.
1313
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
1515in Discord.
1616
1717### Supported languages
Original file line number Diff line number Diff line change 11/*
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.
33 *
44 * Copyright (c) 2024 Joshua Sing <joshua@joshuasing.dev>
55 *
@@ -28,7 +28,7 @@ import (
2828 "fmt"
2929 "os"
3030
31- "hypera.dev/axolotl- lang/v2"
31+ "hypera.dev/axolotl/ lang/v2"
3232)
3333
3434func 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
22
33go 1.22.2
44
Original file line number Diff line number Diff line change 11/*
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.
33 *
44 * Copyright (c) 2024 Joshua Sing <joshua@joshuasing.dev>
55 *
2222 * SOFTWARE.
2323 */
2424
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"
2631
2732import (
2833 "embed"
You can’t perform that action at this time.
0 commit comments