Skip to content

Commit

Permalink
fix: Gemini API locale key missed to be updated in #775
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello authored and sunner committed Apr 13, 2024
1 parent 1381354 commit c8b44e3
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/i18n/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"text-davinci-002-render-sha": "GPT-3.5",
"gpt-4": "GPT-4"
},
"gemini": {
"geminiApi": {
"name": "Gemini API",
"gemini-pro": "Gemini-Pro",
"topK": "topK",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"gpt-4-browsing": "Web Browsing",
"gpt-4-mobile": "GPT-4 Mobile V2"
},
"gemini": {
"geminiApi": {
"name": "Gemini API",
"gemini-pro": "Gemini-Pro",
"topK": "topK",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"gpt-4-browsing": "Navegación Web",
"gpt-4-mobile": "GPT-4 móvil V2"
},
"gemini": {
"geminiApi": {
"name": "Gemini API",
"gemini-pro": "Gemini-Pro",
"topK": "topK",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"gpt-4": "GPT-4",
"gpt-4-browsing": "Navigation Web"
},
"gemini": {
"geminiApi": {
"name": "Gemini API",
"gemini-pro": "Gemini-Pro",
"topK": "topK",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"gpt-4": "GPT-4",
"gpt-4-browsing": "Navigazione Web"
},
"gemini": {
"geminiApi": {
"name": "Gemini API",
"gemini-pro": "Gemini-Pro",
"topK": "topK",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"gpt-4-browsing": "webブラウジング",
"gpt-4-mobile": "GPT-4 モバイル V2"
},
"gemini": {
"geminiApi": {
"name": "Gemini API",
"gemini-pro": "Gemini-Pro",
"topK": "topK",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"gpt-4-browsing": "웹 브라우징",
"gpt-4-mobile": "GPT-4 모바일 V2"
},
"gemini": {
"geminiApi": {
"name": "Gemini API",
"gemini-pro": "Gemini-Pro",
"topK": "topK",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"text-davinci-002-render-sha": "GPT-3.5",
"gpt-4": "GPT-4"
},
"gemini": {
"geminiApi": {
"name": "Gemini API",
"gemini-pro": "Gemini-Pro",
"topK": "topK",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"gpt-4-browsing": "Web Browsing",
"gpt-4-mobile": "GPT-4 Mobile V2"
},
"gemini": {
"geminiApi": {
"name": "Gemini API",
"gemini-pro": "Gemini-Pro",
"topK": "topK",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"gpt-4-browsing": "Web 浏览",
"gpt-4-mobile": "GPT-4 移动版V2"
},
"gemini": {
"geminiApi": {
"name": "Gemini API",
"gemini-pro": "Gemini-Pro",
"topK": "topK",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/zhtw.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"gpt-4-browsing": "Web 瀏覽",
"gpt-4-mobile": "GPT-4 行動裝置版 V2"
},
"gemini": {
"geminiApi": {
"name": "Gemini API",
"gemini-pro": "Gemini-Pro",
"topK": "topK",
Expand Down

0 comments on commit c8b44e3

Please sign in to comment.