README.md in rodauth-select-account-0.0.4 vs README.md in rodauth-select-account-0.1.0
- old
+ new
@@ -108,11 +108,11 @@
* `after_add_account`
* `add_account_button`
* `add_account_redirect`
* `select_account_notice_flash`
* `select_account_error_flash`
-* `require_select_account_error_flash
+* `require_select_account_error_flash`
* `before_select_account_route`
* `before_select_account`
* `after_select_account`
* `select_account_redirect`
* `add_account_path`
@@ -123,10 +123,18 @@
These are also available methods:
* `accounts_in_session`: returns all the available accounts in session
* `require_select_account`: to be used like `require_account`, as a filter to actions that require a user to explicitly select an account before allowing it.
+#### Internationalization (i18n)
+
+`rodauth-select-account` supports translating all user-facing text found in all pages and forms and buttons, by integrating with [rodauth-i18n](https://github.com/janko/rodauth-i18n). Just set it up in your application and `rodauth` configuration.
+
+Default translations shipping with `rodauth-select-account` can be found [in this directory](https://gitlab.com/honeyryderchuck/rodauth-select-account/-/tree/master/locales). If they're not available for the languages you'd like to support, consider getting them translated from the english text, and contributing them to this repository via a Merge Request.
+
+(This feature is available since `v0.1`.)
+
## Ruby support policy
The minimum Ruby version required to run `rodauth-select-account` is 2.4 . Besides that, it supports all rubies that rodauth and roda support, including JRuby and truffleruby.
## Development
@@ -134,6 +142,5 @@
After checking out the repo, run `bundle install` to install dependencies. Then, run `rake test` to run the tests, and `rake rubocop` to run the linter.
## Contributing
Bug reports and pull requests are welcome on Gitlab at https://gitlab.com/honeyryderchuck/rodauth-select-account.
-