-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
New Crowdin updates #7193
base: main
Are you sure you want to change the base?
New Crowdin updates #7193
Conversation
🛠️ Tuist Run Report 🛠️Tuist Tests 🧪
|
@@ -10,7 +10,7 @@ You can ingest metrics gathered by the Tuist server using [Prometheus](https://p | |||
|
|||
## Elixir metrics {#elixir-metrics} | |||
|
|||
By default we include metrics of the Elixir runtime, [BEAM](https://en.wikipedia.org/wiki/BEAM_\\\\\\\\\\\\\\\\\\\\\\\(Erlang_virtual_machine\\\\\\\\\\\\\\\\\\\\\\\)), Elixir, and some of the libraries we use. The following are some of the metrics you can expect to see: | |||
By default we include metrics of the Elixir runtime, BEAM, Elixir, and some of the libraries we use. The following are some of the metrics you can expect to see: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link to the BEAM documentation should be preserved as [BEAM](https://en.wikipedia.org/wiki/BEAM_(Erlang_virtual_machine))
to maintain the reference to the Erlang virtual machine implementation. This helps readers understand what BEAM is by providing direct access to its documentation.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
> [!WARNING] BETA | ||
> This feature is currently in beta. If you encounter any issues, please report them at our <a href="https://community.tuist.dev/c/troubleshooting-how-to/6" target="_blank">community forum</a>. | ||
> [!WARNING] BETA\ | ||
> 이 기능은 현재 베타 기능입니다. If you encounter any issues, please report them at our <a href="https://community.tuist.dev/c/troubleshooting-how-to/6" target="_blank">community forum</a>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency, the English text "If you encounter any issues, please report them at our" should be translated to Korean since it appears within a Korean warning message. This will improve readability for Korean users.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
|
||
![패키지 의존성 추가](/images/guides/develop/build/registry/registry-add-package.png) | ||
|
||
Note that Xcode currently doesn't support automatically replacing source control packages with their registry equivalents. You will need to manually remove the source control package and add the registry package to speed up the resolution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line should be translated to Korean since it appears in a Korean language file. Suggested translation:
Xcode는 현재 소스 컨트롤 패키지를 레지스트리 패키지로 자동 교체하는 것을 지원하지 않습니다. 해석 속도를 높이려면 소스 컨트롤 패키지를 수동으로 제거하고 레지스트리 패키지를 추가해야 합니다.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
@@ -31,7 +31,7 @@ tuist init --platform macos | |||
|
|||
::: | |||
|
|||
Команда создаст проект в текущей папке. Одним из созданых файлов будет `Project. swift`, который содержит описание вашего проекта. Если вы знакомы с Swift Package Manager, то это похоже с `Package.swift`, но для настройки проектов Xcode. Вы можете редактировать проект запустив `tuist edit` и Xcode откроет проект для редактирования. | |||
Команда создаст проект в текущей папке. Вы можете редактировать проект запустив `tuist edit` и Xcode откроет проект для редактирования. Одним из созданых файлов будет `Project. swift`, который содержит описание вашего проекта. Если вы знакомы с Swift Package Manager, то это похоже с `Package.swift`, но для настройки проектов Xcode. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the erroneous space in Project. swift
-> Project.swift
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
No description provided.