![JAR search and dependency download from the Maven repository](/logo.png)
com.icfolson.sling.translate.runtime.provider.DictionaryProvider Maven / Gradle / Ivy
package com.icfolson.sling.translate.runtime.provider;
import com.icfolson.sling.translate.api.model.DictionaryModel;
import java.util.List;
public interface DictionaryProvider {
String getI18nRootPath();
List getDictionaries();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy