Skip to content

Conversation

@raphael-goetz
Copy link
Member

@raphael-goetz raphael-goetz commented Jan 6, 2026

Resolves: #180

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request aims to improve translations and consistency across standard runtime definition files for text, number, and object operations. The changes primarily focus on consolidating redundant documentation, standardizing terminology (e.g., replacing "string" with "text", "substring" with "subtext"), improving display messages with better capitalization, and converting indentation from spaces to tabs.

Key changes include:

  • Removal of redundant documentation fields by consolidating content into description fields
  • Terminology standardization across all text-related functions
  • Display message improvements for better readability
  • One functional change: marking std::number::divide as throwsError: true

Reviewed changes

Copilot reviewed 111 out of 125 changed files in this pull request and generated 7 comments.

File Description
std_text_*.proto.json (25 files) Consolidated documentation, standardized "text"/"subtext" terminology, improved display messages
std_object_*.proto.json (4 files) Consolidated documentation, simplified descriptions, improved display messages
std_number_*.proto.json (41 files) Consolidated documentation, improved display messages with better capitalization, marked divide as throwing errors

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@raphael-goetz raphael-goetz changed the title Improve TReranslations Improve Translations Jan 6, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 111 out of 125 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 111 out of 125 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@raphael-goetz raphael-goetz merged commit b711876 into main Jan 7, 2026
11 checks passed
@raphael-goetz raphael-goetz deleted the 180-improve-translations branch January 8, 2026 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve & Fix Translation Fields

2 participants