Add missing fallback values and fix en and en_us.xml keys

This commit is contained in:
BatJan
2021-11-12 09:19:07 +01:00
committed by Michael Latouche
parent 97071133c7
commit 1440213ef6
3 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<span ng-switch="vm.variant.state"> <span ng-switch="vm.variant.state">
<span ng-switch-when="NotCreated"><localize key="content_notCreated"></localize></span> <span ng-switch-when="NotCreated"><localize key="content_notCreated">Not created</localize></span>
<span ng-switch-when="Draft"><localize key="content_unpublished"></localize></span> <span ng-switch-when="Draft"><localize key="content_unpublished">Unpublished</localize></span>
<span ng-switch-when="PublishedPendingChanges"><localize key="content_publishedPendingChanges"></localize></span> <span ng-switch-when="PublishedPendingChanges"><localize key="content_publishedPendingChanges">Published (pending changes)</localize></span>
<span ng-switch-when="Published"><localize key="content_published"></localize></span> <span ng-switch-when="Published"><localize key="content_published">Published</localize></span>
</span> </span>

View File

@@ -252,6 +252,7 @@
<key alias="type">Type</key> <key alias="type">Type</key>
<key alias="unpublish">Unpublish</key> <key alias="unpublish">Unpublish</key>
<key alias="unpublished">Unpublished</key> <key alias="unpublished">Unpublished</key>
<key alias="notCreated">Not created</key>
<key alias="updateDate">Last edited</key> <key alias="updateDate">Last edited</key>
<key alias="updateDateDesc" version="7.0">Date/time this document was edited</key> <key alias="updateDateDesc" version="7.0">Date/time this document was edited</key>
<key alias="uploadClear">Remove file(s)</key> <key alias="uploadClear">Remove file(s)</key>

View File

@@ -255,7 +255,7 @@
<key alias="captionTextOptional">Caption (optional)</key> <key alias="captionTextOptional">Caption (optional)</key>
<key alias="type">Type</key> <key alias="type">Type</key>
<key alias="unpublish">Unpublish</key> <key alias="unpublish">Unpublish</key>
<key alias="unpublished">Draft</key> <key alias="unpublished">Unpublished</key>
<key alias="notCreated">Not created</key> <key alias="notCreated">Not created</key>
<key alias="updateDate">Last edited</key> <key alias="updateDate">Last edited</key>
<key alias="updateDateDesc" version="7.0">Date/time this document was edited</key> <key alias="updateDateDesc" version="7.0">Date/time this document was edited</key>