Skip to content

Commit dfbfd4e

Browse files
committed
Skip country name and society_name from auto-translation
1 parent 87c8369 commit dfbfd4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/translation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ class CountryTO(TranslationOptions):
6666
"overview",
6767
"additional_tab_name",
6868
)
69+
skip_fields = ("name", "society_name")
6970

7071

7172
@register(CountrySnippet)

0 commit comments

Comments
 (0)