feat(translator_portal): change url from .xyz to .com

This commit is contained in:
Sahil Khan 2019-05-30 16:06:35 +05:30
parent 7d03c97c75
commit 6aba80361d

View file

@ -18,7 +18,7 @@ app_email = "info@frappe.io"
docs_app = "frappe_io"
translation_contribution_url = "https://translate.erpnext.xyz/api/method/translator.api.add_translation"
translation_contribution_url = "https://translate.erpnext.com/api/method/translator.api.add_translation"
before_install = "frappe.utils.install.before_install"
after_install = "frappe.utils.install.after_install"