Fix filename lang metadata regex
Make the lang metadata only match the two possible languages in the blog. Without this, filenames, even from static files, containing '-' throwed a 'STATIC_LANG_SAVE_AS' critical error. Now they can have '-' in the name as long as it isn't '-en' or '-br'.
Please register or sign in to comment