[PR #1207] [MERGED] I18n #3140

Closed
opened 2026-03-17 00:46:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: metaHead: i18n


📝 Commits (4)

📊 Changes

22 files changed (+579 additions, -207 deletions)

View changed files

.github/workflows/codeql-analysis.yml (+71 -0)
📝 README.md (+2 -0)
📝 components/collections/import-export-collections.vue (+4 -1)
📝 components/realtime/socketio.vue (+8 -12)
📝 components/ui/__tests__/autocomplete.spec.js (+4 -4)
📝 components/ui/url-field.vue (+8 -4)
docs/index.html (+0 -15)
📝 functions/package.json (+2 -2)
📝 helpers/__tests__/network.spec.js (+12 -16)
📝 helpers/codegen/codegen.js (+3 -2)
helpers/codegen/generators/js-axios.js (+53 -0)
📝 helpers/codegen/generators/js-fetch.js (+2 -0)
📝 helpers/codegen/generators/js-xhr.js (+2 -0)
📝 helpers/lenses/__tests__/lenses.spec.js (+4 -4)
📝 helpers/strategies/__tests__/AxiosStrategy-Proxy.spec.js (+4 -6)
📝 helpers/strategies/__tests__/ExtensionStrategy.spec.js (+4 -6)
lang/bn-BD.json (+297 -0)
📝 lang/id-ID.json (+16 -1)
📝 nuxt.config.js (+6 -1)
📝 package-lock.json (+73 -128)

...and 2 more files

📄 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/1207 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 10/1/2020 **Status:** ✅ Merged **Merged:** 10/1/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `meta` ← **Head:** `i18n` --- ### 📝 Commits (4) - [`ec3fb18`](https://github.com/hoppscotch/hoppscotch/commit/ec3fb18efc299a3cab2a97932639068c45dea6b4) Add missing id translation on history component (#1203) - [`a8f2e81`](https://github.com/hoppscotch/hoppscotch/commit/a8f2e81f25c49a77eb228de10be82fe2ff8ce4f9) Upstream (#1204) - [`37ec978`](https://github.com/hoppscotch/hoppscotch/commit/37ec9783074aecf53eca71e7f06583861a8732a5) Added support for Bengali language 🎉 (#1202) - [`cedc985`](https://github.com/hoppscotch/hoppscotch/commit/cedc9859a83a5c647d7d82cef26eed210c64d2b7) upstream (#1205) ### 📊 Changes **22 files changed** (+579 additions, -207 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/codeql-analysis.yml` (+71 -0) 📝 `README.md` (+2 -0) 📝 `components/collections/import-export-collections.vue` (+4 -1) 📝 `components/realtime/socketio.vue` (+8 -12) 📝 `components/ui/__tests__/autocomplete.spec.js` (+4 -4) 📝 `components/ui/url-field.vue` (+8 -4) ➖ `docs/index.html` (+0 -15) 📝 `functions/package.json` (+2 -2) 📝 `helpers/__tests__/network.spec.js` (+12 -16) 📝 `helpers/codegen/codegen.js` (+3 -2) ➕ `helpers/codegen/generators/js-axios.js` (+53 -0) 📝 `helpers/codegen/generators/js-fetch.js` (+2 -0) 📝 `helpers/codegen/generators/js-xhr.js` (+2 -0) 📝 `helpers/lenses/__tests__/lenses.spec.js` (+4 -4) 📝 `helpers/strategies/__tests__/AxiosStrategy-Proxy.spec.js` (+4 -6) 📝 `helpers/strategies/__tests__/ExtensionStrategy.spec.js` (+4 -6) ➕ `lang/bn-BD.json` (+297 -0) 📝 `lang/id-ID.json` (+16 -1) 📝 `nuxt.config.js` (+6 -1) 📝 `package-lock.json` (+73 -128) _...and 2 more files_ </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:46:49 +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#3140
No description provided.