惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

腾讯CDC
博客园 - Franky
MyScale Blog
MyScale Blog
L
LangChain Blog
Martin Fowler
Martin Fowler
Recent Announcements
Recent Announcements
Stack Overflow Blog
Stack Overflow Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 司徒正美
量子位
A
About on SuperTechFans
C
Check Point Blog
大猫的无限游戏
大猫的无限游戏
Last Week in AI
Last Week in AI
小众软件
小众软件
Apple Machine Learning Research
Apple Machine Learning Research
I
InfoQ
V
Visual Studio Blog
Vercel News
Vercel News
B
Blog
爱范儿
爱范儿
aimingoo的专栏
aimingoo的专栏
U
Unit 42

Atuin Community - Latest posts

Is Atuin Desktop orphaned? Strange commented history entries Learnings from the Debian/Ubuntu Package About the Package Maintenance category Bind self-update to "binary platform" along the OS platform History.db not changing, but history is being stored....where? Self-hosted key failure The API request to create the runbook failed Imported [space]commands presentation Error: migration was previously applied but is missing in the resolved migrations Using working directories history to ease navigation Per-directory default filter mode Low statement: execution time exceeded alert threshold Always chronologically ordered history Atuin 18.18.1 replaces my RPS1 Session+ filter behaving differently after upgrade Plans on plugin system for atuin Login fails with "bad protocol version" Smart_sort with daemon-fuzzy SUGGESTION - atuin doctor to print config locations Fzf output is more correct compared to atuin [Feature]: Add option to hide filter section or make it with minimal static width Full replace zsh HISTFILE with atuin SUGGESTION - new paramater for command line SUGGESTION - new parameter for the command line Slight Mod to history screen Appreciation to Elli and the team Broken Reset Password for Hub Can't sign up to Hub Up Arrow key to act like the "native" history navigation when invert=true
Internationalization
philtweir · 2026-08-01 · via Atuin Community - Latest posts

1

Lining up with an experimental PR for feedback, this suggestion is about adding translations to Atuin.

Right now, I am trying using rust-i18n, which is pretty simple to use and translate for, but does not support gettext, and another question is how many strings should be translatable. I assumed all, so tried it out on a subset of the sourcetree by tagging every string a user could see, but then that touches a lot of code, albeit in what should be a small way.

just as an example:

Screenshot From 2025-01-19 23-53-46

Not sure if this is the best place, but I guess making things translatable is only the first conceptual step to having translations :smiley: So keen for feedback on how desirable this is for multilingual community members, bearing in mind that, unless people are enthusiastic to (progressively) do the translations, this feature is not that useful.

Also keen for feedback on the technical approach, but perhaps that makes most sense on the PR.

ellie 2

I’d be super interested to have this included, but only if we have a couple of others interested in contributing translations

lilydjwg 3

I can help with zh-CN translation when needed.

I can do a sort of Cunningham’s Law translation for Dutch, i.e. Dutch that is bad enough that it will motivate others to correct my attempts.

I can also do translation to Afrikaans, a language no-one ever wants to do computer stuff in.

dai 5

I can help with ja-JP translation too, when needed.

//I am such a fan that I can always raise 10 good points about atsuin.

Sorry for the delay folks - ironically, I was on an extended international trip :smiley:

If @ellie is happy given there is some interest at least (perhaps we can make sure there is at least one acceptable translation on the PR), then I would be keen to do this sooner rather than later to save multiple painful rebases, but I did try using fluent and I think the results are maybe a bit better for translators and maintainability, even if the code is a little more complex. Will update the PR and perhaps if someone would be willing to do a mini trial and give some translator experience feedback that would be appreciated!

Will ping here when updated.

Updated: [Project Fluent] Basic internationalization support (would close PR #2553) by philtweir · Pull Request #2674 · atuinsh/atuin · GitHub

This will need some refinement but it’s a far smaller i18n-tooling-only PR than the initial attempt. Suggested plan, to get thoughts from @ellie: I could tidy this PR up and once it is ready for inclusion in a release, then we can get feedback on whether there are any surprises (and no regressions) as a result of the machinery itself - it contains exactly one translatable string, so should be possible to get testing to see if it works and does not break anyone’s setup before expanding in a following release. I have a follow-up PR that adds real translatability with a bunch of strings, but maybe that two-stage approach is a lowish-risk option.

ellie 8

Sorry for the delay in getting back to you, was wrapping up 18.5!

yep! definitely happy with the interest here.

I just had a look through your PR, happy with the direction you’re taking :folded_hands:

I think we could get this PR in, ship a pre-release and have a few people use it. So long as that’s OK then the follow up can be included! We have some people following main as well, so things are generally caught pretty fast.

lapo 9

I’d be glad to help with Italian (it_IT) translation. :+1:t3:
(and then, knowing myself, continue using the English one myself)

Hey all!

We’re ready to proceed the internationalization effort on our end and here’s what we foresee that looking like:

  • We will support app-level internationalization – menus, error-messages, UI elements.
  • We do not plan on writing localized docs. We’ve tried really hard to make it work, but it’s unfortunately too much maintenance burden to be feasible.

Regarding the app-level internationalization policy, we think the following would work:

  • All localized strings are provided best-effort. At its core, the Atuin team will not support localized strings directly, as our team predominantly speaks English. I speak sr, bs and hr and can provide localized strings for those.
  • In the case of partial translation, Atuin will fall-back to English strings.
  • In the case of the original English string changing in a PR, there are two paths we can approach:
    • Accept a stale translation. We plan on doing this when the spirit of the original sentence hasn’t changed.
    • Remove the translations. Whenever the core sentence of what we write changes, we surmise that no translation is better than a wrong translation, so the policy would be to remove translations.
  • We shall not block features, bug-fixes nor releases for translation strings. Our goal is for internationalization to help more people engage with the terminal, and have fun in their shells, but we cannot block features, nor bug-fixes unfortunately.

Implementation-wise, @philtweir originally opened a PR in the form of [Project Fluent] Basic internationalization support (would close PR #2553) by philtweir · Pull Request #2674 · atuinsh/atuin · GitHub which uses Fluent to provide localization strings. I have re-opened that PR now and I think Fluent is definitely the path forwards. I will provide implementation-specific feedback in that PR body.

We have the following questions from the community:

Very open to any other feedback too!