5 changed files with 15 additions and 5 deletions
Binary file not shown.
@ -0,0 +1,6 @@
|
||||
package com.fr.solution.plugin.design.formula; |
||||
|
||||
public class FormulaConstants { |
||||
|
||||
public static final String PLUGIN_ID = "com.fr.solution.plugin.design.formula.script"; |
||||
} |
@ -1,10 +1,14 @@
|
||||
package com.fr.solution.plugin.design.formula; |
||||
|
||||
import com.fr.plugin.transform.ExecuteFunctionRecord; |
||||
import com.fr.plugin.transform.FunctionRecorder; |
||||
import com.fr.stable.fun.impl.AbstractLocaleFinder; |
||||
|
||||
@FunctionRecorder(id =FormulaConstants.PLUGIN_ID, localeKey = "Script") |
||||
public class ScriptFormulaLocalFinder extends AbstractLocaleFinder { |
||||
|
||||
@Override |
||||
@ExecuteFunctionRecord |
||||
public String find() { |
||||
return "com/fr/solution/plugin/design/formula/locale/formula"; |
||||
} |
||||
|
Loading…
Reference in new issue