Skip to content

Commit

Permalink
Merge pull request DSpace#1509 from tdonohue/enable_scottish
Browse files Browse the repository at this point in the history
Enable Scottish Gaelic
  • Loading branch information
tdonohue authored Feb 1, 2022
2 parents e629903 + 5290ca8 commit 7777fa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ languages:
- code: fr
label: Français
active: true
- code: gd
label: Gàidhlig
active: true
- code: lv
label: Latviešu
active: true
Expand Down
1 change: 1 addition & 0 deletions src/config/default-app-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export class DefaultAppConfig implements AppConfig {
{ code: 'de', label: 'Deutsch', active: true },
{ code: 'es', label: 'Español', active: true },
{ code: 'fr', label: 'Français', active: true },
{ code: 'gd', label: 'Gàidhlig', active: true },
{ code: 'lv', label: 'Latviešu', active: true },
{ code: 'hu', label: 'Magyar', active: true },
{ code: 'nl', label: 'Nederlands', active: true },
Expand Down

0 comments on commit 7777fa6

Please sign in to comment.