de.sstoehr.pustefix.i18n.output.Writer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pustefix-i18n-maven-plugin Show documentation
Show all versions of pustefix-i18n-maven-plugin Show documentation
A maven plugin to work with PO translation files with Pustefix framework
package de.sstoehr.pustefix.i18n.output;
import java.io.File;
import java.util.List;
import de.sstoehr.pustefix.i18n.model.Locale;
import de.sstoehr.pustefix.i18n.model.Message;
public interface Writer {
void addLocale(Locale locale, File file);
void write(List messages);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy