-
Notifications
You must be signed in to change notification settings - Fork 4.2k
i18n - translations #12478
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 #12478
Conversation
Log
|
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 internationalization update across multiple language files (ar-SA, ca-ES, de-DE, etc.) adding translations for new billing and subscription features.
- Extensive translation additions for new subscription plans (Organization, Pro) and billing intervals (Monthly, Yearly) across all supported languages
- Several languages contain untranslated strings (empty
msgstr
entries) particularly in billing-related content that need attention - Deprecated billing translations (marked with
#~
) have been cleaned up across all locale files - New translations for subscription management UI, seat management, and plan switching confirmations added
- Generated TypeScript files (
.ts
) updated to reflect new translations from corresponding.po
files
20 file(s) reviewed, 10 comment(s)
Edit PR Review Bot Settings | Greptile
#. js-lingui-id: NBHoKd | ||
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | ||
msgid "About my subscription" | ||
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 subscription info messaging
#. js-lingui-id: NBHoKd | |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "About my subscription" | |
msgstr "" | |
#. js-lingui-id: NBHoKd | |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "About my subscription" | |
msgstr "Oor my intekening" |
#. js-lingui-id: nJGwRf | ||
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | ||
msgid "Billing interval" | ||
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 for billing interval term
#. js-lingui-id: nJGwRf | |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "Billing interval" | |
msgstr "" | |
#. js-lingui-id: nJGwRf | |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "Billing interval" | |
msgstr "Faktureringsinterval" |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | ||
msgid "About my subscription" | ||
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 Danish translation for 'About my subscription'
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "About my subscription" | |
msgstr "" | |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "About my subscription" | |
msgstr "Om mit abonnement" |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | ||
msgid "Billing interval" | ||
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 'Billing interval'
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "Billing interval" | |
msgstr "" | |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "Billing interval" | |
msgstr "Faktureringsinterval" |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | ||
msgid "About my subscription" | ||
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: Missing French translation for subscription info text
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "About my subscription" | |
msgstr "" | |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "About my subscription" | |
msgstr "À propos de mon abonnement" |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | ||
msgid "Billing interval" | ||
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: Missing French translation for billing interval text
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "Billing interval" | |
msgstr "" | |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "Billing interval" | |
msgstr "Intervalle de facturation" |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | ||
msgid "About my subscription" | ||
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: New string 'About my subscription' remains untranslated. This is a user-facing string that should be translated to maintain UI consistency
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "About my subscription" | |
msgstr "" | |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "About my subscription" | |
msgstr "Acerca de mi suscripción" |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | ||
msgid "Organization" | ||
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: Missing French translation for organization plan text
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "Organization" | |
msgstr "" | |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "Organization" | |
msgstr "Organisation" |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | ||
msgid "Billing interval" | ||
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: New billing interval string is missing translation. Part of a group of billing-related strings that need translation
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "Billing interval" | |
msgstr "" | |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "Billing interval" | |
msgstr "Intervalo de facturación" |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | ||
msgid "Yearly" | ||
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: Missing French translation for yearly billing text
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "Yearly" | |
msgstr "" | |
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx | |
msgid "Yearly" | |
msgstr "Annuel" |
Created by Github action --------- Co-authored-by: github-actions <[email protected]>
Created by Github action --------- Co-authored-by: github-actions <[email protected]>
Created by Github action