Epic: Support non-en-US locales #2003

Open
opened 2026-01-30 22:44:05 +00:00 by claunia · 0 comments
Owner

Originally created by @Dabraleli on GitHub (Jun 23, 2019).

Summary of the new feature/enhancement

I think that any software needs translation on other languages, especially Console which is used very often even by people that are not using it for administrative and programming purposes.
I should admit that English is very common and widely used language, but in not English speaking countries it's sometimes hard to understand what some buttons do.

Proposed technical implementation details (optional)

I spent some time to look at code and app's resources and I think we can make same files like en-US/Resources.resw for other languages and store all strings there.
I think it's better to implement two ways to select language:

  1. Configuration file parameter "preferredLanguage"
  2. Using system locale/language

As for me I can prepare Russian translation for buttons, labels, hints, etc.
Also I can try to implement feature like this.

Originally created by @Dabraleli on GitHub (Jun 23, 2019). # Summary of the new feature/enhancement I think that any software needs translation on other languages, especially Console which is used very often even by people that are not using it for administrative and programming purposes. I should admit that English is very common and widely used language, but in not English speaking countries it's sometimes hard to understand what some buttons do. # Proposed technical implementation details (optional) I spent some time to look at code and app's resources and I think we can make same files like en-US/Resources.resw for other languages and store all strings there. I think it's better to implement two ways to select language: 1. Configuration file parameter "preferredLanguage" 2. Using system locale/language As for me I can prepare Russian translation for buttons, labels, hints, etc. Also I can try to implement feature like this.
claunia added the Issue-FeatureNeeds-Tag-FixProduct-TerminalArea-Build labels 2026-01-30 22:44:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#2003