frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: I built Locawise, a free AI tool to automate localization in projects

1•aemresafak•1y ago
Hi HN,

I've built Locawise, an open-source Python tool to automate the often tedious process of application localization. It uses AI (OpenAI or VertexAI models) to translate new or changed strings in your language files.

It consists of two main parts:

locawise: A Python CLI tool you run locally. It detects changes in your source language files (JSON, .properties), gets translations, and updates target files. It's context-aware – you can define project context, terminology (glossary), and tone via a YAML config (i18n.yaml) to improve translation quality. locawise-action: A GitHub Action that automates this process. It can run on pushes to your main branch and create a PR with the new translations. The goal is to offer a free, developer-controlled alternative to paid localization platforms. It's designed to be efficient (async, only translates changes) and cost-effective (you control LLM usage).

GitHub (CLI tool): https://github.com/aemresafak/locawise GitHub (Action): https://github.com/aemresafak/locawise-action Quick Tutorial: https://www.youtube.com/watch?v=b_Dz68115lg

I'd love to get your feedback and answer any questions.

Comments

aemresafak•1y ago
Hi everyone, author here!

Thanks for checking out Locawise. I started building this because I was looking for a more streamlined and cost-effective way to handle localization for my own projects. I wanted something that could leverage the power of modern LLMs for good quality translations but also give me control over context and specific terminology without being locked into an expensive subscription.

The core idea was to make localization an almost invisible part of the development workflow, especially with the GitHub Action – push your code in the source language, and let the translations follow automatically.

This is still evolving, and I'm keen to build it out based on what developers actually need. Looking forward to your thoughts and any suggestions you might have!

Starting a blog could lead to you meeting the love of your life

https://velvetnoise.substack.com/p/everyone-should-start-a-blog-yes
1•jjleads•53s ago•0 comments

How Compaction Works in Pi

https://earendil.com/posts/compaction-in-pi/
2•tosh•6m ago•0 comments

Shadows: Sample app that demonstrates techniques for realtime shadow mapping

https://github.com/TheRealMJP/Shadows
1•klaussilveira•9m ago•0 comments

Enable P2P PCI transfers on Nvidia 3090, 4090, 5090

https://github.com/aikitoria/open-gpu-kernel-modules
1•jacquesm•9m ago•0 comments

Video: I'm Done Coding with AI

https://www.youtube.com/watch?v=2ZU3j4GQ4K8
1•champagnepapi•10m ago•0 comments

Solid 2.0 RC: The Big <Reveal>

https://www.solidjs.com/blog/solid-2-0-rc-the-big-reveal
1•GavinAnderegg•10m ago•0 comments

Some Virtues of Narrative Poetry

https://newversereview.substack.com/p/the-purpose-of-poetry-is-to-tell
2•samclemens•11m ago•0 comments

Previewing Ultrafast mode: GPT-5.6 Sol at up to 14x the speed

https://twitter.com/openai/status/2087947721936359705
2•qb•13m ago•0 comments

Show HN: Tired of hand-writing fake API data, so I built a CLI for it

https://github.com/SukhdevThukral/mockit
2•sukhdevth_•13m ago•0 comments

Where did the old web go? We followed 657,607 links to find out

https://0.mk/blog/link-rot
5•tdx•14m ago•0 comments

Namecheap phoenix datacenter overheats taking all sites down

https://www.pcmag.com/news/is-your-website-down-outage-hits-hosting-provider-namecheap
4•rgbrgb•15m ago•0 comments

New model BDH-CQ costs $0.007 per task 11x less than OpenAI Luna even w 80% off

https://huggingface.co/papers/2608.09888
4•wordpad•15m ago•0 comments

Choose Boring Technology (2015)

https://mcfunley.com/choose-boring-technology
13•tosh•15m ago•3 comments

Gemini 3.7 Flash (High) Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/gemini-3-7-flash
4•theanonymousone•16m ago•0 comments

Show HN: Sued-rs – a fake demonic oracle for the terminal, in Rust

https://github.com/Danilo-Guedes/sued-rs
2•rocknbrain•16m ago•0 comments

SecurePkt – High-Speed, Post-Quantum UDP Tunnel Protocol and SOCKS5 Gateway`

https://pypi.org/project/securepkt/
2•mohammedqannan•17m ago•0 comments

Donkey.bas is 45 Years Old – 131 line of Glory

https://donkeybas.com/
12•jkrauska•18m ago•4 comments

Show HN: Taurus Agents, my take on multi-agent hierarchies

https://taurusagents.com/
2•sergevar•18m ago•0 comments

A Little Introduction to Control Flow Integrity - James McNellis - C++Now 2026

https://www.youtube.com/watch?v=FNHMwi_0psQ
2•edward28•19m ago•0 comments

SaaS Onboarding Benchmarks Report 2026 (real data from 464 products)

https://produktly.com/research/saas-onboarding-benchmarks-2026
2•Kkoala•19m ago•0 comments

Is OpenAI hardware, the Apple of tommorow?

https://s-1.vercel.app/posts/the-struggle-of-openai/
2•Taikhoom10•20m ago•2 comments

Flock (Again) Activates a Camera System a Town Had Voted to Shut Down

https://www.techdirt.com/2026/08/13/flock-again-activates-a-camera-system-a-town-had-voted-to-shu...
4•hn_acker•21m ago•0 comments

X: Open-Sourcing the for You Timeline

https://twitter.com/XOpenSource/status/2087951962004230428
3•tosh•21m ago•0 comments

Additional publications in mathematics by Jeremy L. Martin

https://jeremymartinmath.github.io/morepubs.html
2•fanf2•22m ago•0 comments

New York Wants to Make Use of Its Oppressive Subway Heat

https://www.governing.com/transportation/new-york-wants-to-make-use-of-its-oppressive-subway-heat
2•fkozlowski•22m ago•0 comments

We spent ten years burying the 10x engineer myth. AI is digging it back up

https://maxence.maireaux.fr/
2•flemzord•23m ago•1 comments

Instagram's New Logo

https://www.theverge.com/tech/979583/this-is-instagrams-new-logo
3•MehrdadKhnzd•23m ago•0 comments

Compute-Optimal Is Not Cluster-Optimal

https://szha.ai/blog/compute-optimal-is-not-cluster-optimal/
1•yuxin_tang•23m ago•1 comments

Modeling One LLM Agent Three Ways: Python, Clojure, Elixir

https://sdtimes.com/programming-languages/elixir-clojure-or-python-for-llm-agents-our-experience-...
1•ViktoriiaYarosh•25m ago•0 comments

Ask HN: What's slop? what's AI written text and why read/not read?

2•xlayn•26m ago•2 comments