From 0afd22e1961afbacd36601601fe44d8fe6a37627 Mon Sep 17 00:00:00 2001 From: Potjoe-97 Date: Thu, 17 Oct 2024 15:12:51 +0200 Subject: [PATCH] Edited French option to display native spelling --- src/routes/api/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/api/options.ts b/src/routes/api/options.ts index 4a087cdba..8f4f661ff 100644 --- a/src/routes/api/options.ts +++ b/src/routes/api/options.ts @@ -145,7 +145,7 @@ function getSupportedLocales() { }, { "id": "fr", - "name": "French" + "name": "Français" }, { "id": "cn",