Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🇪🇸 Spanish Translation for Umbra Protocol #695

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ yarn clean # clear previous build artifacts

### Usage

The app is currently available in English and Simplified Chinese.
The app is currently available in English, Simplified Chinese and Spanish.
For more details on the internationalization approach and usage see [Quasar I18n doc v.1.18.10](https://v1.quasar.dev/options/app-internationalization#introduction) and [Vue I18n v8.x doc for Vue2](https://kazupon.github.io/vue-i18n/introduction.html).

[Basic usage](https://v1.quasar.dev/options/app-internationalization#how-to-use) is as follows:
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/i18n/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import English from './locales/en-US.json';
import Chinese from './locales/zh-CN.json';
import Spanish from './locales/es-ES.json';

export default {
'en-US': English,
'zh-CN': Chinese,
'es-ES': Spanish,
};
Loading