Hi,
I have app that already has some translations and I need to add more of them to .po file.
From what I understand, by using this script /c/Program\ Files/Splunk/bin/Splunk extract i18n -app appname
Splunk should extract new strings that have been created to add them to .po file in folder appname/locale/de_DE/
.
My issue is that this command goes successfully over 20 files and then fails with Failed cli cmd extract
. Does any of you have idea how to debug this or where I can find logs of that command?