Add Uzbek language support to learnxinyminutes-docs #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds comprehensive support for the Uzbek language (uz) to the learnxinyminutes-docs project by creating a new
uz/
directory and providing high-quality Uzbek translations for three fundamental programming language tutorials.What's Added
New Language Directory: Created
uz/
following the established pattern of other language directories (ru, uk, tr, etc.)Three Complete Tutorials:
uz/c.md
: C programming language tutorial covering basic syntax, data types, operators, control structures, functions, and essential programming conceptsuz/python.md
: Python tutorial including core data types, variables, collections, control flow, functions, classes, and Python-specific features like f-stringsuz/bash.md
: Bash shell tutorial covering shell concepts, variables, parameter expansion, arrays, control structures, functions, file operations, redirection, and command-line utilitiesTranslation Quality
All translations maintain the educational structure and clarity of the original English tutorials while using appropriate Uzbek terminology for programming concepts. The content is designed to help Uzbek-speaking beginners learn these essential programming languages and tools.
Standards Compliance
This addition brings programming education to Uzbek-speaking developers in their native language, supporting the project's mission of making programming knowledge globally accessible.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.