Skip to content

Commit

Permalink
i18n: Fix spanish language code. Fixes #925
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Feb 1, 2025
1 parent 32d8513 commit deef30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/langs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const langNameMappings: Record<string, string> = {
ja: "Japanese",
pl: "Polish",
ru: "Russian",
sp: "Spanish",
es: "Spanish",
sv: "Swedish",
tr: "Turkish",
};
Expand Down

0 comments on commit deef30e

Please sign in to comment.