You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm very interested in keeping the resource files in YAML rather than JSON format - thanks for that recent addition.
Unfortunately, I was unable to convert due to a couple of issues.
the TypeScript support is out of date (release 0.13 and not 0.15) and does not include the parser directive, so I cannot use with TypeScript projects (without any casts or lots of hacks)
It no longer picks the right locale resource file. I am able to easily set locale (in __ options) with the JSON version and all works correctly. When then only changes I make are to set parser to YAML and convert the resource files to .yml, it correctly gets the right string and does substitutions, but only from the primary (en) file, ignoring the locale setting.
The text was updated successfully, but these errors were encountered:
I'm very interested in keeping the resource files in YAML rather than JSON format - thanks for that recent addition.
Unfortunately, I was unable to convert due to a couple of issues.
parser
directive, so I cannot use with TypeScript projects (withoutany
casts or lots of hacks)The text was updated successfully, but these errors were encountered: