diff options
author | Ansh <anshnanda10@gmail.com> | 2023-12-18 22:54:31 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 09:24:31 -0800 |
commit | 81fefabe1a42957203b6087e5fbc3f27c7234def (patch) | |
tree | 38e1ffb28316047f68943ce4941c5d37ec0a1ff3 /docs | |
parent | 9ff1828437e0f3f094c57b2a756f84ca6a45b93e (diff) | |
download | voidsky-81fefabe1a42957203b6087e5fbc3f27c7234def.tar.zst |
Add credits to localization doc (#2233)
* change name of file to localization * run `intt:build`
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 |