📄 mtcomm.java
字号:
package risk.tools.translation;
import java.util.Locale;
public interface Mtcomm {
boolean load() throws Exception;
void addChildren(MyNode node) throws Exception;
void setupMissingTranslation(MyNode node, Locale l) throws Exception;
Locale[] getLocales() throws Exception;
String getMessage(MyNode node, Locale l) throws Exception;
void saveMessage(MyNode node, Locale l, String message) throws Exception;
Result[] search(String s) throws Exception;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -