Commits

Tim Donohue authored and GitHub committed 99ba1d394da Merge
Merge pull request #2053 from toniprieto/trad-ca

Catalan translation
No tags
gidlmaster

config/config.example.yml

Modified
114 114
115 115 # Default Language in which the UI will be rendered if the user's browser language is not an active language
116 116 defaultLanguage: en
117 117
118 118 # Languages. DSpace Angular holds a message catalog for each of the following languages.
119 119 # When set to active, users will be able to switch to the use of this language in the user interface.
120 120 languages:
121 121 - code: en
122 122 label: English
123 123 active: true
124 + - code: ca
125 + label: Català
126 + active: true
124 127 - code: cs
125 128 label: Čeština
126 129 active: true
127 130 - code: de
128 131 label: Deutsch
129 132 active: true
130 133 - code: es
131 134 label: Español
132 135 active: true
133 136 - code: fr

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut