i18n - translations (#16832)

Created by Github action

---------

Co-authored-by: Félix Malfait <felix@twenty.com>
Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
github-actions[bot]
2025-12-29 11:01:07 +01:00
committed by GitHub
parent 343b74666f
commit ee0e2ed854
69 changed files with 270 additions and 141 deletions
@@ -1,10 +0,0 @@
import { gql } from '@apollo/client';
export const UPLOAD_PROFILE_PICTURE = gql`
mutation UploadProfilePicture($file: Upload!) {
uploadProfilePicture(file: $file) {
path
token
}
}
`;