mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #381] [CLOSED] Added Turkish language support #2600
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#2600
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/381
Author: @AliAnilKocak
Created: 11/30/2019
Status: ❌ Closed
Base:
i18n← Head:master📝 Commits (10+)
6959a45I18n (#366)38a9a75Use GraphQL logo for GraphQL tab1872dacUse GraphQL logo for GraphQL tab (#371)068d251⚡ Lintf2262c0📸 Updated screenshotsa0191ba🐛 Fixed browser default shortcut mapping fixes #374cff94a1Bump vuex-persist from 2.1.1 to 2.2.09927239Bump cypress from 3.6.1 to 3.7.0b7fc720⚗️ Page animationa91e265Merge branch 'master' into dependabot/npm_and_yarn/vuex-persist-2.2.0📊 Changes
16 files changed (+387 additions, -92 deletions)
View changed files
📝
README.md(+7 -7)📝
assets/css/fonts.scss(+9 -3)📝
assets/css/styles.scss(+14 -20)📝
assets/css/themes.scss(+2 -2)📝
components/ace-editor.vue(+7 -1)➕
lang/tr-TR.js(+84 -0)📝
layouts/default.vue(+121 -5)📝
nuxt.config.js(+7 -1)📝
package-lock.json(+6 -6)📝
package.json(+2 -2)📝
pages/graphql.vue(+24 -17)📝
pages/index.vue(+21 -16)📝
pages/settings.vue(+9 -12)➕
static/icons/graphql.svg(+74 -0)📝
static/images/screenshot1.png(+0 -0)📝
static/images/screenshot2.png(+0 -0)📄 Description
Added lang/tr-TR.js
Modified nuxt.config.js
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.