fix: extract translatable strings from .vue files (#27251)

This commit is contained in:
Raffael Meyer 2024-07-30 19:44:06 +02:00 committed by GitHub
parent bf92887259
commit b0bba0ad31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,5 +7,6 @@ hooks.py,frappe.gettext.extractors.navbar.extract
**.py,frappe.gettext.extractors.python.extract
**.js,frappe.gettext.extractors.javascript.extract
**.html,frappe.gettext.extractors.html_template.extract
**.vue,frappe.gettext.extractors.html_template.extract
**/custom/*.json,frappe.gettext.extractors.customization.extract
**/fixtures/custom_field.json,frappe.gettext.extractors.custom_field.extract
1 hooks.py frappe.gettext.extractors.navbar.extract
7 **.py frappe.gettext.extractors.python.extract
8 **.js frappe.gettext.extractors.javascript.extract
9 **.html frappe.gettext.extractors.html_template.extract
10 **.vue frappe.gettext.extractors.html_template.extract
11 **/custom/*.json frappe.gettext.extractors.customization.extract
12 **/fixtures/custom_field.json frappe.gettext.extractors.custom_field.extract