Skip to content

Commit

Permalink
add some spanish + portuguese accents to localization (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: Fern Support <[email protected]>
  • Loading branch information
brwa-cartesia and fern-support authored Feb 10, 2025
1 parent 23d3cd6 commit 275e7c3
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions fern/definition/voices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,33 @@ types:
- uk
- us

LocalizeSpanishDialect:
enum:
- mx
- pe

LocalizePortugueseDialect:
enum:
- br
- eu

LocalizeDialect:
discriminated: false
union:
- type: LocalizeEnglishDialect
display-name: English dialect
docs: |
Only available when language is set to English (`en`).
Only available when language is set to English (`en`). Options: Australian (`au`), Indian (`in`), Southern (`so`), British (`uk`), or American (`us`).
- type: LocalizeSpanishDialect
display-name: Spanish dialect
docs: |
Only available when language is set to Spanish (`es`). Options: Mexican (`mx`) and Peninsular (`pe`).
- type: LocalizePortugueseDialect
display-name: Portuguese dialect
docs: |
Only available when language is set to Portuguese (`pt`). Options: Brazilian (`br`) and European Portuguese (`eu`).
docs: |
The dialect to localize to. Only supported for English (`en`).
The dialect to localize to. Only supported for English (`en`), Spanish (`es`), and Portuguese (`pt`).
Gender:
enum:
Expand Down

0 comments on commit 275e7c3

Please sign in to comment.