-
Notifications
You must be signed in to change notification settings - Fork 586
[uk] Ukrainian translation of the “FAQ” section #1944
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
base: main
Are you sure you want to change the base?
Conversation
822e1e2 to
21d4dfe
Compare
8e52698 to
c51e379
Compare
Signed-off-by: Andrii Holovin <[email protected]>
Signed-off-by: Andrii Holovin <[email protected]>
Signed-off-by: Andrii Holovin <[email protected]>
c51e379 to
3699cb6
Compare
paigecalvert
left a comment
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.
lgtm
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.
Pull request overview
This PR adds Ukrainian translations for the FAQ documentation section of Helm v4, including three key documentation pages: the main FAQ index page, installation FAQ, and uninstallation FAQ. The translations are adapted from v3 documentation with minor updates for v4.
- Translation of three FAQ documentation pages into Ukrainian
- Maintains consistent structure with frontmatter, imports, and markdown formatting
- Includes tables and code references with proper formatting
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
i18n/uk/docusaurus-plugin-content-docs/current/faq/index.mdx |
Main FAQ index page with Ukrainian title and description |
i18n/uk/docusaurus-plugin-content-docs/current/faq/installing.mdx |
Installation-related FAQ with Ukrainian translations covering package availability and installation methods |
i18n/uk/docusaurus-plugin-content-docs/current/faq/uninstalling.mdx |
Uninstallation FAQ explaining file locations across different operating systems |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| # Часті питання | ||
|
|
||
| > В цтому розділі містяться відповіді на поширені запитання. |
Copilot
AI
Jan 6, 2026
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.
There is a typo in the Ukrainian word "цтому". It should be "цьому" (meaning "this").
| > В цтому розділі містяться відповіді на поширені запитання. | |
| > В цьому розділі містяться відповіді на поширені запитання. |
| |--------------------|-----------------------------|----------------------------------|---------------------------| | ||
| | Linux | `$HOME/.cache/helm` | `$HOME/.config/helm` | `$HOME/.local/share/helm` | | ||
| | macOS | `$HOME/Library/Caches/helm` | `$HOME/Library/Preferences/helm` | `$HOME/Library/helm` | | ||
| | Windows | `%TEMP%\helm ` | `%APPDATA%\helm` | `%APPDATA%\helm` | |
Copilot
AI
Jan 6, 2026
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.
There are trailing spaces at the end of this line after "helm". These should be removed for consistency and clean formatting.
| | Windows | `%TEMP%\helm ` | `%APPDATA%\helm` | `%APPDATA%\helm` | | |
| | Windows | `%TEMP%\helm` | `%APPDATA%\helm` | `%APPDATA%\helm` | |
This PR contains translated/updated documentation pages in Ukrainian for v4 for the FAQ section. This is essentially a translation from v3 with minor changes.
PS
Depends on PR #1925