mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
Eurakasa -> Euskara (#1420)
Co-authored-by: bilbao_iban <bilbao_iban@eitb.eus>
This commit is contained in:
@@ -5,7 +5,7 @@ export const getLocaleDisplayName = (locale, displayLocale = undefined) => {
|
||||
// Different browsers seem to handle "eu" differently from the Node server.
|
||||
// Special case this to avoid a hydration failure.
|
||||
if (locale === "eu") {
|
||||
return "Eurakasa";
|
||||
return "Euskara";
|
||||
}
|
||||
const displayName = new Intl.DisplayNames([displayLocale || locale], { type: "language" }).of(locale);
|
||||
// Return the Titlecased version of the language name.
|
||||
|
||||
Reference in New Issue
Block a user