Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
G
gnome-latex
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 60
    • Issues 60
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • GNOME
  • gnome-latex
  • Issues
  • #89

Closed
Open
Opened Mar 16, 2020 by scootergrisen@scootergrisen

Remove extra spaces in translated string

When strings are writting like this https://gitlab.gnome.org/GNOME/gnome-latex/-/blob/master/help/C/synctex.page#L46-48:

<link href="help:evince/synctex-search#forward-search">
  <app>Evince</app> documentation
</link>, there is no need to mention the main file with a LaTeX comment in

It seems to introduce unwanted spaces in the strings to translate.

This is from a po file:

#. (itstool) path: section/p
#: C/synctex.page:44
msgid ""
"If a document is split into several .tex files, create a <link xref="
"\"projects\">project</link>. Unlike what is explained in the <link href="
"\"help:evince/synctex-search#forward-search\"> <app>Evince</app> "
"documentation </link>, there is no need to mention the main file with a "
"LaTeX comment in each secondary .tex file."

Not the biggest problem but i would prefer not having these extra spaces added.

Instead of:

<link href=\"help:evince/synctex-search#forward-search\"> <app>Evince</app> documentation </link>

I would prefer:

<link href=\"help:evince/synctex-search#forward-search\"><app>Evince</app> documentation</link>
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/gnome-latex#89