diff artifacts/src/main/java/org/dive4elements/river/artifacts/resources/Resources.java @ 8222:1cd7225df846

Let official epochs be showy and remove detritus of 'yields' in datacage config.
author Tom Gottfried <tom@intevation.de>
date Mon, 08 Sep 2014 15:54:12 +0200
parents e4606eae8ea5
children e4aadc953665 0a5239a1e46e
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/resources/Resources.java	Mon Sep 08 15:48:11 2014 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/resources/Resources.java	Mon Sep 08 15:54:12 2014 +0200
@@ -80,6 +80,9 @@
         return meta.getPreferredLocale(locales);
     }
 
+    public static String getMsg(CallMeta meta, String key) {
+        return getMsg(meta, key, key);
+    }
 
     /**
      * This method returns the translated value for <i>key</i> or <i>def</i> if

http://dive4elements.wald.intevation.org