From b7aa850069d53ca1cc2aea791e7401216f5b795c Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Mon, 19 Mar 2018 16:44:07 +0800 Subject: [PATCH] 数据查看 --- src/app/core/i18n/i18n.service.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/app/core/i18n/i18n.service.ts b/src/app/core/i18n/i18n.service.ts index 5ddd4c6..cf17dd2 100644 --- a/src/app/core/i18n/i18n.service.ts +++ b/src/app/core/i18n/i18n.service.ts @@ -10,7 +10,7 @@ private _default = 'zh-CN'; - //������������������ ��������� by fx + // ������������������ ��������� by fx private _langs = [ { code: 'zh-CN', text: '������' }, { code: 'en', text: 'English' } -- Gitblit v1.8.0