richie
9 years ago
6 changed files with 22 additions and 0 deletions
After Width: | Height: | Size: 8.2 KiB |
After Width: | Height: | Size: 18 KiB |
@ -0,0 +1,19 @@
|
||||
package com.fr.plugin.lazy.sheet.locale; |
||||
|
||||
import com.fr.stable.fun.impl.AbstractLocaleFinder; |
||||
|
||||
/** |
||||
* Created by richie on 16/4/11. |
||||
*/ |
||||
public class LazyLocaleFinder extends AbstractLocaleFinder { |
||||
|
||||
@Override |
||||
public int currentAPILevel() { |
||||
return 1; |
||||
} |
||||
|
||||
@Override |
||||
public String find() { |
||||
return "com/fr/plugin/lazy/sheet/locale/lazy"; |
||||
} |
||||
} |
@ -0,0 +1 @@
|
||||
Plugin-Lazy_Load_Sheet=Lazy Load Sheet |
@ -0,0 +1 @@
|
||||
Plugin-Lazy_Load_Sheet=Lazy Load Sheet |
Loading…
Reference in new issue