GlotPress / GlotPress

:earth_africa: :earth_americas: :earth_asia: GlotPress is a WordPress plugin to let you set up your own collaborative, web-based software translation tool.
https://wordpress.org/plugins/glotpress/
GNU General Public License v2.0
338 stars 123 forks source link

Add permalinks to Glossary Terms #769

Open garretthyder opened 7 years ago

garretthyder commented 7 years ago

Hello,

Can we add a permalink to Glossary Terms within the Meta box so translators can link to them directly.

Thank you

toolstack commented 7 years ago

Unfortunately the glossary page doesn't support filtering at this time so the only permalink that could be generated would be to the glossary page, which is probably not that useful.

garretthyder commented 7 years ago

Thanks @toolstack, is there already a ticket for adding Glossary filtering? If not do you think it's worth it?

toolstack commented 7 years ago

No ticket for glossary filtering, it seems like a lot of effort for very little benefit.

garretthyder commented 7 years ago

Sounds good, I'll leave it. Cheers

ocean90 commented 7 years ago

We could add an anchor like /glossary/#{id} where {id} is the ID of an entry.

toolstack commented 7 years ago

Could but do we think it has a common use case? I'm having a hard time thinking of why we'd need to link to a glossary term.

garretthyder commented 7 years ago

Thanks guys, in my case I wanted to directly link to strings with punctuation at the end like 'huh?' so I could directly link the GTE for that locale and flag the invalid terms to them for fixing. Cheers