ɃØĦɆᵾS
Start Localization (Lab panel)
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());
23 replies