Fill dictionary from file
# help-with-umbraco
r
Hello everyone! For a client, I need to add a fair number of labels in the dictionary, and every label needs to be translated in 5 languages. Using the CMS I noticed that the process is fairly slow, so I was wondering if there's a way to create something like a JSON file (or similar) filled out with all the required key-values and then feed it to the CMS to create all the translations. I've seen that you can export existing labels in .udt format, and that you can import it, but is it usable? Can I add to it, maybe generating random guid? Thanks everyone!
k
A little late but there is a format for importing dictionary items. https://docs.umbraco.com/umbraco-cms/fundamentals/data/dictionary-items#importing-and-exporting-dictionary-items I would recommend creating a few items and exporting them to see the format. (it's probably xml)
2 Views