[PR #354] [CLOSED] Added French language (basic config) #2573

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/354
Author: @thomasbnt
Created: 11/27/2019
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 03678a1 Added French language (basic config)

📊 Changes

2 files changed (+9 additions, -0 deletions)

View changed files

lang/fr-FR.js (+3 -0)
📝 nuxt.config.js (+6 -0)

📄 Description

Hello everybody, just adding french language basic to prepare the ground.

  • Added lang/fr-FR.js
  • Modified nuxt.config.js :
+ ,
+      {
+        code: 'fr',
+        name: 'Français',
+        iso: 'fr-FR',
+        file: 'fr-FR.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/354 **Author:** [@thomasbnt](https://github.com/thomasbnt) **Created:** 11/27/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`03678a1`](https://github.com/hoppscotch/hoppscotch/commit/03678a192d36446c2b82d2c2257311fe4300a611) Added French language (basic config) ### 📊 Changes **2 files changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `lang/fr-FR.js` (+3 -0) 📝 `nuxt.config.js` (+6 -0) </details> ### 📄 Description Hello everybody, just adding french language basic to prepare the ground. - [x] Added `lang/fr-FR.js` - [x] Modified `nuxt.config.js` : ```diff + , + { + code: 'fr', + name: 'Français', + iso: 'fr-FR', + file: 'fr-FR.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:15:56 +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#2573
No description provided.