mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-01 09:03:55 -05:00
6 lines
114 B
JavaScript
6 lines
114 B
JavaScript
export const langTagRegex = /^[a-z]{2}(?:-[a-zA-Z]{2,3})?$/;
|
|
export default {
|
|
en: 'English',
|
|
es: 'Spanish'
|
|
};
|