mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
translation generator
This commit is contained in:
@@ -101,7 +101,7 @@ public class InternationalizationDevelopmentFilter implements Filter {
|
||||
String var = m.group(1);
|
||||
Object replacement = props.get(var);
|
||||
String replacementValue = replacement == null ? var : replacement
|
||||
.toString();
|
||||
.toString().split("#")[0].trim();
|
||||
m.appendReplacement(sb, replacementValue);
|
||||
}
|
||||
m.appendTail(sb);
|
||||
|
||||
Reference in New Issue
Block a user