MCPcopy
hub / github.com/django/django / _tx_resource_for_name

Function _tx_resource_for_name

scripts/manage_translations.py:185–187  ·  view source on GitHub ↗

Return the Transifex resource name.

(name)

Source from the content-addressed store, hash-verified

183
184
185def _tx_resource_for_name(name):
186 """Return the Transifex resource name."""
187 return "django." + _tx_resource_slug_for_name(name)
188
189
190def _check_diff(cat_name, base_path):

Callers 1

fetchFunction · 0.85

Calls 1

Tested by

no test coverage detected