This package contains AI-assisted controlled Nepali draft translations for all PostgreSQL message components present in the supplied pgtranslation/messages snapshot.
This is not a final translation and must not be submitted upstream as-is. Native Nepali review and PostgreSQL technical review are required.
- Components: 29
- Draft entries: 12008
- Plural entries: 73
- Entries marked
[REVIEW: ...]: 7971 - Placeholder issues detected by local checker: 0
See stats/component_stats.tsv.
The generator uses a conservative controlled-draft policy:
- simple operational messages are translated into Nepali where confidence is reasonable;
- technical PostgreSQL terms, SQL keywords, utility names, options, and placeholders are preserved;
- hard semantic terms are marked with
[REVIEW: term]; - long help strings, complex sentences, or mostly untranslated messages are marked
[REVIEW: ...]; - placeholders are checked after generation.
This is intentionally not a fully polished Nepali translation. It is a work-saving pre-review layer.
- Check for existing PRs.
- Ask for the current status of the translations made.
- Add own translations over the exisiting translations
- Review
glossary/NDFP_NEPALI_GLOSSARY_v0_1.md. - Review
review/review_entries.tsv. - Fix terms and remove
[REVIEW: ...]markers component by component. - Run gettext validation (
msgfmt --check --statistics) in a system with gettext tools installed. - Only then create clean
ne/*.pofiles for upstream discussion.
po/<component>/ne.draft.<component>.po— draft.pofiles.glossary/— glossary draft.review/— review index and placeholder check output.stats/— per-component statistics.scripts/— generator script placeholder.
This draft is designed to save mechanical work, preserve PostgreSQL syntax, and focus human review on difficult terminology. It is not a substitute for native Nepali translation.
- Check for existing PRs.
- Ask for the current status of the translations made.
- Add own translations over the exisiting translations.
- Create a new fork and branch with following name format:
worktype-translation-yournamee.g.review-translation-shri. [NECESSARY]Look over the translations before committing:git add DIR_NAME -p.