Closed jacque006 closed 3 weeks ago
The changes involve the addition of multiple key-value pairs to localization files for English, French, Japanese, and Chinese languages. These entries enhance the application's internationalization support by providing user-facing labels and messages for various functionalities, such as titles, topics, and user interactions. Each language file now includes new translations that improve the clarity and usability of the interface.
File | Change Summary |
---|---|
i18n/en.toml | Added keys: title , title_max_length , topics , topics_help , uname_or_id , unhide , unlock , unpin , unread , unsubscribe , upload , upload_help , url , user_name , user_name_help , users . |
i18n/fr.toml | Added keys: title , title_max_length , topics , topics_help , uname_or_id , unhide , unlock , unpin , unread , unsubscribe , upload , upload_help , url , user_name , user_name_help , users , warning . |
i18n/ja.toml | Added keys: title , title_max_length , topics , topics_help . |
i18n/zh_cn.toml | Added keys: title , title_max_length , topics , topics_help . |
Objective | Addressed | Explanation |
---|---|---|
Add translation for title in English to fix error (#302) |
✅ |
🐇 In the meadow, where translations bloom,
New words sprout, dispelling the gloom.
Titles and topics, in languages bright,
Helping users navigate with delight!
With every new phrase, our joy takes flight! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Thanks!
Resolves https://github.com/freedit-org/freedit/issues/302
Summary by CodeRabbit
New Features
Bug Fixes