Russian/all

This commit is contained in:
M66B
2021-03-29 07:58:28 +02:00
parent 1a6e8e937a
commit 60eca2c595

View File

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