mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Arkiv
This commit is contained in:
parent
fb38edfb1f
commit
14fa14ea91
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||||
put("archief", new TypeScore(EntityFolder.ARCHIVE, 100)); // Dutch
|
put("archief", new TypeScore(EntityFolder.ARCHIVE, 100)); // Dutch
|
||||||
put("Архив", new TypeScore(EntityFolder.ARCHIVE, 100));
|
put("Архив", new TypeScore(EntityFolder.ARCHIVE, 100));
|
||||||
put("Wszystkie", new TypeScore(EntityFolder.ARCHIVE, 100)); // Polish
|
put("Wszystkie", new TypeScore(EntityFolder.ARCHIVE, 100)); // Polish
|
||||||
|
put("Arkiv", new TypeScore(EntityFolder.ARCHIVE, 100)); // Norwegian
|
||||||
|
|
||||||
put("draft", new TypeScore(EntityFolder.DRAFTS, 100));
|
put("draft", new TypeScore(EntityFolder.DRAFTS, 100));
|
||||||
put("concept", new TypeScore(EntityFolder.DRAFTS, 100));
|
put("concept", new TypeScore(EntityFolder.DRAFTS, 100));
|
||||||
|
|
Loading…
Reference in a new issue