}
Symfony2ProjectComponent.getLogger().info("translations changed: " + translationDirectory.toString());
this.translationStringMapModified = translationDirectory.lastModified();
return this.translationStringMap = new TranslationPsiParser(project).parsePathMatcher(translationDirectory.getPath());
}