Skip to main content
Upload local preference category translation files to a workspace. Reads {locale}.json files from the input directory. English translations cannot be pushed. Use --locale to push a single locale, or omit to push all.

Syntax

suprsend category translation push [flags]

Flags

FlagDescriptionDefault
-h, --helpShow help for the command
-l, --locale stringLocale code to push, e.g., es, fr (omit to push all)
-d, --dir stringDirectory containing translation JSON filessuprsend/category/translation

Example

# Push all translation files from default directory
suprsend category translation push

# Push translations from custom directory
suprsend category translation push --dir categories/translations

# Push specific locale to production workspace
suprsend category translation push --locale es --workspace production