this post was submitted on 19 May 2026
15 points (77.8% liked)

Technology

42595 readers
121 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 7 years ago
MODERATORS
 

'Cause if not, we'll have to start the Butlerian Jihad.

you are viewing a single comment's thread
view the rest of the comments
[–] CalcProgrammer1@lemmy.today 3 points 22 hours ago

Personally, I decided using a local LLM was acceptable for generating translation strings in my open source application. It had already been manually translated into a bunch of different languages by various contributors over the years, but I just did a major UI rework and so most of the existing translations now had a ton of missing entries. Qt6's translation tool had an AI Translation function so I decided to try it out after setting up ollama and the recommended qwen3 model. It did a pretty decent job as far as I can tell, I am only fluent in English but I did some cross checking by translating back to English via Google Translate and it seemed to do a decent job. It at least got all the strings translated to something usable, once it's merged then I expect native speakers will contribute cleanups and rewordings if needed.

I don't really consider translation purely generative as it is more of a conversion task. I think AI is pretty useful for this. Same for things like automatic captioning and even mundane text to speech (if not being used to replace voice acting).