[PR #2752] [MERGED] add and fix translations in ko.json #4043

Closed
opened 2026-03-17 01:36:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2752
Author: @jiyeonseo
Created: 10/8/2022
Status: Merged
Merged: 10/9/2022
Merged by: @liyasthomas

Base: i18nHead: update-translation-ko


📝 Commits (10+)

📊 Changes

66 files changed (+2289 additions, -458 deletions)

View changed files

📝 .github/workflows/codeql-analysis.yml (+3 -3)
📝 .github/workflows/deploy-netlify.yml (+3 -3)
📝 .github/workflows/deploy-prod.yml (+5 -2)
📝 .github/workflows/deploy-staging-netlify.yml (+2 -0)
📝 .github/workflows/tests.yml (+9 -3)
📝 Dockerfile (+4 -2)
📝 TRANSLATIONS.md (+3 -3)
📝 firebase.json (+1 -1)
📝 package.json (+4 -3)
📝 packages/hoppscotch-app/.env.example (+2 -1)
📝 packages/hoppscotch-app/assets/scss/styles.scss (+16 -2)
📝 packages/hoppscotch-app/gql-codegen.yml (+2 -1)
📝 packages/hoppscotch-app/locales/en.json (+9 -1)
📝 packages/hoppscotch-app/locales/ko.json (+20 -20)
📝 packages/hoppscotch-app/package.json (+3 -4)
📝 packages/hoppscotch-app/src/components.d.ts (+8 -2)
📝 packages/hoppscotch-app/src/components/app/Footer.vue (+7 -5)
📝 packages/hoppscotch-app/src/components/app/Header.vue (+20 -36)
📝 packages/hoppscotch-app/src/components/app/PaneLayout.vue (+4 -7)
📝 packages/hoppscotch-app/src/components/app/Shortcuts.vue (+2 -2)

...and 46 more files

📄 Description

Closes #

Description

added some translations in Korean. Thanks for the amazing project :)

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

Additional Information


🔄 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/2752 **Author:** [@jiyeonseo](https://github.com/jiyeonseo) **Created:** 10/8/2022 **Status:** ✅ Merged **Merged:** 10/9/2022 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `i18n` ← **Head:** `update-translation-ko` --- ### 📝 Commits (10+) - [`3c17a14`](https://github.com/hoppscotch/hoppscotch/commit/3c17a14bd33badd7ab3aa539da2e7102cce2a2e0) fix: find linked account from authentication error and link it (#2662) - [`f8e9563`](https://github.com/hoppscotch/hoppscotch/commit/f8e9563392df918615e6900eb892132006ef6c71) fix: resolved #2736 - [`f5a0c3c`](https://github.com/hoppscotch/hoppscotch/commit/f5a0c3cfcafecc86948a028021409924b9a9ae9f) chore: minor ui improvements - [`dc80cc8`](https://github.com/hoppscotch/hoppscotch/commit/dc80cc80e6e9c02c41a0754dfa7868f7f102964a) build: v3.0.1 - [`604ef4d`](https://github.com/hoppscotch/hoppscotch/commit/604ef4d004365de7f8c565c35f189497a158d35b) fix: resolved #2740 - [`59ee4ba`](https://github.com/hoppscotch/hoppscotch/commit/59ee4babeb24151905b72aa8e7f95e4ef8397333) fix: fix ref access when using v-for on Invite.vue (#2744) - [`568c05b`](https://github.com/hoppscotch/hoppscotch/commit/568c05b4b0bd1aff091dfee2d5aa5c6652cb04cd) fix: fix type error when generating profile picture initials (#2742) - [`cbf6d23`](https://github.com/hoppscotch/hoppscotch/commit/cbf6d23c24c538d8559b9d476990ec9f8eeb1f08) chore: minor improvements - [`d42434d`](https://github.com/hoppscotch/hoppscotch/commit/d42434ddc00fb3aa3fff5b9a7c93ec4ea31752f5) feat: use email as fallback for display name (#2746) - [`7d0219b`](https://github.com/hoppscotch/hoppscotch/commit/7d0219b11d40ecc981454846e4e7dc2b4be59a22) chore: allow configuration of shortcode base (#2748) ### 📊 Changes **66 files changed** (+2289 additions, -458 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/codeql-analysis.yml` (+3 -3) 📝 `.github/workflows/deploy-netlify.yml` (+3 -3) 📝 `.github/workflows/deploy-prod.yml` (+5 -2) 📝 `.github/workflows/deploy-staging-netlify.yml` (+2 -0) 📝 `.github/workflows/tests.yml` (+9 -3) 📝 `Dockerfile` (+4 -2) 📝 `TRANSLATIONS.md` (+3 -3) 📝 `firebase.json` (+1 -1) 📝 `package.json` (+4 -3) 📝 `packages/hoppscotch-app/.env.example` (+2 -1) 📝 `packages/hoppscotch-app/assets/scss/styles.scss` (+16 -2) 📝 `packages/hoppscotch-app/gql-codegen.yml` (+2 -1) 📝 `packages/hoppscotch-app/locales/en.json` (+9 -1) 📝 `packages/hoppscotch-app/locales/ko.json` (+20 -20) 📝 `packages/hoppscotch-app/package.json` (+3 -4) 📝 `packages/hoppscotch-app/src/components.d.ts` (+8 -2) 📝 `packages/hoppscotch-app/src/components/app/Footer.vue` (+7 -5) 📝 `packages/hoppscotch-app/src/components/app/Header.vue` (+20 -36) 📝 `packages/hoppscotch-app/src/components/app/PaneLayout.vue` (+4 -7) 📝 `packages/hoppscotch-app/src/components/app/Shortcuts.vue` (+2 -2) _...and 46 more files_ </details> ### 📄 Description <!-- Thanks for creating this pull request 🤗 Please make sure that the pull request is limited to one type (docs, feature, etc.) and keep it as small as possible. You can open multiple prs instead of opening a huge one. --> <!-- If this pull request closes an issue, please mention the issue number below --> Closes # <!-- Issue # here --> ### Description <!-- Add a brief description of the pull request --> added some translations in Korean. Thanks for the amazing project :) <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax - [ ] Not Completed - [x] Completed --> ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed ### Additional Information <!-- Any additional information like breaking changes, dependencies added, screenshots, comparisons between new and old behaviour, etc. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:36:27 +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#4043
No description provided.