Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #271372

Category doxygen
Changed by Copilot <198982749+Copilotohnoyoudont@users.noreply.github.com>
Changed at Tue 16 Jun 2026 20:44:53
Repository https://github.com/doxygen/doxygen.git
Project doxygen
Branch master
Revision 7b592285cbc5e1ac0d9445d459de48a438c26813

Comments

translator_tw.h: bring Traditional Chinese up to date with release 1.16.0 (#12209)
* Update translator_tw.h to be fully up to date with release 1.16.0

- Add 76 missing translation methods for releases 1.8.15 through 1.16.0
- Change base class from TranslatorAdapter_1_8_15 to Translator
- Add changelog comment at top of file
- TranslatorChinesetraditional now implements all 319 required methods

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* translator_tw.h: fix unused parameter style and missing semicolons

- trVhdlType: collapse redundant if/else branches (both returned same
  string) and mark 'single' as /*single*/ since Chinese has no plural
- trConcept: replace first_capital ternary (both arms identical) and
  (void)singular with /*first_capital*/, /*singular*/ parameter style
- trSatisfies, trVerifies, trUnsatisfiedRequirementsText,
  trUnverifiedRequirementsText: replace (void)singular with
  bool /*singular*/ to match the style used elsewhere in the file
- Fix three missing semicolons in trFileMembersDescriptionTotal,
  trNamespaceMembersDescriptionTotal, trModuleMembersDescriptionTotal

* Update src/translator_tw.h

Co-authored-by: albert-github <albert.tests@gmail.com>

* Update src/translator_tw.h

Co-authored-by: albert-github <albert.tests@gmail.com>

* Update src/translator_tw.h

Co-authored-by: albert-github <albert.tests@gmail.com>

* Update src/translator_tw.h

Co-authored-by: albert-github <albert.tests@gmail.com>

* Update src/translator_tw.h

Co-authored-by: albert-github <albert.tests@gmail.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Dimitri van Heesch <doxygen@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: albert-github <albert.tests@gmail.com>

Changed files