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 /src | |
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 'src')
-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 |
3 files changed, 3 insertions, 0 deletions
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 |