Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#1559 from Yidadaa/revert-1435-update
Browse files Browse the repository at this point in the history
Revert "feat: close ChatGPTNextWeb#1433 add french translation"
  • Loading branch information
Yidadaa authored May 17, 2023
2 parents 6d9e7c1 + e6119ec commit ef1b07e
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 266 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ One-Click to deploy well-designed ChatGPT web UI on Vercel.
- 预制角色功能(面具),方便地创建、分享和调试你的个性化对话
- 海量的内置 prompt 列表,来自[中文](https://github.com/PlexPt/awesome-chatgpt-prompts-zh)[英文](https://github.com/f/awesome-chatgpt-prompts)
- 自动压缩上下文聊天记录,在节省 Token 的同时支持超长对话
- 多国语言支持:English, 简体中文, 繁体中文, 日本語, Français, Español, Italiano, Türkçe, Deutsch, Tiếng Việt, Русский, Čeština
- 多国语言支持:English, 简体中文, 繁体中文, 日本語, Español, Italiano, Türkçe, Deutsch, Tiếng Việt, Русский, Čeština
- 拥有自己的域名?好上加好,绑定后即可在任何地方**无障碍**快速访问

## 开发计划
Expand Down
1 change: 0 additions & 1 deletion app/locales/cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ const cn = {
cn: "简体中文",
en: "English",
tw: "繁體中文",
fr: "Français",
es: "Español",
it: "Italiano",
tr: "Türkçe",
Expand Down
1 change: 0 additions & 1 deletion app/locales/cs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const cs: LocaleType = {
cn: "简体中文",
en: "English",
tw: "繁體中文",
fr: "Français",
es: "Español",
it: "Italiano",
tr: "Türkçe",
Expand Down
1 change: 0 additions & 1 deletion app/locales/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ const de: LocaleType = {
cn: "简体中文",
en: "English",
tw: "繁體中文",
fr: "Français",
es: "Español",
it: "Italiano",
tr: "Türkçe",
Expand Down
1 change: 0 additions & 1 deletion app/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const en: LocaleType = {
cn: "简体中文",
en: "English",
tw: "繁體中文",
fr: "Français",
es: "Español",
it: "Italiano",
tr: "Türkçe",
Expand Down
1 change: 0 additions & 1 deletion app/locales/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const es: LocaleType = {
cn: "简体中文",
en: "English",
tw: "繁體中文",
fr: "Français",
es: "Español",
it: "Italiano",
tr: "Türkçe",
Expand Down
251 changes: 0 additions & 251 deletions app/locales/fr.ts

This file was deleted.

3 changes: 0 additions & 3 deletions app/locales/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import CN from "./cn";
import EN from "./en";
import TW from "./tw";
import FR from "./fr";
import ES from "./es";
import IT from "./it";
import TR from "./tr";
Expand All @@ -17,7 +16,6 @@ export const AllLangs = [
"en",
"cn",
"tw",
"fr",
"es",
"it",
"tr",
Expand Down Expand Up @@ -82,7 +80,6 @@ export default {
en: EN,
cn: CN,
tw: TW,
fr: FR,
es: ES,
it: IT,
tr: TR,
Expand Down
1 change: 0 additions & 1 deletion app/locales/it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const it: LocaleType = {
cn: "简体中文",
en: "English",
tw: "繁體中文",
fr: "Français",
es: "Español",
it: "Italiano",
tr: "Türkçe",
Expand Down
1 change: 0 additions & 1 deletion app/locales/jp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const jp: LocaleType = {
cn: "简体中文",
en: "English",
tw: "繁體中文",
fr: "Français",
es: "Español",
it: "Italiano",
tr: "Türkçe",
Expand Down
1 change: 0 additions & 1 deletion app/locales/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const ru: LocaleType = {
cn: "简体中文",
en: "English",
tw: "繁體中文",
fr: "Français",
es: "Español",
it: "Italiano",
tr: "Türkçe",
Expand Down
1 change: 0 additions & 1 deletion app/locales/tr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const tr: LocaleType = {
cn: "简体中文",
en: "English",
tw: "繁體中文",
fr: "Français",
es: "Español",
it: "Italiano",
tr: "Türkçe",
Expand Down
1 change: 0 additions & 1 deletion app/locales/tw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ const tw: LocaleType = {
cn: "简体中文",
en: "English",
tw: "繁體中文",
fr: "Français",
es: "Español",
it: "Italiano",
tr: "Türkçe",
Expand Down
1 change: 0 additions & 1 deletion app/locales/vi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const vi: LocaleType = {
cn: "简体中文",
en: "English",
tw: "繁體中文",
fr: "Français",
es: "Español",
it: "Italiano",
tr: "Türkçe",
Expand Down

0 comments on commit ef1b07e

Please sign in to comment.