Skip to content

Commit

Permalink
Merge pull request #36 from gobuffalo/deprecating-with-the-last-update
Browse files Browse the repository at this point in the history
updated module dependencies and added deprecation message
  • Loading branch information
sio4 authored Feb 14, 2023
2 parents f8924c7 + 539a09c commit 6ffd049
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 239 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# i18n middleware

NOTE: v2.0.3 will be the last version of this module and it will be deprecated.
Use <https://github.com/gobuffalo/middleware> instead.

This Buffalo middleware enables i18n features in your app:

* User language detection from configurable sources
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/gobuffalo/mw-i18n/v2
go 1.16

require (
github.com/gobuffalo/buffalo v1.0.0
github.com/gobuffalo/httptest v1.5.1
github.com/gobuffalo/buffalo v1.1.0
github.com/gobuffalo/httptest v1.5.2
github.com/nicksnyder/go-i18n v1.10.1
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.1
)
Loading

0 comments on commit 6ffd049

Please sign in to comment.