Hi, i have a .properties file that contains some strings with ICU Plurals
Example:
{count, plural, one {Apply {count} rule} other {Apply {count} rules}}
I am using the Java Resource parser and using regex in Embedded Content in Trados Studio 2022 to try and markup this string.
I can create multiple regex's for the markup
{count, plural, one {
} other {
}}
{count}
But is there one regex that handles these types of ICU Plurals.
Thanks
