-
Notifications
You must be signed in to change notification settings - Fork 3.6k
i18n - translations #12828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i18n - translations #12828
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
Comprehensive internationalization update across multiple language files, adding new translations for workspace creation flow and improving loading state feedback.
- Updated all locale files to replace technical term 'schema' with user-friendly 'data model' in UI messages
- Added ellipsis (...) to progress indicators across all languages for better loading state feedback (e.g., 'Creating your data model...')
- Several key files (tr-TR.po, vi-VN.po, cs-CZ.po) contain untranslated strings needing attention
- Full implementation of right-to-left (RTL) support in Arabic (ar-SA) translations
- Consistent implementation of pluralization rules across language files, particularly visible in Russian (ru-RU) and Polish (pl-PL) translations
60 files reviewed, 8 comments
Edit PR Review Bot Settings | Greptile
|
||
#. js-lingui-id: fR16ki | ||
#: src/pages/onboarding/CreateWorkspace.tsx | ||
msgid "Creating your data model..." | ||
msgstr "" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic: Missing translation for new key 'Creating your data model...' which should be added to maintain full Norwegian localization
#. js-lingui-id: fR16ki | |
#: src/pages/onboarding/CreateWorkspace.tsx | |
msgid "Creating your data model..." | |
msgstr "" | |
#. js-lingui-id: fR16ki | |
#: src/pages/onboarding/CreateWorkspace.tsx | |
msgid "Creating your data model..." | |
msgstr "Oppretter datamodellen din..." |
@@ -4327,7 +4337,12 @@ msgstr "Portugiesisch - Portugal" | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Missing German translation for new progress indicator string 'Prefilling your workspace data...'
@@ -5017,7 +5032,12 @@ msgstr "Subdomainnamen festlegen" | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Missing German translation for new progress indicator string 'Setting up your database...'
#~ msgid "Created" | ||
#~ msgstr "已创建" | ||
|
||
#. js-lingui-id: fR16ki | ||
#: src/pages/onboarding/CreateWorkspace.tsx | ||
msgid "Creating your data model..." | ||
msgstr "" | ||
|
||
#. js-lingui-id: TlL0Pl | ||
#: src/pages/onboarding/CreateWorkspace.tsx | ||
msgid "Creating your schema" | ||
#~ msgid "Creating your schema" | ||
#~ msgstr "" | ||
|
||
#. js-lingui-id: YO4SdK | ||
#: src/pages/onboarding/CreateWorkspace.tsx | ||
msgid "Creating your workspace" | ||
msgstr "" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic: Several strings related to workspace creation are missing translations (empty msgstr). These should be translated to ensure complete Chinese localization: 'Creating your data model...', 'Creating your workspace', etc.
@@ -5017,7 +5032,12 @@ msgstr "设置您的子域名" | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Translation for 'Setting up your database...' is missing but should follow the same pattern as other progress indicators in the UI
#. js-lingui-id: fR16ki | ||
#: src/pages/onboarding/CreateWorkspace.tsx | ||
msgid "Creating your data model..." | ||
msgstr "" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic: Missing Japanese translation for 'Creating your data model...' which is a new user-facing string that should be translated
#. js-lingui-id: fR16ki | |
#: src/pages/onboarding/CreateWorkspace.tsx | |
msgid "Creating your data model..." | |
msgstr "" | |
#. js-lingui-id: fR16ki | |
#: src/pages/onboarding/CreateWorkspace.tsx | |
msgid "Creating your data model..." | |
msgstr "データモデルを作成中..." |
|
||
#. js-lingui-id: /IZFIg | ||
#: src/pages/onboarding/CreateWorkspace.tsx | ||
msgid "Prefilling your workspace data" | ||
#~ msgid "Prefilling your workspace data" | ||
#~ msgstr "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic: Missing Japanese translation for 'Prefilling your workspace data...' which is another user-facing string that should be translated
#. js-lingui-id: /IZFIg | |
#: src/pages/onboarding/CreateWorkspace.tsx | |
msgid "Prefilling your workspace data" | |
#~ msgid "Prefilling your workspace data" | |
#~ msgstr "" | |
#. js-lingui-id: /v6Rp9 | |
#: src/pages/onboarding/CreateWorkspace.tsx | |
msgid "Prefilling your workspace data..." | |
msgstr "ワークスペースデータを事前入力中..." |
|
||
#. js-lingui-id: oG3fDz | ||
#: src/pages/onboarding/CreateWorkspace.tsx | ||
msgid "Setting up your database" | ||
#~ msgid "Setting up your database" | ||
#~ msgstr "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic: Missing Japanese translation for 'Setting up your database...' which is an important user-facing status message that should be translated
#. js-lingui-id: oG3fDz | |
#: src/pages/onboarding/CreateWorkspace.tsx | |
msgid "Setting up your database" | |
#~ msgid "Setting up your database" | |
#~ msgstr "" | |
#. js-lingui-id: dQsqpC | |
#: src/pages/onboarding/CreateWorkspace.tsx | |
msgid "Setting up your database..." | |
msgstr "データベースを設定中..." |
Log
|
Created by Github action --------- Co-authored-by: github-actions <[email protected]>
Created by Github action