1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-02 20:15:27 +02:00

Add Greek translations for notification messages and update i18n config

This commit is contained in:
symonbaikov 2025-07-12 23:53:07 +03:00
parent f9d0aa4a5a
commit f1fcf9d7eb
2 changed files with 28 additions and 1 deletions

View file

@ -19,7 +19,18 @@ 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',
'el-GR',
'en-GB',
'en-US',
'es-ES',
'fr-FR',
'it-IT',
'ru-RU',
'tr-TR',
'fi-FI',
],
/**
*