github-actions[bot]
2072d5f720
i18n - docs translations ( #17939 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-14 00:03:59 +01:00
github-actions[bot]
a48b69d1e5
i18n - docs translations ( #17930 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-13 17:33:48 +01:00
github-actions[bot]
9aba2f62e1
i18n - docs translations ( #17692 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-04 00:22:17 +01:00
github-actions[bot]
60b48339b9
i18n - docs translations ( #17689 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-03 20:14:58 +01:00
github-actions[bot]
48b4127afa
i18n - docs translations ( #17634 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-02 15:40:19 +01:00
github-actions[bot]
1976ad58c4
i18n - docs translations ( #17599 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-31 14:22:36 +01:00
github-actions[bot]
be8629d8f6
i18n - docs translations ( #17597 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-30 22:07:41 +01:00
github-actions[bot]
a97ca14289
i18n - docs translations ( #17593 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-30 19:28:32 +01:00
github-actions[bot]
6462ff6c5f
i18n - docs translations ( #17586 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-30 17:25:52 +01:00
martmull
f46da3eefd
Update manifest structure ( #17547 )
...
Move all sync entities in an `entities` key. Rename functions to
logicFunctions
```json
{
application: {
...
},
entities: {
objects: [],
logicFunctions: [],
...
}
}
```
2026-01-30 16:26:45 +01:00
github-actions[bot]
4ee9e23ad9
i18n - docs translations ( #17549 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-30 13:51:45 +01:00
github-actions[bot]
c9a826aba1
i18n - docs translations ( #17542 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-29 12:12:27 +01:00
github-actions[bot]
f7908de4c1
i18n - docs translations ( #17502 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-28 14:17:07 +01:00
github-actions[bot]
9fbd05ead7
i18n - docs translations ( #17500 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-28 01:46:56 +01:00
github-actions[bot]
59d123d2b1
i18n - docs translations ( #17499 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-27 23:33:44 +01:00
github-actions[bot]
9162e62664
i18n - docs translations ( #17481 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-27 18:41:52 +01:00
github-actions[bot]
f06caae098
i18n - docs translations ( #17473 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-27 13:28:55 +01:00
github-actions[bot]
e0d4492013
i18n - docs translations ( #17434 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-26 09:06:17 +01:00
github-actions[bot]
2353bc62cc
i18n - docs translations ( #17433 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-26 07:11:01 +01:00
github-actions[bot]
c8c821a692
i18n - docs translations ( #17426 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-25 21:51:11 +01:00
kratisinghh
21ce7ea420
docs: align type import guidelines with ESLint configuration ( #17275 )
...
### Summary
The style guide currently discourages type imports, which contradicts
the enforced ESLint rule
`@typescript-eslint/consistent-type-imports` and existing code usage
(e.g. Storybook stories).
This PR updates the documentation to recommend inline type imports,
aligning the style guide
with tooling and preventing contributor confusion.
### Why
- Aligns documentation with enforced ESLint configuration
- Prevents ESLint auto-fix conflicts
- Improves contributor experience
Fixes #<### Summary
The style guide currently discourages type imports, which contradicts
the enforced ESLint rule
`@typescript-eslint/consistent-type-imports` and existing code usage
(e.g. Storybook stories).
This PR updates the documentation to recommend inline type imports,
aligning the style guide
with tooling and preventing contributor confusion.
### Why
- Aligns documentation with enforced ESLint configuration
- Prevents ESLint auto-fix conflicts
- Improves contributor experience
Fixes #<#17222>
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Updates documentation to match tooling and current usage.
>
> - Replaces "Enforcing No-Type Imports" with **Type Imports**,
recommending inline type imports
> - Updates examples to prefer `import { type X } from ...` and avoid
importing types as runtime values
> - Clarifies ESLint `@typescript-eslint/consistent-type-imports`
configuration to prefer explicit type imports and enforce
`inline-type-imports` fix style
> - Changes confined to
`packages/twenty-docs/l/fr/developers/contribute/capabilities/frontend-development/style-guide.mdx`
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot ) for commit
e2250e43ad69a0a83f2ab1591441461a8503506d. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot ).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2026-01-24 20:50:33 +00:00
github-actions[bot]
60d61555cc
i18n - docs translations ( #17320 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-22 10:51:43 +01:00
github-actions[bot]
6bc64f78fc
i18n - docs translations ( #17261 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-21 21:48:49 +01:00
martmull
801878cb2b
2091 extensibility twenty sdk add command twenty app function logs and twenty app function test ( #17278 )
...
add `function:logs` and `function:execute` cli commands
2026-01-20 14:10:01 +00:00
github-actions[bot]
39470b74a4
i18n - docs translations ( #17260 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-19 19:40:33 +01:00
github-actions[bot]
038f9cc44f
i18n - docs translations ( #17251 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-19 19:02:22 +01:00
github-actions[bot]
a429bc922d
i18n - docs translations ( #17204 )
...
Created by Github action
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Improves translation accuracy and terminology across localized docs.
>
> - AR `chart-settings.mdx`: corrected "Group by" image `alt` text
> - RO `chart-settings.mdx`: fixed diacritic in `"Sursă"` image `alt`
and table header `"Opțiune"`
> - TR `widgets.mdx`: corrected iFrame image `alt` text
> - TR `send-emails-from-workflows.mdx`: updated section title and table
header under attachments usage
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot ) for commit
2a19997384c0176c105ae8c53bad22f2393bd507. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot ).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: github-actions <github-actions@twenty.com >
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2026-01-16 20:31:07 +00:00
github-actions[bot]
b7fbe1c49e
i18n - docs translations ( #17199 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-16 18:36:39 +01:00
github-actions[bot]
3ecfb24939
i18n - docs translations ( #17149 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-14 13:46:53 +01:00
github-actions[bot]
20b5a8f5e7
i18n - docs translations ( #17142 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-14 13:01:48 +01:00
github-actions[bot]
c3dff19f5d
i18n - docs translations ( #17134 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-14 09:29:34 +01:00
github-actions[bot]
878e040907
i18n - docs translations ( #17070 )
...
Created by Github action
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Enhances Apps documentation across multiple locales by clarifying
object base fields behavior.
>
> - Adds a `Note` in localized `apps.mdx` pages (ar, cs, de, it, ro, ru,
tr) stating that standard base fields (e.g., `name`, `createdAt`,
`updatedAt`, `createdBy`, `position`, `deletedAt`) are created
automatically and should not be included in `fields` when using
`defineObject()`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot ) for commit
87a5ecd0b62a0183f4e655a6803225019862b1a2. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot ).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: github-actions <github-actions@twenty.com >
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2026-01-12 08:11:42 +00:00
github-actions[bot]
d4d5f57347
i18n - docs translations ( #17064 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-10 14:36:59 +01:00
github-actions[bot]
5a33b36b85
i18n - docs translations ( #17059 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-10 10:41:34 +01:00
github-actions[bot]
308973d7ca
i18n - docs translations ( #17036 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-09 17:26:06 +01:00
github-actions[bot]
020ab1f63a
i18n - docs translations ( #17029 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-09 09:25:07 +01:00
github-actions[bot]
ac85e1d726
i18n - docs translations ( #17026 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-08 17:55:36 +01:00
github-actions[bot]
0623bbbf9a
i18n - docs translations ( #17020 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-08 15:18:07 +01:00
github-actions[bot]
7a8f795dce
i18n - docs translations ( #17014 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-08 13:32:14 +01:00
github-actions[bot]
0d9245b684
i18n - docs translations ( #17008 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-08 11:26:54 +01:00
github-actions[bot]
e0107f67fd
i18n - docs translations ( #17004 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-08 09:57:58 +01:00
github-actions[bot]
bb9f243fd0
i18n - docs translations ( #17002 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-08 09:03:50 +01:00
github-actions[bot]
0e49b67b7d
i18n - docs translations ( #17000 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-07 19:22:56 +01:00
github-actions[bot]
1f0fac195c
i18n - docs translations ( #16993 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-07 18:54:45 +01:00
github-actions[bot]
6547c11862
i18n - docs translations ( #16799 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2025-12-25 10:12:14 +01:00
github-actions[bot]
2eb8cf9e81
i18n - docs translations ( #16793 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2025-12-24 14:28:34 +01:00
github-actions[bot]
1cd413834d
i18n - docs translations ( #16791 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2025-12-24 08:40:04 +01:00
github-actions[bot]
781b96e80b
i18n - docs translations ( #16790 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2025-12-23 21:18:37 +01:00
github-actions[bot]
e3757f300a
i18n - docs translations ( #16779 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2025-12-23 17:06:38 +01:00
Félix Malfait
3dd858c91e
i18n - docs translations ( #16774 )
...
Created by Github action
Pulls the latest documentation translations from Crowdin for all
supported languages:
- French (fr)
- Arabic (ar)
- Czech (cs)
- German (de)
- Spanish (es)
- Italian (it)
- Japanese (ja)
- Korean (ko)
- Portuguese (pt)
- Romanian (ro)
- Russian (ru)
- Turkish (tr)
- Chinese (zh-CN)
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2025-12-23 14:26:11 +01:00