removed old doctypes
diff --git a/patches/february_2013/p03_material_request.py b/patches/february_2013/p03_material_request.py
index 23719fc..b8a4181 100644
--- a/patches/february_2013/p03_material_request.py
+++ b/patches/february_2013/p03_material_request.py
@@ -13,4 +13,5 @@
 	os.system("rm -rf app/hr/doctype/holiday_block_list")
 	os.system("rm -rf app/hr/doctype/holiday_block_list_allow")
 	os.system("rm -rf app/hr/doctype/holiday_block_list_date")
+
 	
\ No newline at end of file
diff --git a/patches/february_2013/p04_remove_old_doctypes.py b/patches/february_2013/p04_remove_old_doctypes.py
new file mode 100644
index 0000000..7e7ebf5
--- /dev/null
+++ b/patches/february_2013/p04_remove_old_doctypes.py
@@ -0,0 +1,10 @@
+import webnotes, os
+
+def execute():
+	webnotes.delete_doc("DocType", "Product")
+	webnotes.delete_doc("DocType", "Test")
+	webnotes.delete_doc("Module Def", "Test")
+	
+	os.system("rm -rf app/test")
+	os.system("rm -rf app/website/doctype/product")
+	
\ No newline at end of file
diff --git a/patches/patch_list.py b/patches/patch_list.py
index ae68b71..67a4868 100644
--- a/patches/patch_list.py
+++ b/patches/patch_list.py
@@ -174,4 +174,5 @@
 	"execute:webnotes.delete_doc('Page', 'Calendar')",
 	"patches.february_2013.p02_email_digest",
 	"patches.february_2013.p03_material_request",
+	"patches.february_2013.p04_remove_old_doctypes",
 ]
\ No newline at end of file
diff --git a/test/doctype/test/locale/_messages_doc.json b/test/doctype/test/locale/_messages_doc.json
deleted file mode 100644
index 7f0146b..0000000
--- a/test/doctype/test/locale/_messages_doc.json
+++ /dev/null
@@ -1,3 +0,0 @@
-[
- "test"
-]
\ No newline at end of file
diff --git a/test/doctype/test/locale/ar-doc.json b/test/doctype/test/locale/ar-doc.json
deleted file mode 100644
index ad00ca6..0000000
--- a/test/doctype/test/locale/ar-doc.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "test": "\u0627\u062e\u062a\u0628\u0627\u0631"
-}
\ No newline at end of file
diff --git a/test/doctype/test/locale/es-doc.json b/test/doctype/test/locale/es-doc.json
deleted file mode 100644
index 500adb7..0000000
--- a/test/doctype/test/locale/es-doc.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "test": "prueba"
-}
\ No newline at end of file
diff --git a/test/doctype/test/locale/fr-doc.json b/test/doctype/test/locale/fr-doc.json
deleted file mode 100644
index 34f16b4..0000000
--- a/test/doctype/test/locale/fr-doc.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "test": "test"
-}
\ No newline at end of file
diff --git a/test/doctype/test/locale/hi-doc.json b/test/doctype/test/locale/hi-doc.json
deleted file mode 100644
index 693f7d7..0000000
--- a/test/doctype/test/locale/hi-doc.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "test": "\u092a\u0930\u0940\u0915\u094d\u0937\u0923"
-}
\ No newline at end of file
diff --git a/test/doctype/test/locale/hr-doc.json b/test/doctype/test/locale/hr-doc.json
deleted file mode 100644
index 34f16b4..0000000
--- a/test/doctype/test/locale/hr-doc.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "test": "test"
-}
\ No newline at end of file
diff --git a/test/doctype/test/locale/nl-doc.json b/test/doctype/test/locale/nl-doc.json
deleted file mode 100644
index 34f16b4..0000000
--- a/test/doctype/test/locale/nl-doc.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "test": "test"
-}
\ No newline at end of file
diff --git a/test/doctype/test/locale/pt-doc.json b/test/doctype/test/locale/pt-doc.json
deleted file mode 100644
index 3ea7a9b..0000000
--- a/test/doctype/test/locale/pt-doc.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "test": "teste"
-}
\ No newline at end of file
diff --git a/test/module_def/test/locale/_messages_doc.json b/test/module_def/test/locale/_messages_doc.json
deleted file mode 100644
index 0637a08..0000000
--- a/test/module_def/test/locale/_messages_doc.json
+++ /dev/null
@@ -1 +0,0 @@
-[]
\ No newline at end of file
diff --git a/website/doctype/product/locale/_messages_doc.json b/website/doctype/product/locale/_messages_doc.json
deleted file mode 100644
index e4cc997..0000000
--- a/website/doctype/product/locale/_messages_doc.json
+++ /dev/null
@@ -1,25 +0,0 @@
-[
- "Title", 
- "Image for listing (Width: 100px) (Attach First)", 
- "Warehouse", 
- "Stock", 
- "Website", 
- "Product", 
- "Full Image", 
- "Price", 
- "File List", 
- "Page Name", 
- "Select shipping warehouse to show \"In Stock\" or \"Out of Stock\". To hide, leave blank", 
- "Full description (formatted as markdown)", 
- "Price List", 
- "Short Description", 
- "Item", 
- "Published", 
- "Long Description", 
- "A Product is shown on the website and is linked to an item.", 
- "Sales", 
- "Currency", 
- "Thumbnail Image", 
- "Image for listing (Width: 300px) (Attach First)", 
- "Select Price List for the web. Leave blank to hide price."
-]
\ No newline at end of file
diff --git a/website/doctype/product/locale/ar-doc.json b/website/doctype/product/locale/ar-doc.json
deleted file mode 100644
index 1b0e242..0000000
--- a/website/doctype/product/locale/ar-doc.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "A Product is shown on the website and is linked to an item.": "\u0648\u064a\u0631\u062f \u0627\u0644\u0645\u0646\u062a\u062c \u0639\u0644\u0649 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u060c \u0648\u064a\u0631\u062a\u0628\u0637 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631.", 
- "Currency": "\u0639\u0645\u0644\u0629", 
- "File List": "\u0645\u0644\u0641 \u0642\u0627\u0626\u0645\u0629", 
- "Full Image": "\u0627\u0644\u0635\u0648\u0631\u0629", 
- "Full description (formatted as markdown)": "\u0627\u0644\u0648\u0635\u0641 \u0627\u0644\u0643\u0627\u0645\u0644 (\u0628\u062a\u0646\u0633\u064a\u0642 \u062a\u062e\u0641\u064a\u0636 \u0627\u0644\u0633\u0639\u0631)", 
- "Image for listing (Width: 100px) (Attach First)": "\u0635\u0648\u0631\u0629 \u0644\u0642\u0627\u0626\u0645\u0629 (\u0627\u0644\u0639\u0631\u0636: 100px) (\u064a\u0631\u0641\u0642 \u0627\u0644\u0623\u0648\u0644\u0649)", 
- "Image for listing (Width: 300px) (Attach First)": "\u0635\u0648\u0631\u0629 \u0644\u0642\u0627\u0626\u0645\u0629 (\u0627\u0644\u0639\u0631\u0636: 300px) (\u064a\u0631\u0641\u0642 \u0627\u0644\u0623\u0648\u0644\u0649)", 
- "Item": "\u0628\u0646\u062f", 
- "Long Description": "\u0627\u0644\u0648\u0635\u0641 \u0627\u0644\u0645\u0637\u0648\u0644", 
- "Page Name": "\u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0633\u0645", 
- "Price": "\u0627\u0644\u0633\u0639\u0631", 
- "Price List": "\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0623\u0633\u0639\u0627\u0631", 
- "Product": "\u0646\u062a\u0627\u062c", 
- "Published": "\u0646\u0634\u0631\u062a", 
- "Sales": "\u0645\u0628\u064a\u0639\u0627\u062a", 
- "Select Price List for the web. Leave blank to hide price.": "\u062d\u062f\u062f \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0633\u0639\u0631 \u0644\u0634\u0628\u0643\u0629 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a. \u0627\u062a\u0631\u0643\u0647 \u0641\u0627\u0631\u063a\u0627 \u0644\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0623\u0633\u0639\u0627\u0631.", 
- "Select shipping warehouse to show \"In Stock\" or \"Out of Stock\". To hide, leave blank": "\u062d\u062f\u062f \u0645\u0633\u062a\u0648\u062f\u0639 \u0627\u0644\u0634\u062d\u0646 \u0644\u0625\u0638\u0647\u0627\u0631 "\u0641\u064a \u0633\u0648\u0642 \u0627\u0644\u0623\u0633\u0647\u0645" \u0623\u0648 "\u063a\u064a\u0631 \u0645\u062a\u0627\u062d". \u0644\u0625\u062e\u0641\u0627\u0621\u060c \u0627\u062a\u0631\u0643\u0647 \u0641\u0627\u0631\u063a\u0627", 
- "Short Description": "\u0648\u0635\u0641 \u0642\u0635\u064a\u0631", 
- "Stock": "\u0627\u0644\u0623\u0648\u0631\u0627\u0642 \u0627\u0644\u0645\u0627\u0644\u064a\u0629", 
- "Thumbnail Image": "\u0635\u0648\u0631\u0629 \u0645\u0635\u063a\u0631\u0629", 
- "Title": "\u0644\u0642\u0628", 
- "Warehouse": "\u0645\u0633\u062a\u0648\u062f\u0639", 
- "Website": "\u0627\u0644\u0645\u0648\u0642\u0639"
-}
\ No newline at end of file
diff --git a/website/doctype/product/locale/es-doc.json b/website/doctype/product/locale/es-doc.json
deleted file mode 100644
index 061995f..0000000
--- a/website/doctype/product/locale/es-doc.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "A Product is shown on the website and is linked to an item.": "Un producto se muestra en la p\u00e1gina web y est\u00e1 vinculada a un elemento.", 
- "Currency": "Moneda", 
- "File List": "Lista de archivos", 
- "Full Image": "Imagen completa", 
- "Full description (formatted as markdown)": "Descripci\u00f3n completa (con formato Markdown)", 
- "Image for listing (Width: 100px) (Attach First)": "Imagen para el listado (Ancho: 100px) (Adjunte primero)", 
- "Image for listing (Width: 300px) (Attach First)": "Imagen para el listado (Ancho: 300px) (Adjunte primero)", 
- "Item": "Art\u00edculo", 
- "Long Description": "Descripci\u00f3n larga", 
- "Page Name": "Nombre p\u00e1gina", 
- "Price": "Precio", 
- "Price List": "Precio de lista", 
- "Product": "Producto", 
- "Published": "Publicado", 
- "Sales": "Venta", 
- "Select Price List for the web. Leave blank to hide price.": "Seleccione Lista de precios para la web. Dejar en blanco para esconder precio.", 
- "Select shipping warehouse to show \"In Stock\" or \"Out of Stock\". To hide, leave blank": "Seleccione almac\u00e9n de expedici\u00f3n para mostrar "En Stock" o "Out of Stock". Para ocultar, dejar en blanco", 
- "Short Description": "Breve Descripci\u00f3n", 
- "Stock": "Valores", 
- "Thumbnail Image": "Imagen en miniatura", 
- "Title": "T\u00edtulo", 
- "Warehouse": "Almac\u00e9n", 
- "Website": "Sitio web"
-}
\ No newline at end of file
diff --git a/website/doctype/product/locale/fr-doc.json b/website/doctype/product/locale/fr-doc.json
deleted file mode 100644
index 484b02e..0000000
--- a/website/doctype/product/locale/fr-doc.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "A Product is shown on the website and is linked to an item.": "Un produit est indiqu\u00e9 sur le site et il est li\u00e9 \u00e0 un \u00e9l\u00e9ment.", 
- "Currency": "Monnaie", 
- "File List": "Liste des fichiers", 
- "Full Image": "L'image compl\u00e8te", 
- "Full description (formatted as markdown)": "Description compl\u00e8te (format markdown)", 
- "Image for listing (Width: 100px) (Attach First)": "Image de l'inscription (Largeur: 100px) (Joindre en premier)", 
- "Image for listing (Width: 300px) (Attach First)": "Image de l'inscription (Largeur: 300px) (Joindre en premier)", 
- "Item": "Article", 
- "Long Description": "Description longue", 
- "Page Name": "Nom de la page", 
- "Price": "Prix", 
- "Price List": "Liste des Prix", 
- "Product": "Produit", 
- "Published": "Publi\u00e9", 
- "Sales": "Ventes", 
- "Select Price List for the web. Leave blank to hide price.": "S\u00e9lectionnez Liste de prix pour le web. Laissez vide pour cacher prix.", 
- "Select shipping warehouse to show \"In Stock\" or \"Out of Stock\". To hide, leave blank": "S\u00e9lectionnez entrep\u00f4t d'exp\u00e9dition pour voir "En stock" ou "Out of Stock". Pour masquer, laissez en blanc", 
- "Short Description": "Description courte", 
- "Stock": "Stock", 
- "Thumbnail Image": "Vignette", 
- "Title": "Titre", 
- "Warehouse": "Entrep\u00f4t", 
- "Website": "Site Web"
-}
\ No newline at end of file
diff --git a/website/doctype/product/locale/hi-doc.json b/website/doctype/product/locale/hi-doc.json
deleted file mode 100644
index 6827d64..0000000
--- a/website/doctype/product/locale/hi-doc.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "A Product is shown on the website and is linked to an item.": "\u090f\u0915 \u0909\u0924\u094d\u092a\u093e\u0926 \u0915\u0940 \u0935\u0947\u092c\u0938\u093e\u0907\u091f \u092a\u0930 \u0926\u093f\u0916\u093e\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948 \u0914\u0930 \u090f\u0915 \u0906\u0907\u091f\u092e \u0915\u0947 \u0932\u093f\u090f \u091c\u0941\u0921\u093c\u093e \u0939\u0941\u0906 \u0939\u0948.", 
- "Currency": "\u092e\u0941\u0926\u094d\u0930\u093e", 
- "File List": "\u092b\u093c\u093e\u0907\u0932 \u0938\u0942\u091a\u0940", 
- "Full Image": "\u092a\u0942\u0930\u094d\u0923 \u091b\u0935\u093f", 
- "Full description (formatted as markdown)": "\u092a\u0942\u0930\u094d\u0923 \u0935\u093f\u0935\u0930\u0923 (markdown \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0938\u094d\u0935\u0930\u0942\u092a\u093f\u0924)", 
- "Image for listing (Width: 100px) (Attach First)": "\u0932\u093f\u0938\u094d\u091f\u093f\u0902\u0917 \u0915\u0947 \u0932\u093f\u090f \u091b\u0935\u093f (\u091a\u094c\u0921\u093c\u093e\u0908: 100px) (\u092a\u0939\u0932\u0947 \u0938\u0902\u0932\u0917\u094d\u0928)", 
- "Image for listing (Width: 300px) (Attach First)": "\u0932\u093f\u0938\u094d\u091f\u093f\u0902\u0917 \u0915\u0947 \u0932\u093f\u090f \u091b\u0935\u093f (\u091a\u094c\u0921\u093c\u093e\u0908: 300px) (\u092a\u0939\u0932\u0947 \u0938\u0902\u0932\u0917\u094d\u0928)", 
- "Item": "\u092e\u0926", 
- "Long Description": "\u0932\u093e\u0902\u0917 \u0935\u093f\u0935\u0930\u0923", 
- "Page Name": "\u092a\u0947\u091c \u0915\u093e \u0928\u093e\u092e", 
- "Price": "\u0915\u0940\u092e\u0924", 
- "Price List": "\u0915\u0940\u092e\u0924 \u0938\u0942\u091a\u0940", 
- "Product": "\u0909\u0924\u094d\u092a\u093e\u0926", 
- "Published": "\u092a\u094d\u0930\u0915\u093e\u0936\u093f\u0924", 
- "Sales": "\u0935\u093f\u0915\u094d\u0930\u092f", 
- "Select Price List for the web. Leave blank to hide price.": "\u0935\u0947\u092c \u0915\u0947 \u0932\u093f\u090f \u092e\u0942\u0932\u094d\u092f \u0938\u0942\u091a\u0940 \u0915\u093e \u091a\u092f\u0928 \u0915\u0930\u0947\u0902. \u0915\u0947 \u0932\u093f\u090f \u0915\u0940\u092e\u0924 \u091b\u093f\u092a\u093e\u0928\u0947 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0916\u093e\u0932\u0940 \u091b\u094b\u0921\u093c \u0926\u0947\u0902.", 
- "Select shipping warehouse to show \"In Stock\" or \"Out of Stock\". To hide, leave blank": "\u0936\u093f\u092a\u093f\u0902\u0917 \u0917\u094b\u0926\u093e\u092e \u091a\u0941\u0928\u0947\u0902 \u092f\u093e "\u0938\u094d\u091f\u0949\u0915 \u0938\u0947 \u092c\u093e\u0939\u0930" "\u0938\u094d\u091f\u0949\u0915 \u092e\u0947\u0902" \u0926\u093f\u0916\u093e\u0928\u0947. \u091b\u0941\u092a\u093e\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f, \u0930\u093f\u0915\u094d\u0924 \u091b\u094b\u0921\u093c", 
- "Short Description": "\u0938\u0902\u0915\u094d\u0937\u093f\u092a\u094d\u0924 \u0935\u0930\u094d\u0923\u0928", 
- "Stock": "\u0938\u094d\u091f\u0949\u0915", 
- "Thumbnail Image": "\u0925\u0902\u092c\u0928\u0947\u0932 \u091b\u0935\u093f", 
- "Title": "\u0936\u0940\u0930\u094d\u0937\u0915", 
- "Warehouse": "\u0917\u094b\u0926\u093e\u092e", 
- "Website": "\u0935\u0947\u092c\u0938\u093e\u0907\u091f"
-}
\ No newline at end of file
diff --git a/website/doctype/product/locale/hr-doc.json b/website/doctype/product/locale/hr-doc.json
deleted file mode 100644
index c202f88..0000000
--- a/website/doctype/product/locale/hr-doc.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "A Product is shown on the website and is linked to an item.": "Proizvod je prikazan na web stranici, a povezana je s to\u010dkom.", 
- "Currency": "Valuta", 
- "File List": "Popis datoteka", 
- "Full Image": "Cijeli slike", 
- "Full description (formatted as markdown)": "Cijeli opis (formatiran kao smanjenje)", 
- "Image for listing (Width: 100px) (Attach First)": "Slika za uvr\u0161tenje (\u0160irina: 100px) (Prilo\u017eiti Prvo)", 
- "Image for listing (Width: 300px) (Attach First)": "Slika za uvr\u0161tenje (\u0160irina: 300 x) (Prilo\u017eiti Prvo)", 
- "Item": "Stavka", 
- "Long Description": "Dugi opis", 
- "Page Name": "Stranica Ime", 
- "Price": "Cijena", 
- "Price List": "Cjenik", 
- "Product": "Proizvod", 
- "Published": "Objavljen", 
- "Sales": "Prodajni", 
- "Select Price List for the web. Leave blank to hide price.": "Odaberite cjenik za webu. Ostavite prazno za skrivanje cijenu.", 
- "Select shipping warehouse to show \"In Stock\" or \"Out of Stock\". To hide, leave blank": "Odaberite brodska skladi\u0161ta pokazati "na lageru" ili "out of stock". Za skrivanje, ostavite prazno", 
- "Short Description": "Kratak opis", 
- "Stock": "Zaliha", 
- "Thumbnail Image": "Thumbnail slika", 
- "Title": "Naslov", 
- "Warehouse": "Skladi\u0161te", 
- "Website": "Website"
-}
\ No newline at end of file
diff --git a/website/doctype/product/locale/nl-doc.json b/website/doctype/product/locale/nl-doc.json
deleted file mode 100644
index 2777b7b..0000000
--- a/website/doctype/product/locale/nl-doc.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "A Product is shown on the website and is linked to an item.": "Een product wordt getoond op de website en is gekoppeld aan een item.", 
- "Currency": "Valuta", 
- "File List": "File List", 
- "Full Image": "Full Image", 
- "Full description (formatted as markdown)": "Volledige beschrijving (geformatteerd als afwaardering)", 
- "Image for listing (Width: 100px) (Attach First)": "Afbeelding voor lijst (Breedte: 100px) (Bevestig eerst)", 
- "Image for listing (Width: 300px) (Attach First)": "Afbeelding voor lijst (Breedte: 300px) (Bevestig eerst)", 
- "Item": "Item", 
- "Long Description": "Lange omschrijving", 
- "Page Name": "Page Name", 
- "Price": "Prijs", 
- "Price List": "Prijslijst", 
- "Product": "Product", 
- "Published": "Gepubliceerd", 
- "Sales": "Sales", 
- "Select Price List for the web. Leave blank to hide price.": "Selecteer Prijslijst voor het web. Laat dit veld leeg om de prijs te verbergen.", 
- "Select shipping warehouse to show \"In Stock\" or \"Out of Stock\". To hide, leave blank": "Selecteer verzendkosten magazijn om te laten zien "Op voorraad" of "Niet op voorraad". Te verbergen, laat leeg", 
- "Short Description": "Korte beschrijving", 
- "Stock": "Voorraad", 
- "Thumbnail Image": "Kleine afbeelding", 
- "Title": "Titel", 
- "Warehouse": "Magazijn", 
- "Website": "Website"
-}
\ No newline at end of file
diff --git a/website/doctype/product/locale/pt-doc.json b/website/doctype/product/locale/pt-doc.json
deleted file mode 100644
index 4cf6283..0000000
--- a/website/doctype/product/locale/pt-doc.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "A Product is shown on the website and is linked to an item.": "Um produto \u00e9 mostrado no site e est\u00e1 ligada a um item.", 
- "Currency": "Moeda", 
- "File List": "Lista de Arquivos", 
- "Full Image": "Imagem completa", 
- "Full description (formatted as markdown)": "Descri\u00e7\u00e3o completa (formatado como markdown)", 
- "Image for listing (Width: 100px) (Attach First)": "Imagem para a listagem (Largura: 100px) (Anexar primeiro)", 
- "Image for listing (Width: 300px) (Attach First)": "Imagem para a listagem (Largura: 300px) (Anexar primeiro)", 
- "Item": "Item", 
- "Long Description": "Descri\u00e7\u00e3o longa", 
- "Page Name": "Nome da P\u00e1gina", 
- "Price": "Pre\u00e7o", 
- "Price List": "Lista de Pre\u00e7os", 
- "Product": "Produto", 
- "Published": "Publicado", 
- "Sales": "De vendas", 
- "Select Price List for the web. Leave blank to hide price.": "Selecione Lista de Pre\u00e7os para a web. Deixe em branco para ocultar pre\u00e7o.", 
- "Select shipping warehouse to show \"In Stock\" or \"Out of Stock\". To hide, leave blank": "Selecione armaz\u00e9m de expedi\u00e7\u00e3o para mostrar "Em Stock" ou "fora de estoque". Para esconder, deixar em branco", 
- "Short Description": "Descri\u00e7\u00e3o curta", 
- "Stock": "Estoque", 
- "Thumbnail Image": "Imagem Miniatura", 
- "Title": "T\u00edtulo", 
- "Warehouse": "Armaz\u00e9m", 
- "Website": "Site"
-}
\ No newline at end of file
diff --git a/website/doctype/product/locale/sr-doc.json b/website/doctype/product/locale/sr-doc.json
deleted file mode 100644
index 4f287a4..0000000
--- a/website/doctype/product/locale/sr-doc.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "A Product is shown on the website and is linked to an item.": "\u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434 \u0441\u0435 \u043f\u0440\u0438\u043a\u0430\u0437\u0443\u0458\u0435 \u043d\u0430 \u0441\u0430\u0458\u0442\u0443 \u0438 \u043f\u043e\u0432\u0435\u0437\u0430\u043d \u0441\u0430 \u0441\u0442\u0430\u0432\u043a\u043e\u043c.", 
- "Product": "\u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434", 
- "Website": "\u0412\u0435\u0431\u0441\u0430\u0458\u0442"
-}
\ No newline at end of file
diff --git a/website/doctype/product/locale/ta-doc.json b/website/doctype/product/locale/ta-doc.json
deleted file mode 100644
index 68a3f98..0000000
--- a/website/doctype/product/locale/ta-doc.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "A Product is shown on the website and is linked to an item.": "\u0b92\u0bb0\u0bc1 \u0ba4\u0baf\u0bbe\u0bb0\u0bbf\u0baa\u0bcd\u0baa\u0bc1 \u0b87\u0ba3\u0bc8\u0baf\u0ba4\u0bb3\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd \u0b95\u0bbe\u0ba3\u0bb2\u0bbe\u0bae\u0bcd \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd \u0b89\u0bb0\u0bc1\u0baa\u0bcd\u0baa\u0b9f\u0bbf \u0b87\u0ba3\u0bc8\u0b95\u0bcd\u0b95\u0baa\u0bcd\u0baa\u0b9f\u0bcd\u0b9f\u0bc1\u0bb3\u0bcd\u0bb3\u0ba4\u0bc1.", 
- "Product": "\u0bb5\u0bbf\u0bb3\u0bc8\u0baa\u0bc6\u0bbe\u0bb0\u0bc1\u0bb3\u0bcd", 
- "Website": "\u0b87\u0ba3\u0bc8\u0baf\u0ba4\u0bb3\u0bae\u0bcd"
-}
\ No newline at end of file