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.
23 lines
427 B
23 lines
427 B
2 years ago
|
|
||
|
package com.fr.plugin.jsd3449;
|
||
|
|
||
|
import com.fr.stable.fun.impl.AbstractLocaleFinder;
|
||
|
|
||
|
/**
|
||
|
* 〈Function Description〉<br>
|
||
|
* 〈LocaleFinder〉
|
||
|
*
|
||
|
* @author xx
|
||
|
* @since 1.0.0
|
||
|
*/
|
||
|
public class LocaleFinder extends AbstractLocaleFinder {
|
||
|
@Override
|
||
|
public String find() {
|
||
|
return "com/fr/plugin/jsd3449/locale/lang";
|
||
|
}
|
||
|
|
||
|
@Override
|
||
|
public int currentAPILevel() {
|
||
|
return CURRENT_LEVEL;
|
||
|
}
|
||
|
}
|