Skip to content

Revert "Split Turkish braille tables"#18754

Merged
SaschaCowley merged 1 commit into
betafrom
revert-18726-TurkishComputerBraille
Aug 19, 2025
Merged

Revert "Split Turkish braille tables"#18754
SaschaCowley merged 1 commit into
betafrom
revert-18726-TurkishComputerBraille

Conversation

@SaschaCowley

Copy link
Copy Markdown
Member

Reverts #18726

Copilot AI review requested due to automatic review settings August 19, 2025 06:26
@SaschaCowley SaschaCowley requested a review from a team as a code owner August 19, 2025 06:26
@SaschaCowley SaschaCowley requested a review from seanbudd August 19, 2025 06:26

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR reverts changes that split Turkish braille tables into separate entries, consolidating them back to the original configuration. The revert removes the Turkish 8-dot computer braille table and the separate Turkish grade 1 table, while modifying the remaining Turkish grade 2 table to remove language-specific input/output configuration.

  • Removes Turkish 8-dot computer braille table entry
  • Removes separate Turkish grade 1 table entry
  • Modifies Turkish grade 2 table to remove language associations

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("tr.ctb", _("Turkish 8 dot computer braille"), inputForLangs={"tr"}, outputForLangs={"tr"})
addTable("tr.ctb", _("Turkish grade 1"), inputForLangs={"tr"}, outputForLangs={"tr"})

Copilot AI Aug 19, 2025

Copy link

Choose a reason for hiding this comment

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

The table name 'tr.ctb' suggests a generic Turkish table but the display name specifies 'grade 1'. This inconsistency between the filename and display name could be confusing. Consider using a more descriptive filename like 'tr-g1.ctb' or updating the display name to be more generic.

Suggested change
addTable("tr.ctb", _("Turkish grade 1"), inputForLangs={"tr"}, outputForLangs={"tr"})
addTable("tr-g1.ctb", _("Turkish grade 1"), inputForLangs={"tr"}, outputForLangs={"tr"})

Copilot uses AI. Check for mistakes.
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("tr-g2.ctb", _("Turkish grade 2"), contracted=True, inputForLangs={"tr"}, outputForLangs={"tr"})
addTable("tr-g2.ctb", _("Turkish grade 2"), contracted=True)

Copilot AI Aug 19, 2025

Copy link

Choose a reason for hiding this comment

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

Removing the inputForLangs and outputForLangs parameters from the Turkish grade 2 table breaks the language association that was present in the reverted code. This could impact automatic table selection for Turkish content. Consider whether this language association should be preserved.

Suggested change
addTable("tr-g2.ctb", _("Turkish grade 2"), contracted=True)
addTable("tr-g2.ctb", _("Turkish grade 2"), contracted=True, inputForLangs={"tr"}, outputForLangs={"tr"})

Copilot uses AI. Check for mistakes.
@SaschaCowley SaschaCowley merged commit be6b573 into beta Aug 19, 2025
5 of 6 checks passed
@SaschaCowley SaschaCowley deleted the revert-18726-TurkishComputerBraille branch August 19, 2025 06:27
@github-actions github-actions Bot added this to the 2026.1 milestone Aug 19, 2025
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.

3 participants