Object.entries(jsonParsed.other_translations || [])
            .map(([other_key, other_value]) => {
              combinedContent[other_key] = other_value;
            });