[PR #858] [CLOSED] feat: improve spanish translate #2909

Closed
opened 2026-03-17 00:34:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/858
Author: @Nisgrak
Created: 5/10/2020
Status: Closed

Base: i18nHead: improve-spanish-translation


📝 Commits (10+)

  • de28bd4 chore(deps-dev): bump cypress from 4.3.0 to 4.4.0
  • 936f91f Merge pull request #774 from liyasthomas/dependabot/npm_and_yarn/cypress-4.4.0
  • 012b61a chore(deps): bump nuxt-i18n from 6.8.1 to 6.9.1
  • caf76f9 Merge pull request #776 from liyasthomas/dependabot/npm_and_yarn/nuxt-i18n-6.9.1
  • 071c57c chore(deps): bump ace-builds from 1.4.9 to 1.4.11
  • f2609db Merge pull request #775 from liyasthomas/dependabot/npm_and_yarn/ace-builds-1.4.11
  • bb18a72 chore(deps-dev): bump start-server-and-test from 1.10.11 to 1.11.0
  • 774c167 🔥 Removing unwanted files
  • 4e9b724 Merge pull request #778 from liyasthomas/dependabot/npm_and_yarn/start-server-and-test-1.11.0
  • 4f43756 Merge branch 'master' of https://github.com/liyasthomas/postwoman

📊 Changes

30 files changed (+2280 additions, -3856 deletions)

View changed files

.dependabot/config.yml (+0 -9)
.vscode/settings.json (+0 -3)
📝 assets/css/styles.scss (+5 -0)
📝 components/collections/importExportCollections.vue (+4 -2)
📝 components/graphql/queryeditor.vue (+9 -11)
📝 components/realtime/socketio.vue (+18 -8)
📝 components/realtime/websocket.vue (+38 -4)
📝 components/ui/tabs.vue (+1 -0)
📝 functions/fb.js (+28 -28)
functions/requestParams.js (+17 -0)
functions/syntax/gqlQueryLangMode.js (+115 -0)
📝 functions/templating.js (+1 -1)
functions/utils/uri.js (+13 -0)
📝 lang/en-US.json (+2 -0)
📝 lang/es-ES.json (+61 -30)
📝 lang/pt-BR.json (+30 -30)
lang/pt-PT.json (+288 -0)
📝 lang/tr-TR.json (+235 -41)
lang/zh-TW.json (+286 -0)
📝 nuxt.config.js (+12 -7)

...and 10 more files

📄 Description

I try to improve the spanish translate, add the missing keys and fix the wrong ones 😄


🔄 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/858 **Author:** [@Nisgrak](https://github.com/Nisgrak) **Created:** 5/10/2020 **Status:** ❌ Closed **Base:** `i18n` ← **Head:** `improve-spanish-translation` --- ### 📝 Commits (10+) - [`de28bd4`](https://github.com/hoppscotch/hoppscotch/commit/de28bd4660d4d9e0aa734db306e9a6f5adbd9e89) chore(deps-dev): bump cypress from 4.3.0 to 4.4.0 - [`936f91f`](https://github.com/hoppscotch/hoppscotch/commit/936f91f204e4a0cfdc872ed2aa27b8d5b14903d8) Merge pull request #774 from liyasthomas/dependabot/npm_and_yarn/cypress-4.4.0 - [`012b61a`](https://github.com/hoppscotch/hoppscotch/commit/012b61ae8e6114ed5d57adecd0caf25df99f58cf) chore(deps): bump nuxt-i18n from 6.8.1 to 6.9.1 - [`caf76f9`](https://github.com/hoppscotch/hoppscotch/commit/caf76f9cd9c725817c8a03b03b131aa92a54aaf6) Merge pull request #776 from liyasthomas/dependabot/npm_and_yarn/nuxt-i18n-6.9.1 - [`071c57c`](https://github.com/hoppscotch/hoppscotch/commit/071c57c5a2049af47f1832c0c9444b8ac623da28) chore(deps): bump ace-builds from 1.4.9 to 1.4.11 - [`f2609db`](https://github.com/hoppscotch/hoppscotch/commit/f2609dba567de358cf0da4b338987cbbc15caf68) Merge pull request #775 from liyasthomas/dependabot/npm_and_yarn/ace-builds-1.4.11 - [`bb18a72`](https://github.com/hoppscotch/hoppscotch/commit/bb18a7278e53e64ee344f7835bfa98d5d4134503) chore(deps-dev): bump start-server-and-test from 1.10.11 to 1.11.0 - [`774c167`](https://github.com/hoppscotch/hoppscotch/commit/774c1678be1341e560c7f203dd282e005712523b) :fire: Removing unwanted files - [`4e9b724`](https://github.com/hoppscotch/hoppscotch/commit/4e9b724070409ad26e976b2714a8e243dabb996f) Merge pull request #778 from liyasthomas/dependabot/npm_and_yarn/start-server-and-test-1.11.0 - [`4f43756`](https://github.com/hoppscotch/hoppscotch/commit/4f43756c0e3b367e39a5b12b1272c6f3c36d9a2e) Merge branch 'master' of https://github.com/liyasthomas/postwoman ### 📊 Changes **30 files changed** (+2280 additions, -3856 deletions) <details> <summary>View changed files</summary> ➖ `.dependabot/config.yml` (+0 -9) ➖ `.vscode/settings.json` (+0 -3) 📝 `assets/css/styles.scss` (+5 -0) 📝 `components/collections/importExportCollections.vue` (+4 -2) 📝 `components/graphql/queryeditor.vue` (+9 -11) 📝 `components/realtime/socketio.vue` (+18 -8) 📝 `components/realtime/websocket.vue` (+38 -4) 📝 `components/ui/tabs.vue` (+1 -0) 📝 `functions/fb.js` (+28 -28) ➕ `functions/requestParams.js` (+17 -0) ➕ `functions/syntax/gqlQueryLangMode.js` (+115 -0) 📝 `functions/templating.js` (+1 -1) ➕ `functions/utils/uri.js` (+13 -0) 📝 `lang/en-US.json` (+2 -0) 📝 `lang/es-ES.json` (+61 -30) 📝 `lang/pt-BR.json` (+30 -30) ➕ `lang/pt-PT.json` (+288 -0) 📝 `lang/tr-TR.json` (+235 -41) ➕ `lang/zh-TW.json` (+286 -0) 📝 `nuxt.config.js` (+12 -7) _...and 10 more files_ </details> ### 📄 Description I try to improve the spanish translate, add the missing keys and fix the wrong ones 😄 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:34:21 +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#2909
No description provided.