Merge pull request #6921 from RoepStoep/fix-i18n

should've run the script...
This commit is contained in:
Thibault Duplessis 2020-07-02 14:44:17 +02:00 committed by GitHub
commit 49ffc64fd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1064,7 +1064,7 @@ val `startAtInitialPosition` = new I18nKey("study:startAtInitialPosition")
val `startAtX` = new I18nKey("study:startAtX")
val `embedInYourWebsite` = new I18nKey("study:embedInYourWebsite")
val `readMoreAboutEmbedding` = new I18nKey("study:readMoreAboutEmbedding")
val `onlyPublicStudiesCanBeEmbedded` = new Translated("study:onlyPublicStudiesCanBeEmbedded")
val `onlyPublicStudiesCanBeEmbedded` = new I18nKey("study:onlyPublicStudiesCanBeEmbedded")
val `open` = new I18nKey("study:open")
val `xBroughtToYouByY` = new I18nKey("study:xBroughtToYouByY")
val `studyNotFound` = new I18nKey("study:studyNotFound")