JSON files revised

I have a new form of json file to utilize for translation.  The new format looks like this:

export default {
about: 'About',
account: 'Account',
actualSize: 'Actual Size',
add: 'Add',
addComment: 'Add a comment',
address: 'Address',
addToCart: 'Add to Cart',
addToCartMessage: 'Successfully added {partNumber}',
admin: 'Admin',
all: 'All',
any: 'Any',
assembly: 'Assembly | Assemblies',
:
:

I’d like to get your thoughts about your ability to handle this format. The sample shows the variations you will find in the file. The biggest changes are: 1) each key will be on a single line with the English value in single quotes after the colon, and b) keys can contain two values representing the singular and plural forms of the word separated by a pipe (|) character. Substitution parameters continue to be enclosed in curly braces, {word}, and should not be translated.

How should I set this up in Studio to translate? Is this possible or what should I ask my client to provide in order to translate these new json formats?

Parents Reply Children
No Data