From be8b111d2eb63b529922808f9b0dd731ab1addae Mon Sep 17 00:00:00 2001 From: andrew000 <11490628+andrew000@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:22:13 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aef22ff..a26dda1 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Or add it to your `pyproject.toml` and run `poetry update` ## Usage -First of all, you should to create locales directory in your project. +First of all, you should create locales directory in your project. ```shell $ mkdir project_path/locales @@ -50,6 +50,11 @@ put the key. It may be just a filename like `file.ftl` or a path to a file like `dir/file.ftl`. +
+ ❌ CustomFluentRuntimeCore + +### ❗️ Is not actual anymore + #### ❓ - My `FluentRuntimeCore` throws an error 🤯, when I use `_path` argument Now there is a little problem with integration with [aiogram-i18n](https://github.com/aiogram/i18n) @@ -82,6 +87,8 @@ class CustomFluentRuntimeCore(FluentRuntimeCore): Then just use this `CustomFluentRuntimeCore` in your `i18n` middleware as erlier. +
+ #### ❓ - How to add more languages to the project ? ```shell