Open mbriziarelli opened 7 years ago
What is the purpose of
if(defaultLocale === null) { defaultLocale = name; }
lines 28 to 31 ?
if the default locale is not specified, it takes the first founded
What is the purpose of
lines 28 to 31 ?