mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Added Polish folder names
This commit is contained in:
@@ -197,12 +197,14 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||
put("brouillon", new TypeScore(EntityFolder.DRAFTS, 100));
|
||||
put("Черновики", new TypeScore(EntityFolder.DRAFTS, 100));
|
||||
put("Bozze", new TypeScore(EntityFolder.DRAFTS, 100));
|
||||
put("Szkice lokalne", new TypeScore(EntityFolder.DRAFTS, 100)); // Polish
|
||||
|
||||
put("trash", new TypeScore(EntityFolder.TRASH, 100));
|
||||
put("Papierkorb", new TypeScore(EntityFolder.TRASH, 100));
|
||||
put("corbeille", new TypeScore(EntityFolder.TRASH, 100));
|
||||
put("Корзина", new TypeScore(EntityFolder.TRASH, 100));
|
||||
put("Eliminata", new TypeScore(EntityFolder.TRASH, 100));
|
||||
put("Kosz", new TypeScore(EntityFolder.TRASH, 100)); // Polish
|
||||
|
||||
put("junk", new TypeScore(EntityFolder.JUNK, 100));
|
||||
put("spam", new TypeScore(EntityFolder.JUNK, 100));
|
||||
|
||||
Reference in New Issue
Block a user