diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
commit | e3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch) | |
tree | e79f55a57428a312358befac396d4abe25730206 /files/es/dom | |
parent | 65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff) | |
download | translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2 translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip |
adding translation_of_original to front-matter
Diffstat (limited to 'files/es/dom')
-rw-r--r-- | files/es/dom/almacenamiento/index.html | 1 | ||||
-rw-r--r-- | files/es/dom/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/files/es/dom/almacenamiento/index.html b/files/es/dom/almacenamiento/index.html index 4b1f0295a0..6889022c7a 100644 --- a/files/es/dom/almacenamiento/index.html +++ b/files/es/dom/almacenamiento/index.html @@ -8,6 +8,7 @@ tags: - Todas_las_Categorías - para_revisar translation_of: Web/API/Web_Storage_API +translation_of_original: Web/Guide/API/DOM/Storage --- <p>{{ ApiRef() }}</p> <h3 id="Introducci.C3.B3n" name="Introducci.C3.B3n">Introducción</h3> diff --git a/files/es/dom/index.html b/files/es/dom/index.html index b1a5452a8e..26d372847a 100644 --- a/files/es/dom/index.html +++ b/files/es/dom/index.html @@ -5,6 +5,7 @@ tags: - DOM - Todas_las_Categorías translation_of: Web/API/Document_Object_Model +translation_of_original: DOM --- <div class="callout-box"> <strong><a href="/es/Acerca_del_Modelo_de_Objetos_del_Documento" title="es/Acerca_del_Modelo_de_Objetos_del_Documento">Acerca del Modelo de Objetos del Documento</a></strong><br> |