-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Ory Elements Default Translations | ||
|
||
This directory contains the default translations for Ory Elements. These | ||
translations are also used in the Ory Cloud Account Experience. Missing | ||
translations automatically fall back to the English version. | ||
|
||
## Automation | ||
|
||
The English base language file is auto-generated from various sources. Please | ||
update it by running `npm run generate-locales`. | ||
|
||
## Contributing | ||
|
||
If you want to contribute to the translations, please open a PR with the new or | ||
updated translations. We appreciate your help! | ||
|
||
Please use formal language and avoid slang or colloquialisms. This ensures that | ||
the translations are suitable for all use-cases. | ||
|
||
## Customizing Translations | ||
|
||
For details on how to use custom translations with your Ory Elements based | ||
custom UI, please refer to the [README.md](../../README.md#internalization-i18n) | ||
in the root of this repository. |