1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

fix: Add Spanish locale to internationalization settings

This commit is contained in:
Mario Aparcero 2025-06-04 21:59:45 +02:00
parent 7b7dfdc359
commit 40b8335d29

View file

@ -19,7 +19,7 @@ module.exports.i18n = {
*
*/
locales: ['en-GB', 'en-US', 'it-IT', 'ru-RU'],
locales: ['en-GB', 'en-US', 'es-ES', 'it-IT', 'ru-RU'],
/**
*