mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #1202] [MERGED] Added support for Bengali language 🎉 #3134
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#3134
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/1202
Author: @shunjid
Created: 10/1/2020
Status: ✅ Merged
Merged: 10/1/2020
Merged by: @liyasthomas
Base:
i18n← Head:bn📝 Commits (10+)
7e1e61fchores: Lint + dependency update50fd892Fixed #119768c67fbTurn off GitHub Pages04bc830Fixed #11957190a25Added Hacktoberfest announcementd478946Improving code quality as per LGTM review0bd051achore: updated dependenciesf9c45d9Add: js axios codegen (#1199)3434a1fCreate codeql-analysis.ymle49cdd9translated from English to Bengali📊 Changes
21 files changed (+563 additions, -206 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)📝
nuxt.config.js(+6 -1)📝
package-lock.json(+73 -128)📝
package.json(+3 -3)...and 1 more files
📄 Description
What's New
lang/en-US.jsonto my target language filelang/bn-BD.jsonand translated all 295 strings to Bengali.nuxt.config.js.Goals 🥳
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.