fastfetch-cli/fastfetch

[Help Wanted] Review localized module display names for the upcoming release

開放

#2,526 建立於 2026年8月17日

 (3 則留言) (0 個反應) (0 位負責人)C (776 個分叉)batch import
help wanted

倉庫指標

星標
 (22,707 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Hi everyone!

Per #2503, module name localization is coming to fastfetch in the next release! Module display names (e.g., Memory, Disk, Terminal, etc.) will now be translated into multiple languages.

Before this feature is shipped, I'd like the community's help to review and verify the translations, especially from native speakers. If you spot any awkward phrasing, incorrect terminology, or missing nuances, please let me know.


You can preview the localized module names right now with:

$ fastfetch -c all --key-language --show-errors

This will render all available modules with their translated display names.

$ fastfetch --help key-language

This will print all languages supported currently.

If you'd prefer to review the raw translation entries directly, all localized displayName fields can be extracted from the source tree with:

$ rg -U --multiline-dotall '\.displayName = .*?\},' src/modules/*/*.c

Thank you so much for helping make fastfetch more accessible to users around the world! Every review, no matter how small, is greatly appreciated.

貢獻者指南