This commit is contained in:
M66B 2023-04-07 13:36:32 +02:00
parent fb38edfb1f
commit 14fa14ea91
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
put("archief", new TypeScore(EntityFolder.ARCHIVE, 100)); // Dutch
put("Архив", new TypeScore(EntityFolder.ARCHIVE, 100));
put("Wszystkie", new TypeScore(EntityFolder.ARCHIVE, 100)); // Polish
put("Arkiv", new TypeScore(EntityFolder.ARCHIVE, 100)); // Norwegian
put("draft", new TypeScore(EntityFolder.DRAFTS, 100));
put("concept", new TypeScore(EntityFolder.DRAFTS, 100));