diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-15 23:54:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-15 23:54:08 +0100 |
| commit | 3476d6760f1efe3e8d51ba5ae535b38af9cf955a (patch) | |
| tree | 9a3393a43c4ee364fbb288ad56467d5f4e5eaef1 /src/lib | |
| parent | 85752cfcb649e51bf8fe2b9f57b1a58837737372 (diff) | |
Add comment to try to clarify _dcp_content_types a little for translators.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/dcp_content_type.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcp_content_type.cc b/src/lib/dcp_content_type.cc index ce54ce01c..bc9bf0d67 100644 --- a/src/lib/dcp_content_type.cc +++ b/src/lib/dcp_content_type.cc @@ -47,6 +47,8 @@ DCPContentType::DCPContentType (string p, dcp::ContentKind k, string d) void DCPContentType::setup_dcp_content_types () { + /// TRANSLATORS: these are the types that a DCP can have, explained in some + /// more detail here: https://registry-page.isdcf.com/contenttypes/ _dcp_content_types = { DCPContentType(_("Feature"), dcp::ContentKind::FEATURE, N_("FTR")), DCPContentType(_("Short"), dcp::ContentKind::SHORT, N_("SHR")), |
