i18n keys for generated json

Hi. I’ve updated plan to “Scale” and now I’m trying to change i18n keys format using i18n config in initPlasmicLoader file. I want to use “path” or “hash” format but getting “content” format as I understood. How to change key format properly? Could you help me with that? Thanks in advance!

Hi, you should be able to use --key-scheme path or --key-scheme hash, you can check plasmic localization-strings --help for details on the options or refer to this example plasmic/examples/nextjs-i18n-intl at master · plasmicapp/plasmic · GitHub which uses path

Thanks a lot. Didn’t know about additional options for plasmic/cli