[GH-ISSUE #1062] Why not save user language in localstorage #370

Closed
opened 2026-03-16 14:56:28 +03:00 by kerem · 1 comment
Owner

Originally created by @catch6 on GitHub (Aug 9, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1062

Is your feature request related to a problem? Please describe.
I need to select the language every time when i open postwoman

Describe the solution you'd like
Why not save user language in localstorage, or use user browser language as the default language

Describe alternatives you've considered
None

Additional context
None

Originally created by @catch6 on GitHub (Aug 9, 2020). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1062 **Is your feature request related to a problem? Please describe.** I need to select the language every time when i open postwoman **Describe the solution you'd like** Why not save user language in localstorage, or use user browser language as the default language **Describe alternatives you've considered** None **Additional context** None
kerem closed this issue 2026-03-16 14:56:33 +03:00
Author
Owner

@liyasthomas commented on GitHub (Aug 9, 2020):

Are you mentioning locales? Like 简体中文 available in https://postwoman.io/cn?

Kindly use / bookmark following URLs for direct pre-set locales:

    locales: [
      {
        url: "https://postwoman.io/en",
        name: "English",
      },
      {
        url: "https://postwoman.io/es",
        name: "Español",
      },
      {
        url: "https://postwoman.io/fr",
        name: "Français",
      },
      {
        url: "https://postwoman.io/fa",
        name: "Farsi",
      },
      {
        url: "https://postwoman.io/pt",
        name: "Português",
      },
      {
        url: "https://postwoman.io/pt-br",
        name: "Português Brasileiro",
      },
      {
        url: "https://postwoman.io/cn",
        name: "简体中文",
      },
      {
        url: "https://postwoman.io/tw",
        name: "繁體中文",
      },
      {
        url: "https://postwoman.io/id",
        name: "Bahasa Indonesia",
      },
      {
        url: "https://postwoman.io/tr",
        name: "Türkçe",
      },
      {
        url: "https://postwoman.io/de",
        name: "Deutsch",
      },
      {
        url: "https://postwoman.io/ja",
        name: "日本語",
      },
      {
        url: "https://postwoman.io/ko",
        name: "한국어",
      },
    ]
<!-- gh-comment-id:671013666 --> @liyasthomas commented on GitHub (Aug 9, 2020): Are you mentioning locales? Like `简体中文` available in `https://postwoman.io/cn`? Kindly use / bookmark following URLs for direct pre-set locales: ``` locales: [ { url: "https://postwoman.io/en", name: "English", }, { url: "https://postwoman.io/es", name: "Español", }, { url: "https://postwoman.io/fr", name: "Français", }, { url: "https://postwoman.io/fa", name: "Farsi", }, { url: "https://postwoman.io/pt", name: "Português", }, { url: "https://postwoman.io/pt-br", name: "Português Brasileiro", }, { url: "https://postwoman.io/cn", name: "简体中文", }, { url: "https://postwoman.io/tw", name: "繁體中文", }, { url: "https://postwoman.io/id", name: "Bahasa Indonesia", }, { url: "https://postwoman.io/tr", name: "Türkçe", }, { url: "https://postwoman.io/de", name: "Deutsch", }, { url: "https://postwoman.io/ja", name: "日本語", }, { url: "https://postwoman.io/ko", name: "한국어", }, ] ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#370
No description provided.