[PR #944] [CLOSED] [Add] add Mongolian lang #2960

Closed
opened 2026-03-17 00:37:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/944
Author: @TsPuujee
Created: 6/19/2020
Status: Closed

Base: i18nHead: master


📝 Commits (10+)

  • d4aa369 dotenv
  • e3fb11c dotenv
  • b598d84 dotenv
  • 6f034ad dotenv
  • 764d001 produce valid output when showing/copying code
  • fec3c30 fix for xhr and keep code style intact
  • e0aede3 Update index.vue
  • 38949bf chore(deps): bump nuxt-i18n from 6.11.0 to 6.11.1
  • 44ef2cf Merge pull request #861 from liyasthomas/dependabot/npm_and_yarn/nuxt-i18n-6.11.1
  • 7c941bb Merge branch 'master' into master

📊 Changes

55 files changed (+2046 additions, -1025 deletions)

View changed files

📝 .all-contributorsrc (+9 -0)
.env.example (+15 -0)
.github/dependabot.yml (+10 -0)
📝 CHANGELOG.md (+166 -13)
📝 CODE_OF_CONDUCT.md (+1 -1)
📝 README.md (+260 -147)
📝 assets/css/styles.scss (+36 -4)
assets/images/Tyk-side-project-logo-tagline-blk.png (+0 -0)
📝 build.js (+11 -14)
📝 components/collections/addCollection.vue (+1 -0)
📝 components/collections/addFolder.vue (+8 -0)
📝 components/collections/collection.vue (+10 -0)
📝 components/collections/editCollection.vue (+11 -1)
📝 components/collections/editFolder.vue (+10 -0)
📝 components/collections/editRequest.vue (+10 -0)
📝 components/collections/folder.vue (+10 -0)
📝 components/collections/importExportCollections.vue (+23 -16)
📝 components/collections/index.vue (+5 -10)
📝 components/collections/request.vue (+10 -0)
📝 components/collections/saveRequestAs.vue (+3 -0)

...and 35 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/944 **Author:** [@TsPuujee](https://github.com/TsPuujee) **Created:** 6/19/2020 **Status:** ❌ Closed **Base:** `i18n` ← **Head:** `master` --- ### 📝 Commits (10+) - [`d4aa369`](https://github.com/hoppscotch/hoppscotch/commit/d4aa3699f2c2943ade62d48f24a852630692b3ef) :zap: dotenv - [`e3fb11c`](https://github.com/hoppscotch/hoppscotch/commit/e3fb11cce0f212ed88bf903d9c9d3706049f25c9) :zap: dotenv - [`b598d84`](https://github.com/hoppscotch/hoppscotch/commit/b598d846bbda9f13f575d11ba78ddccb4ec35618) :zap: dotenv - [`6f034ad`](https://github.com/hoppscotch/hoppscotch/commit/6f034ad878c0e22ffc19c78aeb0481cadbf70070) :zap: dotenv - [`764d001`](https://github.com/hoppscotch/hoppscotch/commit/764d001ef65815a6fabbf9e8ef706aaef286c488) produce valid output when showing/copying code - [`fec3c30`](https://github.com/hoppscotch/hoppscotch/commit/fec3c309be459c1dc812ea99697cd72fd45ed9c2) fix for xhr and keep code style intact - [`e0aede3`](https://github.com/hoppscotch/hoppscotch/commit/e0aede3fc418e8bb38fbac2113ee99bc8cee5cd4) Update index.vue - [`38949bf`](https://github.com/hoppscotch/hoppscotch/commit/38949bf4b084c833aa258fadfda584429d3d8ea4) chore(deps): bump nuxt-i18n from 6.11.0 to 6.11.1 - [`44ef2cf`](https://github.com/hoppscotch/hoppscotch/commit/44ef2cf02c37f7c6631609d4e0637669245beb42) Merge pull request #861 from liyasthomas/dependabot/npm_and_yarn/nuxt-i18n-6.11.1 - [`7c941bb`](https://github.com/hoppscotch/hoppscotch/commit/7c941bbc25cb1b11d2fd9e023a35fb1a31e3ad80) Merge branch 'master' into master ### 📊 Changes **55 files changed** (+2046 additions, -1025 deletions) <details> <summary>View changed files</summary> 📝 `.all-contributorsrc` (+9 -0) ➕ `.env.example` (+15 -0) ➕ `.github/dependabot.yml` (+10 -0) 📝 `CHANGELOG.md` (+166 -13) 📝 `CODE_OF_CONDUCT.md` (+1 -1) 📝 `README.md` (+260 -147) 📝 `assets/css/styles.scss` (+36 -4) ➕ `assets/images/Tyk-side-project-logo-tagline-blk.png` (+0 -0) 📝 `build.js` (+11 -14) 📝 `components/collections/addCollection.vue` (+1 -0) 📝 `components/collections/addFolder.vue` (+8 -0) 📝 `components/collections/collection.vue` (+10 -0) 📝 `components/collections/editCollection.vue` (+11 -1) 📝 `components/collections/editFolder.vue` (+10 -0) 📝 `components/collections/editRequest.vue` (+10 -0) 📝 `components/collections/folder.vue` (+10 -0) 📝 `components/collections/importExportCollections.vue` (+23 -16) 📝 `components/collections/index.vue` (+5 -10) 📝 `components/collections/request.vue` (+10 -0) 📝 `components/collections/saveRequestAs.vue` (+3 -0) _...and 35 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:37:04 +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#2960
No description provided.