using TinaXEditor.Const; namespace TinaXEditor.I18N.Const { public static class I18NEditorConst { public static readonly string ProjectSetting_Node = XEditorConst.ProjectSettingRootName + "/I18N"; } }