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

Change #270710

Category doxygen
Changed by copilot-swe-agent[bot] <198982749+Copilotohnoyoudont@users.noreply.github.com>
Changed at Wed 10 Jun 2026 22:00:55
Repository https://github.com/doxygen/doxygen.git
Project doxygen
Branch master
Revision 1163d5e294c0cb73b825cfffc8e128d37cca63db

Comments

translator_kr.h: update Korean translator to be fully up-to-date
Implement all 76 missing translation methods that were added between
release 1.8.15 and the current version. Change the base class from
TranslatorAdapter_1_8_15 to Translator directly.

New methods cover:
- VHDL/design-unit strings (trVhdlType, trDesignUnit*)
- Slice/Ice support (trSliceInterfaces, trInterface*, trException*,
  trStruct*, trSequence*, trDictionar*, trConstant*, trOperation*,
  trDataMember*, trCompoundReferenceSlice, trCompoundType)
- C++20 concept strings (trConcept*, trConceptList*, trConceptReference)
- Topic strings (trTopic*)
- Module strings (trExportedModules, trModuleMembersDescriptionTotal)
- Related-symbol strings (trRelatedSymbols*, trRelatedSymbolDocumentation)
- Requirement/verification strings (trRequirement*, trSatisfies*,
  trUnsatisfied*, trVerifies*, trVerified*, trUnverified*)
- Totals descriptions (trCompoundMembersDescriptionTotal,
  trFileMembersDescriptionTotal, trNamespaceMembersDescriptionTotal)
- Miscellaneous (trConcept, trDeclaration, trDefinition, trImportant,
  trCopyToClipboard, trCustomReference, trFlowchart, trFunctionAndProc,
  trPackageList)

Changed files