chore: format all frontend files (#430)
This commit is contained in:
@@ -13,16 +13,21 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
/* eslint-disable */
|
||||
// Automatically generated by the dl-i18n command
|
||||
import localeEn from './locales/en.json';
|
||||
import localeZhCN from './locales/zh-CN.json';
|
||||
|
||||
const defaultConfig = {
|
||||
en: { 'i18n': localeEn },
|
||||
'zh-CN': { 'i18n': localeZhCN },
|
||||
} as { en: { 'i18n': typeof localeEn }; 'zh-CN': { 'i18n': typeof localeZhCN }};
|
||||
en: { i18n: localeEn },
|
||||
'zh-CN': { i18n: localeZhCN },
|
||||
} as { en: { i18n: typeof localeEn }; 'zh-CN': { i18n: typeof localeZhCN } };
|
||||
|
||||
export { localeEn, localeZhCN, defaultConfig };
|
||||
export type { I18nOptionsMap, I18nKeysHasOptionsType, I18nKeysNoOptionsType, LocaleData } from './locale-data';
|
||||
export type {
|
||||
I18nOptionsMap,
|
||||
I18nKeysHasOptionsType,
|
||||
I18nKeysNoOptionsType,
|
||||
LocaleData,
|
||||
} from './locale-data';
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user