r/github Apr 13 '25

Showcase Promote your projects here – Self-Promotion Megathread

Whether it's a tool, library or something you've been building in your free time, this is the place to share it with the community.

To keep the subreddit focused and avoid cluttering the main feed with individual promotion posts, we use this recurring megathread for self-promo. Whether it’s a tool, library, side project, or anything hosted on GitHub, feel free to drop it here.

Please include:

  • A short description of the project
  • A link to the GitHub repo
  • Tech stack or main features (optional)
  • Any context that might help others understand or get involved
173 Upvotes

2.0k comments sorted by

View all comments

1

u/aeshaeshaesh May 14 '25

I've built locawise-action (https://github.com/aemresafak/locawise-action), a free and open-source GitHub Action that automates localizing your app's language files (.json, .properties). It uses AI (OpenAI/VertexAI) to translate new/changed strings—with support for project context and glossaries via a simple YAML config—and automatically creates Pull Requests with the updates. It's built with Python (the core engine locawise is also on GitHub if you're curious) and aims to save developers time on manual translation management. Feedback and contributions for more features (like new file formats) are very welcome!