Skip to content

Commit

Permalink
ライセンスのリンクを短縮したのと、locale_str+による連結を記載
Browse files Browse the repository at this point in the history
  • Loading branch information
tasuren authored Sep 3, 2023
1 parent 2f65577 commit 00a5b6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
i21y is licensed under the [MIT license](./LICENSE).

0 comments on commit 00a5b6e

Please sign in to comment.