From 8b1c8832950890de6d52a546c504d226176cc138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janko=20Marohni=C4=87?= Date: Mon, 28 Oct 2024 20:31:57 +0100 Subject: [PATCH] Add instructions how to import new translations --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bdce276..b7af49c 100644 --- a/README.md +++ b/README.md @@ -189,12 +189,18 @@ end ## Development -Run tests with Rake: +Running tests: ```sh $ bundle exec rake test ``` +To automatically import new translations from Rodauth: + +```sh +$ rake import +``` + ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/janko/rodauth-i18n. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/janko/rodauth-i18n/blob/master/CODE_OF_CONDUCT.md).