diff options
-rw-r--r-- | docs/localization.md (renamed from docs/internationalization.md) | 8 | ||||
-rw-r--r-- | src/locale/locales/en/messages.po | 1 | ||||
-rw-r--r-- | src/locale/locales/hi/messages.po | 1 | ||||
-rw-r--r-- | src/locale/locales/ja/messages.po | 1 |
4 files changed, 10 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 diff --git a/src/locale/locales/en/messages.po b/src/locale/locales/en/messages.po index 39876a0dd..7b0c65168 100644 --- a/src/locale/locales/en/messages.po +++ b/src/locale/locales/en/messages.po @@ -1650,6 +1650,7 @@ msgid "Processing..." msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:247 +#: src/view/shell/desktop/LeftNav.tsx:412 #: src/view/shell/Drawer.tsx:69 #: src/view/shell/Drawer.tsx:525 #: src/view/shell/Drawer.tsx:526 diff --git a/src/locale/locales/hi/messages.po b/src/locale/locales/hi/messages.po index 12b934659..67eeb13b0 100644 --- a/src/locale/locales/hi/messages.po +++ b/src/locale/locales/hi/messages.po @@ -1642,6 +1642,7 @@ msgid "Processing..." msgstr "प्रसंस्करण..." #: src/view/shell/bottom-bar/BottomBar.tsx:247 +#: src/view/shell/desktop/LeftNav.tsx:412 #: src/view/shell/Drawer.tsx:69 #: src/view/shell/Drawer.tsx:525 #: src/view/shell/Drawer.tsx:526 diff --git a/src/locale/locales/ja/messages.po b/src/locale/locales/ja/messages.po index 6e2cfe2d5..7858a85ce 100644 --- a/src/locale/locales/ja/messages.po +++ b/src/locale/locales/ja/messages.po @@ -1568,6 +1568,7 @@ msgid "Processing..." msgstr "処理中..." #: src/view/shell/bottom-bar/BottomBar.tsx:247 +#: src/view/shell/desktop/LeftNav.tsx:412 #: src/view/shell/Drawer.tsx:69 #: src/view/shell/Drawer.tsx:525 #: src/view/shell/Drawer.tsx:526 |