From 97d36d139da7bdc60262d7b8c8a38175f4a56a6b Mon Sep 17 00:00:00 2001 From: kimatata <117462761+kimatata@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:50:22 +0900 Subject: [PATCH] chore: update README supported languages (#261) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2257dc3..0015bd4 100644 --- a/README.md +++ b/README.md @@ -78,3 +78,13 @@ Defined test cases can be reused multiple times in test runs, enabling efficient Support team development by adding or removing members from projects. You can assign roles and set permissions for each member in detail. We provide three main roles: 'Manager' who manages the entire project, 'Developer' who designs the tests, and 'Reporter' who executes the tests. ![Member Management](./frontend/public/top/light/member.png) + +## Supported Languages + +UnitTCMS currently supports the following languages: + +- English (en) +- Japanese (ja) +- Portuguese (pt-BR) + +If you would like to add support for another language, feel free to submit a pull request. For reference, you can see how Portuguese was added in [PR #260](https://github.com/kimatata/unittcms/pull/260).