-
Notifications
You must be signed in to change notification settings - Fork 3.6k
i18n - translations #12807
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 #12807
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
Major localization update adding new translation strings and generated TypeScript files across multiple languages, with a focus on workspace creation flow messaging.
- Added untranslated strings 'Creating your schema', 'Prefilling your workspace data', and 'Setting up your database' to all
.po
files for workspace creation flow - Generated corresponding
.ts
files for 25+ languages using @lingui/core Messages type format - Left several new technical strings untranslated across multiple languages, particularly for database and configuration settings
- All generated files maintain proper JSON structure with minified formatting for production use
- Updated metadata headers and plural form rules for newer language files like
ar-SA
andsr-Cyrl
59 files reviewed, 6 comments
Edit PR Review Bot Settings | Greptile
#~ msgid "Created" | ||
#~ msgstr "Vytvořeno" | ||
|
||
#. js-lingui-id: TlL0Pl | ||
#: src/pages/onboarding/CreateWorkspace.tsx | ||
msgid "Creating your schema" | ||
msgstr "" | ||
|
||
#. js-lingui-id: R3PLzn | ||
#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownCurrencySelect.tsx | ||
msgid "currencies" |
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 Czech translation for 'Creating your schema', 'Prefilling your workspace data', and 'Setting up your database'. These strings are critical for user communication during workspace setup.
#~ msgid "Created" | ||
#~ msgstr "Criado" | ||
|
||
#. js-lingui-id: TlL0Pl | ||
#: src/pages/onboarding/CreateWorkspace.tsx | ||
msgid "Creating your schema" | ||
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: Empty translation string for 'Creating your schema' needs to be filled with proper Portuguese translation
#~ msgid "Created" | |
#~ msgstr "Criado" | |
#. js-lingui-id: TlL0Pl | |
#: src/pages/onboarding/CreateWorkspace.tsx | |
msgid "Creating your schema" | |
msgstr "" | |
#~ msgid "Created" | |
#~ msgstr "Criado" | |
#. js-lingui-id: TlL0Pl | |
#: src/pages/onboarding/CreateWorkspace.tsx | |
msgid "Creating your schema" | |
msgstr "Criando seu esquema" |
#~ msgid "Portuguese (Portugal)" | ||
#~ msgstr "Portuguese (Portugal)" | ||
|
||
#. js-lingui-id: /IZFIg | ||
#: src/pages/onboarding/CreateWorkspace.tsx | ||
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: Empty translation string for 'Prefilling your workspace data' needs to be filled with proper Portuguese translation
#~ msgid "Portuguese (Portugal)" | |
#~ msgstr "Portuguese (Portugal)" | |
#. js-lingui-id: /IZFIg | |
#: src/pages/onboarding/CreateWorkspace.tsx | |
msgid "Prefilling your workspace data" | |
msgstr "" | |
#~ msgid "Portuguese (Portugal)" | |
#~ msgstr "Portuguese (Portugal)" | |
#. js-lingui-id: /IZFIg | |
#: src/pages/onboarding/CreateWorkspace.tsx | |
msgid "Prefilling your workspace data" | |
msgstr "Preenchendo os dados do seu workspace" |
msgid "Set the name of your subdomain" | ||
msgstr "Defina o nome do seu subdomínio" | ||
|
||
#. js-lingui-id: oG3fDz | ||
#: src/pages/onboarding/CreateWorkspace.tsx | ||
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: Empty translation string for 'Setting up your database' needs to be filled with proper Portuguese translation
msgid "Set the name of your subdomain" | |
msgstr "Defina o nome do seu subdomínio" | |
#. js-lingui-id: oG3fDz | |
#: src/pages/onboarding/CreateWorkspace.tsx | |
msgid "Setting up your database" | |
msgstr "" | |
msgid "Set the name of your subdomain" | |
msgstr "Defina o nome do seu subdomínio" | |
#. js-lingui-id: oG3fDz | |
#: src/pages/onboarding/CreateWorkspace.tsx | |
msgid "Setting up your database" | |
msgstr "Configurando seu banco de dados" |
|
||
#. js-lingui-id: oG3fDz | ||
#: src/pages/onboarding/CreateWorkspace.tsx | ||
msgid "Setting up your database" |
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 translation for 'Setting up your database'. Critical onboarding message needs translation.
#: src/pages/onboarding/CreateWorkspace.tsx | ||
msgid "Creating your schema" | ||
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 'Creating your schema' string which is needed for the onboarding flow
#: src/pages/onboarding/CreateWorkspace.tsx | |
msgid "Creating your schema" | |
msgstr "" | |
#: src/pages/onboarding/CreateWorkspace.tsx | |
msgid "Creating your schema" | |
msgstr "Crearea schemei tale" |
Log
|
Created by Github action