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

feat: add Greek language support

- Added 'el-GR' locale to the client-side locales array
- Included 'el-GR' in the server-side LANGUAGES constant
- Updated i18n configuration to support Greek language
This commit is contained in:
symonbaikov 2025-06-05 22:46:00 +03:00
parent 0177a6fef0
commit 7b7743ef2a
7 changed files with 662 additions and 1 deletions

View file

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