1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-22 22:59:44 +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

@ -63,6 +63,7 @@ const LANGUAGES = [
'uz-UZ',
'zh-CN',
'zh-TW',
'el-GR',
];
const PRIVATE_FIELD_NAMES = ['email', 'isSsoUser'];