Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for lang_to_discussion_map (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. scripts/notify_translations.py

        lang_to_discussion_map: dict[str, AllDiscussionsDiscussionNode] = {}
        for discussion in discussions:
            for edge in discussion.labels.edges:
                label = edge.node.name
                if label.startswith("lang-") and not label == lang_all_label:
                    lang = label[5:]
                    lang_to_discussion_map[lang] = discussion
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 21:25:59 GMT 2025
    - 12.7K bytes
    - Click Count (0)
Back to Top