chore: format all frontend files (#430)

This commit is contained in:
tecvan
2025-07-31 23:15:48 +08:00
committed by GitHub
parent 8b078ff013
commit 6995cec404
8787 changed files with 11975 additions and 10924 deletions

View File

@@ -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