Code Comment Translator
Translates code comments, variable names, and documentation strings between programming languages while preserving technical meaning.
Translate the following code comments and documentation from {{source_language}} to {{target_language}}: {{code_content}}. Context: {{code_context}}. For each element: (1) translate comments preserving technical intent, (2) translate string literals if UI-facing, (3) preserve code syntax unchanged, (4) add translator notes for ambiguous terms, (5) maintain consistent terminology with {{terminology_reference}}. Flag any culturally-specific references that need localization beyond translation. Out...