feat: Add Italian (it-IT) localization#4858
Open
nikypalma wants to merge 3 commits into
Open
Conversation
- Add complete README_it-IT.md translated from English README - Add Italian i18n strings to Gradio WebUI (gradio_app.py) - Add Italian status messages for the conversion pipeline - Update language selector in README.md and README_zh-CN.md
Contributor
|
All contributors have signed the CLA ✍️ ✅ |
- Localize click help messages and options in client.py - Localize logging messages and status updates in client.py, common.py and fast_api.py - Localize error messages in several CLI components
Author
|
I have read the CLA Document and I hereby sign the CLA |
|
??? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR adds complete Italian (it-IT) localization to MinerU, including:
1.
README_it-IT.md- Full Italian README2.
mineru/cli/gradio_app.py- Gradio WebUI Italian i18nitlocale togr.I18n()with all UI strings translated (upload labels, backend descriptions, recognition options, OCR settings, conversion status, etc.)3. Language selector update
README.mdandREADME_zh-CN.mdto include Italian in the language selector:[English](README.md) | [简体中文](README_zh-CN.md) | [Italiano](README_it-IT.md)Why Italian?
Italy has a strong academic and industrial community working with document processing, OCR, and AI pipelines. This localization makes MinerU accessible to Italian-speaking users and developers.
Testing
Happy to iterate on the translation if the maintainers have feedback!