“It’s Over 9,000!” Spanish Book Available

dragon ball z its over 9,000! spanish book available in print

The Spanish translation of Dragon Ball Z “It’s Over 9,000!” When Worldviews Collide is now available in print!

The book is available in the United States, the UK, and Western Europe.

Amazon

Amazon UK

Amazon Spain

Amazon France

Amazon Italy

Amazon Germany

The translation is called Dragon Ball Z “It’s Over 9,000!” Cosmovisiones en colisión, and was painstakingly translated by Antonio Sánchez-Migallón Jiménez.

It features foreword’s by Ryo Horikawa, the Japanese Vegeta, and Ana Cremades, the Spanish Goku, Gohan, and Goten as children.

The ebook is also available worldwide.

Spanish speaking DBZ fans, rejoice!

Please buy a copy so I can continue writing more Dragon Ball books. Thank you!



//Get only the approved comments $args = array( 'status' => 'approve' ); // The comment Query $comments_query = new WP_Comment_Query; $comments = $comments_query->query( $args ); // Comment Loop if ( $comments ) { foreach ( $comments as $comment ) { echo '

' . $comment->comment_content . '

'; } } else { echo 'No comments found.'; }