[PR #490] [MERGED] Replaced hard-coded strings with localizable strings #2654

Closed
opened 2026-03-17 00:20:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/490
Author: @liyasthomas
Created: 1/14/2020
Status: Merged
Merged: 1/14/2020
Merged by: @liyasthomas

Base: i18nHead: i18n


📝 Commits (1)

  • 8690d18 Replaced hard-coded strings with localizable strings

📊 Changes

23 files changed (+452 additions, -298 deletions)

View changed files

📝 components/collections/addCollection.vue (+4 -4)
📝 components/collections/addFolder.vue (+4 -4)
📝 components/collections/collection.vue (+5 -5)
📝 components/collections/editCollection.vue (+3 -3)
📝 components/collections/editFolder.vue (+3 -3)
📝 components/collections/editRequest.vue (+7 -7)
📝 components/collections/folder.vue (+4 -4)
📝 components/collections/importExportCollections.vue (+7 -7)
📝 components/collections/index.vue (+2 -2)
📝 components/collections/request.vue (+4 -4)
📝 components/collections/saveRequestAs.vue (+9 -9)
📝 components/graphql/field.vue (+1 -1)
📝 components/graphql/type.vue (+1 -1)
📝 components/history.vue (+41 -36)
📝 lang/en-US.js (+136 -1)
📝 layouts/default.vue (+13 -14)
📝 layouts/error.vue (+3 -3)
📝 nuxt.config.js (+3 -0)
📝 pages/doc.vue (+58 -58)
📝 pages/graphql.vue (+40 -35)

...and 3 more files

📄 Description

Added en locale as localization fallback


🔄 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/490 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 1/14/2020 **Status:** ✅ Merged **Merged:** 1/14/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `i18n` ← **Head:** `i18n` --- ### 📝 Commits (1) - [`8690d18`](https://github.com/hoppscotch/hoppscotch/commit/8690d18695b788da33ee798e1e4d757b4a18dcf2) Replaced hard-coded strings with localizable strings ### 📊 Changes **23 files changed** (+452 additions, -298 deletions) <details> <summary>View changed files</summary> 📝 `components/collections/addCollection.vue` (+4 -4) 📝 `components/collections/addFolder.vue` (+4 -4) 📝 `components/collections/collection.vue` (+5 -5) 📝 `components/collections/editCollection.vue` (+3 -3) 📝 `components/collections/editFolder.vue` (+3 -3) 📝 `components/collections/editRequest.vue` (+7 -7) 📝 `components/collections/folder.vue` (+4 -4) 📝 `components/collections/importExportCollections.vue` (+7 -7) 📝 `components/collections/index.vue` (+2 -2) 📝 `components/collections/request.vue` (+4 -4) 📝 `components/collections/saveRequestAs.vue` (+9 -9) 📝 `components/graphql/field.vue` (+1 -1) 📝 `components/graphql/type.vue` (+1 -1) 📝 `components/history.vue` (+41 -36) 📝 `lang/en-US.js` (+136 -1) 📝 `layouts/default.vue` (+13 -14) 📝 `layouts/error.vue` (+3 -3) 📝 `nuxt.config.js` (+3 -0) 📝 `pages/doc.vue` (+58 -58) 📝 `pages/graphql.vue` (+40 -35) _...and 3 more files_ </details> ### 📄 Description Added en locale as localization fallback --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:20:18 +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#2654
No description provided.