You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
362 B

package com.fr.plugin.xx.theme.sky.locale;
import com.fr.plugin.xx.theme.sky.config.SkyThemeConfig;
import com.fr.stable.fun.impl.AbstractLocaleFinder;
public class SkyLocaleFinder extends AbstractLocaleFinder {
@Override
public String find() {
SkyThemeConfig.getInstance();
return "com/fr/plugin/xx/theme/sky/locale/locale";
}
}