[PR #366] [MERGED] I18n #2585

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/366
Author: @liyasthomas
Created: 11/28/2019
Status: Merged
Merged: 11/28/2019
Merged by: @liyasthomas

Base: masterHead: i18n


📝 Commits (10+)

  • c35a9c6 Added Bahasa Indonesia language support
  • cb79567 Merge pull request #362 from wahwahid/i18n-id
  • 1c12c66 Add translations for FR/EN catalogues
  • 2a81c26 Merge pull request #364 from LaurentBrieu/add-translations-for-fr-en-catalogues
  • b10a209 Improving performance
  • 9859a34 Merge pull request #1 from liyasthomas/i18n
  • ab4f961 Merge branch 'master' into i18n
  • e307d51 Update keywords i18n for Bahasa Indonesia
  • 9d19d26 Translated to Spanish
  • d89c652 Translated to Spanish

📊 Changes

38 files changed (+1151 additions, -476 deletions)

View changed files

📝 Dockerfile (+1 -1)
📝 assets/css/fonts.scss (+63 -2)
📝 assets/css/styles.scss (+8 -4)
assets/fonts/material-icons-v48.woff2 (+0 -0)
assets/fonts/poppins-v9-latin-500.woff (+0 -0)
assets/fonts/poppins-v9-latin-500.woff2 (+0 -0)
assets/fonts/poppins-v9-latin-700.woff (+0 -0)
assets/fonts/poppins-v9-latin-700.woff2 (+0 -0)
assets/fonts/roboto-mono-v7-latin-regular.woff (+0 -0)
assets/fonts/roboto-mono-v7-latin-regular.woff2 (+0 -0)
📝 assets/js/curlparser.js (+7 -7)
📝 assets/js/pwa.js (+17 -13)
📝 build.js (+20 -16)
📝 cypress.json (+7 -7)
📝 database.rules.json (+1 -2)
📝 directives/textareaAutoHeight.js (+2 -2)
📝 functions/preRequest.js (+4 -4)
📝 functions/templating.js (+1 -1)
📝 lang/en-US.js (+83 -2)
📝 lang/es-ES.js (+83 -2)

...and 18 more files

📄 Description

fixes #336


🔄 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/366 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 11/28/2019 **Status:** ✅ Merged **Merged:** 11/28/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `i18n` --- ### 📝 Commits (10+) - [`c35a9c6`](https://github.com/hoppscotch/hoppscotch/commit/c35a9c64f65ae724293362a359645d0dbcaf7e50) Added Bahasa Indonesia language support - [`cb79567`](https://github.com/hoppscotch/hoppscotch/commit/cb7956794267010d13418f580cdeea31adf53887) Merge pull request #362 from wahwahid/i18n-id - [`1c12c66`](https://github.com/hoppscotch/hoppscotch/commit/1c12c66b3159ad79c958e12d49574fa6eb8fb6bb) Add translations for FR/EN catalogues - [`2a81c26`](https://github.com/hoppscotch/hoppscotch/commit/2a81c2611b166d7f448c093de9cd1826b8679954) Merge pull request #364 from LaurentBrieu/add-translations-for-fr-en-catalogues - [`b10a209`](https://github.com/hoppscotch/hoppscotch/commit/b10a209dafc65f497006844d80fdf06fb8cc14df) :zap: Improving performance - [`9859a34`](https://github.com/hoppscotch/hoppscotch/commit/9859a34e906b8924f42673e9939f53a46aef9a15) Merge pull request #1 from liyasthomas/i18n - [`ab4f961`](https://github.com/hoppscotch/hoppscotch/commit/ab4f9617954b4a44af1ac7d775b88923af79ae05) Merge branch 'master' into i18n - [`e307d51`](https://github.com/hoppscotch/hoppscotch/commit/e307d51f2462ab89cd1325a6f811c73d5b359b7e) Update keywords i18n for Bahasa Indonesia - [`9d19d26`](https://github.com/hoppscotch/hoppscotch/commit/9d19d26d8e367110919e4a367e43703e61790301) Translated to Spanish - [`d89c652`](https://github.com/hoppscotch/hoppscotch/commit/d89c65262230cc0ba1b55a3e53035e60b20fd845) Translated to Spanish ### 📊 Changes **38 files changed** (+1151 additions, -476 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -1) 📝 `assets/css/fonts.scss` (+63 -2) 📝 `assets/css/styles.scss` (+8 -4) ➕ `assets/fonts/material-icons-v48.woff2` (+0 -0) ➕ `assets/fonts/poppins-v9-latin-500.woff` (+0 -0) ➕ `assets/fonts/poppins-v9-latin-500.woff2` (+0 -0) ➕ `assets/fonts/poppins-v9-latin-700.woff` (+0 -0) ➕ `assets/fonts/poppins-v9-latin-700.woff2` (+0 -0) ➕ `assets/fonts/roboto-mono-v7-latin-regular.woff` (+0 -0) ➕ `assets/fonts/roboto-mono-v7-latin-regular.woff2` (+0 -0) 📝 `assets/js/curlparser.js` (+7 -7) 📝 `assets/js/pwa.js` (+17 -13) 📝 `build.js` (+20 -16) 📝 `cypress.json` (+7 -7) 📝 `database.rules.json` (+1 -2) 📝 `directives/textareaAutoHeight.js` (+2 -2) 📝 `functions/preRequest.js` (+4 -4) 📝 `functions/templating.js` (+1 -1) 📝 `lang/en-US.js` (+83 -2) 📝 `lang/es-ES.js` (+83 -2) _...and 18 more files_ </details> ### 📄 Description fixes #336 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:16:29 +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#2585
No description provided.