Added support for Polish and Spanish translations

This commit is contained in:
John O'Nolan 2023-04-02 10:47:40 -04:00 committed by GitHub
parent d98cb4803c
commit 5b1bf3ae0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,12 @@ const SUPPORTED_LOCALES = [
'cs',
'de',
'en',
'es',
'fr',
'hu',
'mn',
'nl',
'hu'
'pl'
];
/**