zsh-workers
 help / color / mirror / code / Atom feed
* Is there any desire to support languages other than English in zsh?
@ 2023-06-06 15:20 Agron Selimaj
  2023-06-06 15:54 ` Peter Stephenson
  0 siblings, 1 reply; 10+ messages in thread
From: Agron Selimaj @ 2023-06-06 15:20 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 771 bytes --]

Hello,

It seems that zsh prints messages in English only. I would like to add
support for Albanian and German by using environment variables like this?

    case ${profile} in

      SQ|SQ_AL|sq_AL)
          LC_ALL="sq_AL.UTF-8"
          LANG="sq_AL.UTF-8"
          LANGUAGE="sq_AL:sq:en_US:en"
          ;;

      DE|DE_DE|de_DE)

          LC_ALL="de_DE.UTF-8"
          LANG="de_DE.UTF-8"
          LANGUAGE="de_DE:de:en_US:en"
          ;;

EN|EN_US|en|en_US) LC_ALL="en_US.UTF-8" LANG="en_US.UTF-8"
LANGUAGE="en_US:en" ;; *)


However, I am not sure the zsh project supports gettext (and POEdit) throughout.

So, in order to support localization in general, we first must use
gettext everywhere.

Is this something this team is willing to do?


Thanks,

//Agron

[-- Attachment #2: Type: text/html, Size: 9505 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-06-08 11:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-06 15:20 Is there any desire to support languages other than English in zsh? Agron Selimaj
2023-06-06 15:54 ` Peter Stephenson
2023-06-08  2:56   ` Bart Schaefer
2023-06-08  3:52     ` Agron Selimaj
2023-06-08  6:53       ` zeurkous
2023-06-08  7:46         ` FU: " zeurkous
2023-06-08 10:13       ` Oliver Kiddle
2023-06-08 10:26         ` Peter Stephenson
2023-06-08 11:02           ` zeurkous
2023-06-08 10:44         ` zeurkous

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).