mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #858] [CLOSED] feat: improve spanish translate #2909
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#2909
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/858
Author: @Nisgrak
Created: 5/10/2020
Status: ❌ Closed
Base:
i18n← Head:improve-spanish-translation📝 Commits (10+)
de28bd4chore(deps-dev): bump cypress from 4.3.0 to 4.4.0936f91fMerge pull request #774 from liyasthomas/dependabot/npm_and_yarn/cypress-4.4.0012b61achore(deps): bump nuxt-i18n from 6.8.1 to 6.9.1caf76f9Merge pull request #776 from liyasthomas/dependabot/npm_and_yarn/nuxt-i18n-6.9.1071c57cchore(deps): bump ace-builds from 1.4.9 to 1.4.11f2609dbMerge pull request #775 from liyasthomas/dependabot/npm_and_yarn/ace-builds-1.4.11bb18a72chore(deps-dev): bump start-server-and-test from 1.10.11 to 1.11.0774c167🔥 Removing unwanted files4e9b724Merge pull request #778 from liyasthomas/dependabot/npm_and_yarn/start-server-and-test-1.11.04f43756Merge 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.