summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2018-12-03 23:07:14 +0100
committerDavid A. Madore <david+git@madore.org>2018-12-03 23:11:03 +0100
commit143c527add56bdc98968383155c9d928d1460e42 (patch)
tree9d459fa6a99860ca0ee05515621df943c483939b /org/madore/damlengine
parent40af35162bc33e6cac3651ec0e8447db10619637 (diff)
downloaddamlengine-143c527add56bdc98968383155c9d928d1460e42.tar.gz
damlengine-143c527add56bdc98968383155c9d928d1460e42.tar.bz2
damlengine-143c527add56bdc98968383155c9d928d1460e42.zip
New categories: "auto-moto" and "gardinia".
Diffstat (limited to 'org/madore/damlengine')
-rw-r--r--org/madore/damlengine/TodoWeblogSelectionElement.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/org/madore/damlengine/TodoWeblogSelectionElement.java b/org/madore/damlengine/TodoWeblogSelectionElement.java
index be55cb6..8072061 100644
--- a/org/madore/damlengine/TodoWeblogSelectionElement.java
+++ b/org/madore/damlengine/TodoWeblogSelectionElement.java
@@ -90,6 +90,10 @@ public final class TodoWeblogSelectionElement extends TodoDefaultElement {
categoryNames.get("fr").put("comp-hw", "Mat\u00e9riel informatique");
categoryNames.get("en").put("econom", "Economics");
categoryNames.get("fr").put("econom", "\u00c9conomie");
+ categoryNames.get("en").put("auto-moto", "Auto-Moto");
+ categoryNames.get("fr").put("auto-moto", "Auto-Moto");
+ categoryNames.get("en").put("gardinia", "Parks & Gardens");
+ categoryNames.get("fr").put("gardinia", "Parcs & Jardins");
categoryNames.get("en").put("meta", "Meta");
categoryNames.get("fr").put("meta", "M\u00e9ta");
}