fix: translator url (#12144)

This commit is contained in:
Anupam Kumar 2021-01-05 16:15:25 +05:30 committed by GitHub
parent 3fdf78c5cb
commit 35c612e076
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ app_email = "info@frappe.io"
docs_app = "frappe_io"
translator_url = "https://translatev2.erpnext.com"
translator_url = "https://translate.erpnext.com"
before_install = "frappe.utils.install.before_install"
after_install = "frappe.utils.install.after_install"