Skip to content

Commit

Permalink
Eurakasa -> Euskara (#1420)
Browse files Browse the repository at this point in the history
Co-authored-by: bilbao_iban <[email protected]>
  • Loading branch information
ZiTAL and bilbao_iban authored Feb 10, 2023
1 parent 7a0bfa2 commit f679109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/lib/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f679109

Please sign in to comment.