feat: add spanish language

This commit is contained in:
Saul Blanco Tejero
2023-12-07 21:20:21 +01:00
parent c8f730208d
commit f7ff288ff1
5 changed files with 76 additions and 2 deletions

View File

@ -7,7 +7,7 @@ export const APP_INFO: AppInfo = {
description: '',
copyright: '',
privacy_policy: '',
default_language: 'zh-Hans',
default_language: 'es',
}
export const isShowPrompt = false