diff --git a/README.md b/README.md index 86be3a8..ad8b283 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,11 @@ LONG_KEY = locale_str("very.long.locale.key.yeah_so_long") print(LONG_KEY.but_easy_to_use) # very.long.locale.key.yeah_so_long.but_easy_to_use assert t(LONG_KEY.but_easy_to_use, locale="ja") == "とても長いキーでも簡単に使える。" +assert t(LONG_KEY + "but_easy_to_use", locale="ja") == "とても長いキーでも簡単に使える。" ``` ## Documentation See the [documentation](https://i21y.readthedocs.io/) for usage and details. ## License -i21y is licensed under the [MIT license](https://github.com/tasuren/i21y/blob/main/LICENSE). \ No newline at end of file +i21y is licensed under the [MIT license](./LICENSE).