mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #1207] [MERGED] I18n #3140
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#3140
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
meta← Head:i18n📝 Commits (4)
ec3fb18Add missing id translation on history component (#1203)a8f2e81Upstream (#1204)37ec978Added support for Bengali language 🎉 (#1202)cedc985upstream (#1205)📊 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.