summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/TodoElement.java
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2010-10-09 21:50:58 +0200
committerDavid A. Madore <david+git@madore.org>2010-10-09 21:50:58 +0200
commitb39ca81f1300ad9e59839a9a52e9a6081dd4a517 (patch)
tree65b91e0adec2c7501cbe2fcdc6fbd64869d4a39b /org/madore/damlengine/TodoElement.java
parentcc6a3bae065f5f609c6ca46923f3b4ccaa8b063a (diff)
downloaddamlengine-b39ca81f1300ad9e59839a9a52e9a6081dd4a517.tar.gz
damlengine-b39ca81f1300ad9e59839a9a52e9a6081dd4a517.tar.bz2
damlengine-b39ca81f1300ad9e59839a9a52e9a6081dd4a517.zip
Handling of translations.
Diffstat (limited to 'org/madore/damlengine/TodoElement.java')
-rw-r--r--org/madore/damlengine/TodoElement.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org/madore/damlengine/TodoElement.java b/org/madore/damlengine/TodoElement.java
index 4f5d3ab..8515688 100644
--- a/org/madore/damlengine/TodoElement.java
+++ b/org/madore/damlengine/TodoElement.java
@@ -20,6 +20,7 @@ public abstract class TodoElement extends TodoItem {
damlDefaultFactory = new TodoDefaultElement.Factory();
damlFactories.put("daml", new TodoDamlElement.Factory());
damlFactories.put("body", new TodoBodyElement.Factory());
+ damlFactories.put("translation", new TodoTranslationElement.Factory());
}
protected final Element node;