Files
brave-core/test/data/espanol_page.html
T
Mikhail 293c56995e Enable internal translate engine (#10453)
* Move the buildflags

* Remove dummy TranslateURLFetcher

* Add runtime switching between extension and brave-translate-go

* Fix buildflags in network redirects

* Update patches

* Change translate-security-origin

* Fix lint

* Fix deps

* More lint

* Remove network redirection code

* Fix formatting

* Adjust CSP policy

* Use js requests redirection

* Adjust DEPS

* Fix !enable_extensions platforms

* Fix comment

* Improve js redirections, cleanup, fix tests

* Change a function name

* Remove NOLINT

* Remove logs

* Review fixes

* Remove C++ translate network redirections completely

* More review fixes

* Add browsertests

* Fix footers

* Add comments

* Fix test

* Remove the icon

* Use base::MockCallback

* Fix lint

* Improve the test

* Fix comments

* Move code to common

* Add a test switch for the google endpoint

* Update urls and add a switch
2021-10-20 20:26:52 +07:00

7 lines
259 B
HTML

<html>
<head><title>Esta página está en español</title></head>
<body>
¡No es broma! Esta es una página escrita en español. Impresionante, ¿no crees? Tiene que tener más de 100 bytes de longitud para que el CLD detecte el idioma correctamente.
</body>
</html>