Opened 4 months ago

Closed 4 months ago

#36396 closed Uncategorized (invalid)

Chinese document translation errors

Reported by: hongdapi Owned by:
Component: Documentation Version: 5.2
Severity: Normal Keywords:
Cc: hongdapi Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Database transactions - Database-specific notes - Savepoints in SQLite

original:(事实上,它会在除了 SELECT, INSERT, UPDATE, DELETE and REPLACE 之前的任何语句之前提交)
Corrected:(事实上,它会在除了 SELECT, INSERT, UPDATE, DELETE and REPLACE 之外的任何语句之前提交)

Change History (1)

comment:1 by Sarah Boyce, 4 months ago

Resolution: invalid
Status: newclosed

Thanks for the report, however, translations are handled at Transifex.

If you wish to update as translation, you will need to use the Transifex platform (https://explore.transifex.com/django/django-docs/). Periodically, we fetch the translations from Transifex to put them in this repo. So may I ask you to transfer the translations of this patch to Transifex directly?

Translations are completed by volunteers from our community who donate their time when they can. If you notice any incorrect or missing translations, and if you have the availability to contribute, we encourage you to join the translation team for your language. Please reach out in the Django Forum's Internationalization category to be added to the language team of your choice and help improve these translations.

Note: See TracTickets for help on using tickets.
Back to Top