Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gnome-builder gnome-builder
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 307
    • Issues 307
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gnome-buildergnome-builder
  • Merge requests
  • !382

buildui: Enhance translators comment with CAPS

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Vanadiae requested to merge Vanadiae/gnome-builder:ADD-CAPS-TRANSLATION-COMMENT into master Jun 16, 2021
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

It seems like quite a few language teams have translated wrongly the 'true' homogeonous value, although there clearly is a warning saying it shouldn't be localized to the target language. Just run grep '^msgid "true"' -A 1 * --no-filename --no-group-separator | sort | uniq | grep -vE '(false|true)' in the po/ directory will show you that 11 language currently have a broken button layout in the popover (well, not really broken but it won't have an appropriatate sizing).

I doubt it will change much to it, but I changed the true to True so it invalidates the translation and hopefully they'll see the big caps translator comment. :)


I noticed it when looking at some logs someone gave because they had an issue, in the Matrix room.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ADD-CAPS-TRANSLATION-COMMENT