1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-24 15:49:46 +02:00

chore: Fix locale position

This commit is contained in:
Maksim Eltyshev 2025-07-11 12:14:59 +02:00
parent f9d0aa4a5a
commit 10f2e9a8f8

View file

@ -19,7 +19,7 @@ module.exports.i18n = {
*
*/
locales: ['de-DE', 'en-GB', 'en-US', 'es-ES', 'fr-FR', 'it-IT', 'ru-RU', 'tr-TR', 'fi-FI'],
locales: ['de-DE', 'en-GB', 'en-US', 'es-ES', 'fi-FI', 'fr-FR', 'it-IT', 'ru-RU', 'tr-TR'],
/**
*