Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Hungarian translation uses capturing parentheses for alternative words #350

Open
kolesar-andras opened this issue Nov 9, 2019 · 0 comments

Comments

@kolesar-andras
Copy link

Some words appear in bold in Hungarian translation:

  • a címlapon vagyok

It uses parentheses for alternative words without marking them non-capturing:

<target><![CDATA[/^a címlapon (vagyok|van)$/]]></target>

Can be easily fixed:

<target><![CDATA[/^a címlapon (?:vagyok|van)$/]]></target>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant