diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/localization.md (renamed from docs/internationalization.md) | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/internationalization.md b/docs/localization.md index 3c1af7a4d..b3dce7b41 100644 --- a/docs/internationalization.md +++ b/docs/localization.md @@ -110,4 +110,10 @@ export function Welcome() { return <div>{welcome}</div>; } -``` \ No newline at end of file +``` + + +### Credits +Please check each individual `messages.po` file for the credits of the translators. We are very grateful for their help! + +If you would like to translate the Bluesky app into your language, please open a PR or issue on this repo. \ No newline at end of file |