Skip to content

Commit

Permalink
Added czech translation of submission-forms.xml (#636)
Browse files Browse the repository at this point in the history
* Created submission-forms_cs.xml for the czech translation of the submission-forms.xml. And allowed cs locale in the config.

* Added `webui.supported.locales = en` property into test cfg because IT expect only `en` locale.
  • Loading branch information
milanmajchrak authored Apr 23, 2024
1 parent ae30924 commit 3ab14ec
Show file tree
Hide file tree
Showing 3 changed files with 2,135 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dspace-api/src/test/data/dspaceFolder/config/local.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,7 @@ file.preview.enabled = true
sync.storage.service.enabled = false

### Signposting configuration ###
signposting.enabled = true
signposting.enabled = true

# Test configuration has only EN locale (submission-forms.xml)
webui.supported.locales = en
2 changes: 1 addition & 1 deletion dspace/config/dspace.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ default.locale = en
# A comma-separated list of Locales. All types of Locales country, country_language, country_language_variant
# Note that the appropriate file are present, especially that all the Messages_x.properties are there
# may be used, e.g:
# webui.supported.locales = en, de
webui.supported.locales = en, cs

#### Submission License substitution variables ####
# it is possible include contextual information in the submission license using substitution variables
Expand Down
Loading

0 comments on commit 3ab14ec

Please sign in to comment.