Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

Editing translation i18n through curl

Avatar

Level 2

Hey there,

 

I'm trying to cURL an endpoint in order to update my translation by editing a json file, but it doesn't work.

 

curl -u user:password \
-F":contentFile=@/absolute-path/de_DE.json" \
-F":operation=import" \
-F":contentType=json" \
-F":replace=true" \
-F":replaceProperties=true" \
it works with pages, so i'm probably doing something wrong here!
 
thanks in advance!
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Administrator

@caradeotario Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.



Kautuk Sahni