Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 5, 2025

Created by Github action

@FelixMalfait FelixMalfait merged commit b85ea72 into main Jun 5, 2025
2 checks passed
@FelixMalfait FelixMalfait deleted the i18n branch June 5, 2025 19:01
Copy link
Contributor Author

github-actions bot commented Jun 5, 2025

Fails
🚫

node failed.

Log

�[31mError: �[39m SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
�[90m    at parseJSONFromBytes (node:internal/deps/undici/undici:5595:19)�[39m
�[90m    at successSteps (node:internal/deps/undici/undici:5566:27)�[39m
�[90m    at fullyReadBody (node:internal/deps/undici/undici:1665:9)�[39m
�[90m    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)�[39m
�[90m    at async specConsumeBody (node:internal/deps/undici/undici:5575:7)�[39m
danger-results://tmp/danger-results-382c66c4.json

Generated by 🚫 dangerJS against cf40c99

Copy link
Contributor

@greptile-apps greptile-apps bot left a 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

Comment on lines +221 to +224
#. js-lingui-id: NBHoKd
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "About my subscription"
msgstr ""
Copy link
Contributor

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

Suggested change
#. 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"

Comment on lines +768 to +771
#. js-lingui-id: nJGwRf
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "Billing interval"
msgstr ""
Copy link
Contributor

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

Suggested change
#. 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"

Comment on lines +222 to +224
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "About my subscription"
msgstr ""
Copy link
Contributor

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'

Suggested change
#: 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"

Comment on lines +769 to +771
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "Billing interval"
msgstr ""
Copy link
Contributor

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'

Suggested change
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "Billing interval"
msgstr ""
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "Billing interval"
msgstr "Faktureringsinterval"

Comment on lines +222 to +224
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "About my subscription"
msgstr ""
Copy link
Contributor

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

Suggested change
#: 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"

Comment on lines +769 to +771
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "Billing interval"
msgstr ""
Copy link
Contributor

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

Suggested change
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "Billing interval"
msgstr ""
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "Billing interval"
msgstr "Intervalle de facturation"

Comment on lines +222 to +224
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "About my subscription"
msgstr ""
Copy link
Contributor

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

Suggested change
#: 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"

Comment on lines +3727 to +3729
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "Organization"
msgstr ""
Copy link
Contributor

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

Suggested change
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "Organization"
msgstr ""
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "Organization"
msgstr "Organisation"

Comment on lines +769 to +771
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "Billing interval"
msgstr ""
Copy link
Contributor

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

Suggested change
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "Billing interval"
msgstr ""
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "Billing interval"
msgstr "Intervalo de facturación"

Comment on lines +5577 to +5579
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "Yearly"
msgstr ""
Copy link
Contributor

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

Suggested change
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "Yearly"
msgstr ""
#: src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx
msgid "Yearly"
msgstr "Annuel"

charlesBochet pushed a commit that referenced this pull request Jun 6, 2025
Created by Github action

---------

Co-authored-by: github-actions <[email protected]>
abdulrahmancodes pushed a commit to abdulrahmancodes/twenty that referenced this pull request Jun 10, 2025
Created by Github action

---------

Co-authored-by: github-actions <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant