Hi,
How to parser these TXT files in one single project in Studio 2014 to extract the translatable content?
File #1:
IDT_EVENTNAME16 "Error, Guest card overridden"
IDT_EVENTNAME17 "Error, Guest card overridden"
IDT_EVENTNAME18 "Error, Card not valid yet"
> The translatable content is between the quotes. So the flooding regex should work in the TXT filter configuration, right?
- Opening pattern: ^.*?(")
- Closing pattern: (")$
Files #2:
12000 "Guest" // "Guest"
12001 "Staff" // "Staff"
12002 "Emergency" // "Emergency"
> The translatable content is the one between the first quotes. All other content is comments, etc.
File #3:
IDS_ACCOUNT_CONFIRM=Confirm password:
IDS_ACCOUNT_TITLE=Select Account
IDS_ACCOUNT_MESSAGE=Please enter the account name and password for the components.
> The translatable content is the one after the equal symbol.
File #4:
DESCRIPTION_CLIENT Client program files
DESCRIPTION_DATABASE Database
DESCRIPTION_SERVER Server program files
> The translatable content here is the one after the tab space. It's a tab separated file.
Thank you in advance for your help on this!
Best regards,
Carla