We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff7eca commit c483713Copy full SHA for c483713
src/constants/index.ts
@@ -1,4 +1,4 @@
1
export const LANGUAGES = [
2
- { label: 'Spanish', code: 'es' },
+ { label: 'Español', code: 'es' },
3
{ label: 'English', code: 'en' },
4
];
0 commit comments