File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/com/yanglb/utilitys/codegen/core/translator/impl Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2323import com .yanglb .utilitys .codegen .core .model .TableModel ;
2424import com .yanglb .utilitys .codegen .core .translator .BaseMsgTranslator ;
2525import com .yanglb .utilitys .codegen .exceptions .CodeGenException ;
26- import com .yanglb .utilitys .codegen .utility .MsgUtility ;
2726import com .yanglb .utilitys .codegen .utility .StringUtility ;
2827
2928public class MsgAndroidTranslatorImpl extends BaseMsgTranslator {
@@ -38,6 +37,11 @@ protected void onBeforeTranslate() throws CodeGenException {
3837 // 文件名
3938 this .writableModel .setFileName ("strings" );
4039 }
40+
41+ @ Override
42+ protected String getSplitString () {
43+ return "-" ;
44+ }
4145
4246 @ Override
4347 protected void onTranslate () throws CodeGenException {
You can’t perform that action at this time.
0 commit comments