Skip to content

Commit

Permalink
documentation i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
janickr committed Feb 25, 2024
1 parent eb119ce commit 266cd18
Show file tree
Hide file tree
Showing 3 changed files with 844 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/scripts/docstring_translation_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def on_instance(self, node: ast.AST | ObjectNode, obj: Object) -> None:


def add_members(m: Object, all_members: List):
if not m.is_alias and not m.is_attribute:
if not m.is_alias:
all_members.append(m)
for c in m.members.values():
add_members(c, all_members)
Expand Down
Loading

0 comments on commit 266cd18

Please sign in to comment.