Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add translation system #104

Merged
merged 5 commits into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Moved locales directory
  • Loading branch information
thomiceli committed Sep 22, 2023
commit 37d97957c44ff98ba898cb643ab6a4ed7d0e0213
2 changes: 1 addition & 1 deletion internal/i18n/locale.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package i18n

import (
"fmt"
"github.com/thomiceli/opengist/locales"
"github.com/thomiceli/opengist/internal/i18n/locales"
"golang.org/x/text/cases"
"golang.org/x/text/language"
"golang.org/x/text/language/display"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.