[PR #351] [MERGED] Basic i18n support #2575

Closed
opened 2026-03-17 00:15:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/351
Author: @liyasthomas
Created: 11/27/2019
Status: Merged
Merged: 11/27/2019
Merged by: @liyasthomas

Base: masterHead: i18n


📝 Commits (4)

  • 2697cce 🎉 Basic i18n support
  • 5382cd8 🐛 Fixed SSE connection closing issues. Fixes #349
  • 9019bab Merge branch 'master' into i18n
  • a74522c Merge branch 'master' into i18n

📊 Changes

12 files changed (+153 additions, -35 deletions)

View changed files

📝 components/collections/index.vue (+1 -1)
📝 components/history.vue (+1 -1)
lang/en-US.js (+3 -0)
lang/es-ES.js (+3 -0)
📝 layouts/default.vue (+66 -28)
📝 nuxt.config.js (+20 -1)
📝 package-lock.json (+46 -0)
📝 package.json (+1 -0)
📝 pages/graphql.vue (+1 -1)
📝 pages/index.vue (+1 -1)
📝 pages/realtime.vue (+1 -0)
📝 pages/settings.vue (+9 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/351 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 11/27/2019 **Status:** ✅ Merged **Merged:** 11/27/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `i18n` --- ### 📝 Commits (4) - [`2697cce`](https://github.com/hoppscotch/hoppscotch/commit/2697cce6dd312f80cf7b7de4e33167df6de3ebbd) :tada: Basic i18n support - [`5382cd8`](https://github.com/hoppscotch/hoppscotch/commit/5382cd8d5f78f20a1e3be17bb13d63ebaba3ae98) :bug: Fixed SSE connection closing issues. Fixes #349 - [`9019bab`](https://github.com/hoppscotch/hoppscotch/commit/9019babf6dedfb3350c416bcc2d9cc2bf93b304b) Merge branch 'master' into i18n - [`a74522c`](https://github.com/hoppscotch/hoppscotch/commit/a74522c465f3d1676d7d382e38b692e90ad93ff1) Merge branch 'master' into i18n ### 📊 Changes **12 files changed** (+153 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `components/collections/index.vue` (+1 -1) 📝 `components/history.vue` (+1 -1) ➕ `lang/en-US.js` (+3 -0) ➕ `lang/es-ES.js` (+3 -0) 📝 `layouts/default.vue` (+66 -28) 📝 `nuxt.config.js` (+20 -1) 📝 `package-lock.json` (+46 -0) 📝 `package.json` (+1 -0) 📝 `pages/graphql.vue` (+1 -1) 📝 `pages/index.vue` (+1 -1) 📝 `pages/realtime.vue` (+1 -0) 📝 `pages/settings.vue` (+9 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:15:56 +03:00
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#2575
No description provided.