diff options
-rw-r--r-- | org/madore/damlengine/TodoWeblogSelectionElement.java | 4 |
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"); } |