mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #2477] [MERGED] i18n: ✨ Add Tamil Translation #3834
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#3834
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/2477
Author: @mcnaveen
Created: 7/1/2022
Status: ✅ Merged
Merged: 7/1/2022
Merged by: @liyasthomas
Base:
i18n← Head:tamil-i18n📝 Commits (8)
ca553b9fix: empty string exported when exporting team collections (#2460)07a8a37feat: realtime tabs as subpages (#2450)ed6e1c0chore: update package lock filecfdab01refactor: allow smart tabs to render inactive tabs as an optionc34185dfix: environment variables save without pressing 'save' button (#2454)cac3abdfix: multiple requests appearing on teams (#2455)9f24904✨ Add Tamil Translationf1d56beMerge branch 'main' into tamil-i18n📊 Changes
25 files changed (+1551 additions, -164 deletions)
View changed files
📝
packages/hoppscotch-app/components/app/Sidenav.vue(+20 -0)📝
packages/hoppscotch-app/components/collections/ChooseType.vue(+5 -1)📝
packages/hoppscotch-app/components/collections/ImportExport.vue(+3 -3)📝
packages/hoppscotch-app/components/environments/Details.vue(+60 -18)📝
packages/hoppscotch-app/components/graphql/RequestOptions.vue(+1 -0)📝
packages/hoppscotch-app/components/graphql/Sidebar.vue(+2 -0)📝
packages/hoppscotch-app/components/http/RequestOptions.vue(+1 -0)📝
packages/hoppscotch-app/components/http/Sidebar.vue(+1 -0)📝
packages/hoppscotch-app/components/http/TestResultEnv.vue(+4 -1)📝
packages/hoppscotch-app/components/lenses/ResponseBodyRenderer.vue(+1 -0)📝
packages/hoppscotch-app/components/realtime/LogEntry.vue(+5 -1)📝
packages/hoppscotch-app/components/smart/Tab.vue(+16 -3)📝
packages/hoppscotch-app/components/smart/Tabs.vue(+7 -0)📝
packages/hoppscotch-app/helpers/backend/GQLClient.ts(+3 -2)📝
packages/hoppscotch-app/helpers/shortcodes/ShortcodeListAdapter.ts(+18 -4)📝
packages/hoppscotch-app/helpers/teams/TeamCollectionAdapter.ts(+53 -12)📝
packages/hoppscotch-app/languages.json(+6 -0)➕
packages/hoppscotch-app/locales/ta.json(+599 -0)📝
packages/hoppscotch-app/pages/profile.vue(+1 -1)📝
packages/hoppscotch-app/pages/realtime.vue(+55 -41)...and 5 more files
📄 Description
Description
This PR adds Tamil language to Hoppscotch
Checks
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.