T
Twenty5w ago
Prince

Start Localization (Lab panel)

Hi, guys. Could you help with them? I would like to try localization (try to change language), but i can't this. if i open "Experience", i don't see "Language" to change it.
No description
No description
16 Replies
ɃØĦɆᵾS
ɃØĦɆᵾS5w ago
Did you try turning this option on?
Prince
PrinceOP4w ago
Button doesn't work not clickable
ɃØĦɆᵾS
ɃØĦɆᵾS4w ago
Weird, it's working for me
Prince
PrinceOP4w ago
^(
Prince
PrinceOP4w ago
just a sec
Prince
PrinceOP4w ago
Prince
PrinceOP4w ago
i deployed with dokploy (docker). Maybe, i need write variable fot activate it?
ɃØĦɆᵾS
ɃØĦɆᵾS4w ago
Try adding TRANSLATION_IO_API_KEY=xxx in twenty-front/.env file, maybe that's the reason
Prince
PrinceOP4w ago
will try. Which key do I need to use? Which service? Tolgee or?
ɃØĦɆᵾS
ɃØĦɆᵾS4w ago
None, literally copy paste like I wrote, I took it from the .env.example Alternatively, as I'm checking in code, you can add a additional record in your database by running this query in your database (replace displayName with the name of your workspace) insert into core."featureFlag" values (uuid_generate_v4(), 'IS_LOCALIZATION_ENABLED', (select id from core.workspace where "displayName"='<workspace_name>'), true, now(), now()); But before running this query, please check if there's already a feature flag in your database linked to your workspace by running this query select * from core."featureFlag" where key='IS_LOCALIZATION_ENABLED';
Prince
PrinceOP4w ago
doesn't work
ɃØĦɆᵾS
ɃØĦɆᵾS4w ago
Then you have to run provided query
Prince
PrinceOP4w ago
hmm, i think that i fund a bug. i try to recreate workspace. "Labs" not showing after that But when i try connect Microsoft account, Labs has become available
ɃØĦɆᵾS
ɃØĦɆᵾS4w ago
If you think so, then please report it in repo
Prince
PrinceOP4w ago
Prince
PrinceOP4w ago
I will try connect Microsoft Find problem with version on Docker,

Did you find this page helpful?