Skip to content

Commit

Permalink
feature: add Spanish language support (#214)
Browse files Browse the repository at this point in the history
* create ES i18n json

* add ES locale to i18n and existing locales

* capitalize words at es.json

* Add missing translation

---------

Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
  • Loading branch information
PauSansa and scastiel authored Sep 28, 2024
1 parent 5fff8da commit 345f371
Show file tree
Hide file tree
Showing 5 changed files with 402 additions and 6 deletions.
3 changes: 2 additions & 1 deletion messages/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@
"Locale": {
"en-US": "English",
"fi": "Suomi",
"fr-FR": "French"
"fr-FR": "Français",
"es": "Español"
},
"Share": {
"title": "Share",
Expand Down
Loading

0 comments on commit 345f371

Please sign in to comment.