lptstr / winfetch

🛠 A command-line system information utility written in PowerShell. Like Neofetch, but for Windows.
MIT License
1.35k stars 76 forks source link

Add Localization configuration #200

Open f1refa11 opened 11 months ago

rashil2000 commented 10 months ago

Hi, could you please elaborate?

What is localization configuration?

Carterpersall commented 10 months ago

They probably mean configuration to allow changing the language in the output. It would require changes to several parts of the script, adding new localization files for each language (community contributed), and detection of the user's language (probably store in the config file on first run)

rashil2000 commented 10 months ago

Oh, I see...