dotneet / smart-chatbot-ui

An open source ChatGPT UI.
https://smart-chatbot-ui.vercel.app/
MIT License
471 stars 97 forks source link

Fix Unsupported locale in wikipedia plugin #143

Closed rkaplers closed 1 year ago

rkaplers commented 1 year ago

Should resolve #132 Problem is where locale getting passed is en-US, fr-FR, while we are checking for ALLOWED_LOCALES: const ALLOWED_LOCALES = [ 'en', 'ja', 'fr', 'de', 'es', 'ru', 'pt', 'zh', 'it', 'ar', 'pl', 'uk', ];

So the option is to split "-" and take first part of the locale that matches the allowed list.

vercel[bot] commented 1 year ago

Someone is attempting to deploy a commit to a Personal Account owned by @dotneet on Vercel.

@dotneet first needs to authorize it.