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:
parent
0177a6fef0
commit
7b7743ef2a
7 changed files with 662 additions and 1 deletions
|
@ -63,6 +63,7 @@ const LANGUAGES = [
|
|||
'uz-UZ',
|
||||
'zh-CN',
|
||||
'zh-TW',
|
||||
'el-GR',
|
||||
];
|
||||
|
||||
const PRIVATE_FIELD_NAMES = ['email', 'isSsoUser'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue