Skip to content

Commit

Permalink
ref: rename i18n pkg to locale (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
plastikfan committed Oct 25, 2024
1 parent 0a842d5 commit 506d678
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion i18n/i18n_suite_test.go → locale/i18n_suite_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package i18n_test
package locale_test

import (
"testing"
Expand Down
2 changes: 1 addition & 1 deletion i18n/messages-errors.go → locale/messages-errors.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package i18n
package locale

import (
"github.com/snivilised/extendio/i18n"
Expand Down
2 changes: 1 addition & 1 deletion i18n/messages-general.go → locale/messages-general.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package i18n
package locale

import (
"github.com/snivilised/extendio/i18n"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package i18n_test
package locale_test

import (
"github.com/snivilised/extendio/i18n"
Expand Down
2 changes: 1 addition & 1 deletion i18n/translate-defs.go → locale/translate-defs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package i18n
package locale

// CLIENT-TODO: Should be updated to use url of the implementing project,
// so should not be left as astrolib. (this should be set by auto-check)
Expand Down

0 comments on commit 506d678

Please sign in to comment.