feat: 补全西班牙语i18n翻译

- 修正西班牙语代码为es
This commit is contained in:
2025-12-08 18:18:31 +08:00
parent 86a88cf8a1
commit 13875cfc71
15 changed files with 273 additions and 99 deletions

9
src/locale/es/index.ts Normal file
View File

@ -0,0 +1,9 @@
import common from './common.json'
import page from './page'
import units from './units.json'
export default {
common,
units,
page,
}