[PR #381] [CLOSED] Added Turkish language support #2600

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/381
Author: @AliAnilKocak
Created: 11/30/2019
Status: Closed

Base: i18nHead: master


📝 Commits (10+)

  • 6959a45 I18n (#366)
  • 38a9a75 Use GraphQL logo for GraphQL tab
  • 1872dac Use GraphQL logo for GraphQL tab (#371)
  • 068d251 Lint
  • f2262c0 📸 Updated screenshots
  • a0191ba 🐛 Fixed browser default shortcut mapping fixes #374
  • cff94a1 Bump vuex-persist from 2.1.1 to 2.2.0
  • 9927239 Bump cypress from 3.6.1 to 3.7.0
  • b7fc720 ⚗️ Page animation
  • a91e265 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/381 **Author:** [@AliAnilKocak](https://github.com/AliAnilKocak) **Created:** 11/30/2019 **Status:** ❌ Closed **Base:** `i18n` ← **Head:** `master` --- ### 📝 Commits (10+) - [`6959a45`](https://github.com/hoppscotch/hoppscotch/commit/6959a4510e9f10725337d593b9fae5c402712a26) I18n (#366) - [`38a9a75`](https://github.com/hoppscotch/hoppscotch/commit/38a9a75b2da3651166b62ee7e43ac6cea1fa7b50) Use GraphQL logo for GraphQL tab - [`1872dac`](https://github.com/hoppscotch/hoppscotch/commit/1872dacb5e053123f09dc4c8a24a520cfad596c0) Use GraphQL logo for GraphQL tab (#371) - [`068d251`](https://github.com/hoppscotch/hoppscotch/commit/068d251b64883122344485d2f9f578b0dfac99c3) :zap: Lint - [`f2262c0`](https://github.com/hoppscotch/hoppscotch/commit/f2262c0e1957f927150f53361a28e4cbf300c7a1) :camera_flash: Updated screenshots - [`a0191ba`](https://github.com/hoppscotch/hoppscotch/commit/a0191bafe70ba97908d730dec535b7ed2e45f5b4) :bug: Fixed browser default shortcut mapping fixes #374 - [`cff94a1`](https://github.com/hoppscotch/hoppscotch/commit/cff94a1672a9e21db12fa6940ca4c7828592bca3) Bump vuex-persist from 2.1.1 to 2.2.0 - [`9927239`](https://github.com/hoppscotch/hoppscotch/commit/9927239ec9c7f261fbb11fd6f300d63e7c9f6980) Bump cypress from 3.6.1 to 3.7.0 - [`b7fc720`](https://github.com/hoppscotch/hoppscotch/commit/b7fc72004fca89a06b0375fcde4cc0d25a5234a2) :alembic: Page animation - [`a91e265`](https://github.com/hoppscotch/hoppscotch/commit/a91e2650979e4cfd5320bb65dac5f1d2a2b0f424) Merge branch 'master' into dependabot/npm_and_yarn/vuex-persist-2.2.0 ### 📊 Changes **16 files changed** (+387 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Added lang/tr-TR.js Modified nuxt.config.js --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:17:18 +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#2600
No description provided.