Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in message #523

Merged
merged 3 commits into from
Apr 27, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locales/messages.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"GraphCycleDetected": "Cycle detected within graph at {package_name}:",
"HashFileFailureToRead": "failed to read file '{path}' for hashing: ",
"HeaderOnlyUsage": "{package_name} is header-only and can be used from CMake via:",
"IllegalFeatures": "error: List of features is not allowed in this contect",
"IllegalFeatures": "error: List of features is not allowed in this context",
"IllegalPlatformSpec": "error: Platform qualifier is not allowed in this context",
"InstallingPackage": "Installing {action_index}/{count} {spec}...",
"InternalErrorMessage": "internal error: ",
Expand Down
2 changes: 1 addition & 1 deletion locales/messages.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"GraphCycleDetected": "Ciclo detectado en el gráfico en {package_name}:",
"HashFileFailureToRead": "no se pudo leer el \"{path}\" de archivo para el algoritmo hash: ",
"HeaderOnlyUsage": "{package_name} es de solo encabezado y se puede usar desde CMake a través de:",
"IllegalFeatures": "error: no se permite la lista de características en este contect",
"IllegalFeatures": "error: no se permite la lista de características en este context",
"IllegalPlatformSpec": "error: no se permite el calificador de plataforma en este contexto",
"InstallingPackage": "Instalando {action_index}/{count} {spec}...",
"InternalErrorMessage": "Error interno:",
Expand Down
2 changes: 1 addition & 1 deletion locales/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"_HashFileFailureToRead.comment": "Printed after ErrorMessage and before the specific failing filesystem operation (like file not found)\nexample of {path} is '/foo/bar'.\n",
"HeaderOnlyUsage": "{package_name} is header-only and can be used from CMake via:",
"_HeaderOnlyUsage.comment": "'header' refers to C/C++ .h files\nexample of {package_name} is 'zlib'.\n",
"IllegalFeatures": "error: List of features is not allowed in this contect",
"IllegalFeatures": "error: List of features is not allowed in this context",
"IllegalPlatformSpec": "error: Platform qualifier is not allowed in this context",
"InstallingPackage": "Installing {action_index}/{count} {spec}...",
"_InstallingPackage.comment": "example of {action_index} is '340'.\nexample of {count} is '42'.\nexample of {spec} is 'zlib:x64-windows'.\n",
Expand Down
2 changes: 1 addition & 1 deletion src/localization/cs/messages.json.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@
</Item>
<Item ItemId=";IllegalFeatures" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error: List of features is not allowed in this contect]]></Val>
<Val><![CDATA[error: List of features is not allowed in this context]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[chyba: Seznam funkcí není v tomto rozpisu povolený.]]></Val>
</Tgt>
Expand Down
2 changes: 1 addition & 1 deletion src/localization/de/messages.json.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@
</Item>
<Item ItemId=";IllegalFeatures" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error: List of features is not allowed in this contect]]></Val>
<Val><![CDATA[error: List of features is not allowed in this context]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Fehler: Die Liste der Features ist in diesem Kontext nicht zulässig.]]></Val>
</Tgt>
Expand Down
4 changes: 2 additions & 2 deletions src/localization/es/messages.json.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -711,9 +711,9 @@
</Item>
<Item ItemId=";IllegalFeatures" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error: List of features is not allowed in this contect]]></Val>
<Val><![CDATA[error: List of features is not allowed in this context]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[error: no se permite la lista de características en este contect]]></Val>
<Val><![CDATA[error: no se permite la lista de características en este context]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
2 changes: 1 addition & 1 deletion src/localization/fr/messages.json.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@
</Item>
<Item ItemId=";IllegalFeatures" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error: List of features is not allowed in this contect]]></Val>
<Val><![CDATA[error: List of features is not allowed in this context]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[erreur : la liste des fonctionnalités n’est pas autorisée dans ce dossier.]]></Val>
</Tgt>
Expand Down
2 changes: 1 addition & 1 deletion src/localization/it/messages.json.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@
</Item>
<Item ItemId=";IllegalFeatures" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error: List of features is not allowed in this contect]]></Val>
<Val><![CDATA[error: List of features is not allowed in this context]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[errore: elenco di funzionalità non consentito in questo contesto]]></Val>
</Tgt>
Expand Down
2 changes: 1 addition & 1 deletion src/localization/ja/messages.json.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@
</Item>
<Item ItemId=";IllegalFeatures" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error: List of features is not allowed in this contect]]></Val>
<Val><![CDATA[error: List of features is not allowed in this context]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[エラー: このコンテキストでは機能のリストは許可されていません]]></Val>
</Tgt>
Expand Down
2 changes: 1 addition & 1 deletion src/localization/ko/messages.json.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@
</Item>
<Item ItemId=";IllegalFeatures" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error: List of features is not allowed in this contect]]></Val>
<Val><![CDATA[error: List of features is not allowed in this context]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[오류: 이 콘텐츠에서는 기능 목록이 허용되지 않습니다.]]></Val>
</Tgt>
Expand Down
2 changes: 1 addition & 1 deletion src/localization/pl/messages.json.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@
</Item>
<Item ItemId=";IllegalFeatures" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error: List of features is not allowed in this contect]]></Val>
<Val><![CDATA[error: List of features is not allowed in this context]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[błąd: lista funkcji nie jest dozwolona w tej zawartości]]></Val>
</Tgt>
Expand Down
2 changes: 1 addition & 1 deletion src/localization/pt-BR/messages.json.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@
</Item>
<Item ItemId=";IllegalFeatures" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error: List of features is not allowed in this contect]]></Val>
<Val><![CDATA[error: List of features is not allowed in this context]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[erro: Lista de funcionalidades não é permitida nesse contexto]]></Val>
</Tgt>
Expand Down
2 changes: 1 addition & 1 deletion src/localization/ru/messages.json.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@
</Item>
<Item ItemId=";IllegalFeatures" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error: List of features is not allowed in this contect]]></Val>
<Val><![CDATA[error: List of features is not allowed in this context]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ошибка: список компонентов не разрешен в этом контексте]]></Val>
</Tgt>
Expand Down
2 changes: 1 addition & 1 deletion src/localization/tr/messages.json.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@
</Item>
<Item ItemId=";IllegalFeatures" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error: List of features is not allowed in this contect]]></Val>
<Val><![CDATA[error: List of features is not allowed in this context]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[hata: Bu bağlamda özellik listesine izin verilmiyor]]></Val>
</Tgt>
Expand Down
2 changes: 1 addition & 1 deletion src/localization/zh-Hans/messages.json.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@
</Item>
<Item ItemId=";IllegalFeatures" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error: List of features is not allowed in this contect]]></Val>
<Val><![CDATA[error: List of features is not allowed in this context]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[错误: 此功能中不允许的功能列表]]></Val>
</Tgt>
Expand Down
2 changes: 1 addition & 1 deletion src/localization/zh-Hant/messages.json.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@
</Item>
<Item ItemId=";IllegalFeatures" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[error: List of features is not allowed in this contect]]></Val>
<Val><![CDATA[error: List of features is not allowed in this context]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[錯誤: 此情境中不允許功能清單]]></Val>
</Tgt>
Expand Down
2 changes: 1 addition & 1 deletion src/vcpkg/packagespec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace vcpkg
(),
"",
"error: Platform qualifier is not allowed in this context");
DECLARE_AND_REGISTER_MESSAGE(IllegalFeatures, (), "", "error: List of features is not allowed in this contect");
DECLARE_AND_REGISTER_MESSAGE(IllegalFeatures, (), "", "error: List of features is not allowed in this context");

static InternalFeatureSet normalize_feature_list(View<std::string> fs, ImplicitDefault id)
{
Expand Down