All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.icfolson.sling.translate.runtime.repository.DictionaryWriter Maven / Gradle / Ivy

The newest version!
package com.icfolson.sling.translate.runtime.repository;

import com.icfolson.sling.translate.api.model.DictionaryModel;

public interface DictionaryWriter {

    void writeDictionary(final String i18nPath, final DictionaryModel dictionary);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy